|
Mura CMS 6.1 | ||||
| FRAMES | |||||
railo-context.Component
mura.cfobject
mura.advertising.advertiserUtility
public class advertiserUtility
| Constructor Summary | |
|---|---|
init([any configBean], [any advertiserGateway])
|
|
| Method Summary | |
|---|---|
numeric |
checkIPWhiteList([string IP], [string siteid])
|
void |
compact([date theDate])
|
void |
getReportDataByPlacement([struct data], [any PlacementBean])
|
void |
track([string placementID], [string type], [numeric rate])
|
void |
updateIPWhiteListBySiteID([string IPWhiteList], [string siteid])
|
| Methods inherited from class mura.cfobject |
|---|
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, getValue, initTracePoint, injectMethod, invokeMethod, removeValue, setValue, valueExists
|
| Methods inherited from class railo-context.Component |
|---|
|
| Constructor Detail |
|---|
public init([any configBean], [any advertiserGateway])
configBeanadvertiserGateway| Method Detail |
|---|
public numeric checkIPWhiteList([string IP], [string siteid])
IPsiteidpublic void compact([date theDate])
theDatepublic void getReportDataByPlacement([struct data], [any PlacementBean])
dataPlacementBeanpublic void track([string placementID], [string type], [numeric rate])
placementIDtyperatepublic void updateIPWhiteListBySiteID([string IPWhiteList], [string siteid])
IPWhiteListsiteid
|
Mura CMS 6.1 | ||||
| FRAMES | |||||