Mura CMS 6.0

mura.advertising
Class advertiserUtility

railo-context.Component
        extended by mura.cfobject
            extended by mura.advertising.advertiserUtility

public class advertiserUtility
extends cfobject

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, removeValue, setValue, valueExists
 
Methods inherited from class railo-context.Component
 

Constructor Detail

init

public init([any configBean], [any advertiserGateway])

Parameters:
configBean
advertiserGateway
Method Detail

checkIPWhiteList

public numeric checkIPWhiteList([string IP], [string siteid])

Parameters:
IP
siteid

compact

public void compact([date theDate])

Parameters:
theDate

getReportDataByPlacement

public void getReportDataByPlacement([struct data], [any PlacementBean])

Parameters:
data
PlacementBean

track

public void track(string placementID, string type, numeric rate)

Parameters:
placementID
type
rate

updateIPWhiteListBySiteID

public void updateIPWhiteListBySiteID([string IPWhiteList], [string siteid])

Parameters:
IPWhiteList
siteid

Mura CMS 6.0