|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.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])
configBean
advertiserGateway
Method Detail |
---|
public numeric checkIPWhiteList([string IP], [string siteid])
IP
siteid
public void compact([date theDate])
theDate
public void getReportDataByPlacement([struct data], [any PlacementBean])
data
PlacementBean
public void track([string placementID], [string type], [numeric rate])
placementID
type
rate
public void updateIPWhiteListBySiteID([string IPWhiteList], [string siteid])
IPWhiteList
siteid
|
Mura CMS 6.1 | ||||
FRAMES |