|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.cfobject
mura.bean.bean
mura.advertising.campaign.placement.placementBean
public class placementBean
Constructor Summary | |
---|---|
init()
|
Method Summary | |
---|---|
any |
delete()
|
any |
save()
|
any |
set([any data])
|
any |
setAdvertiserManager([any advertiserManager])
|
any |
setCategoryID([String categoryID], [boolean append='false'])
|
any |
setDateCreated([String dateCreated])
|
any |
setEndDate([String endDate])
|
any |
setLastUpdate([String lastUpdate])
|
any |
setLastUpdateBy([String lastUpdateBy])
|
any |
setStartDate([String startDate])
|
Methods inherited from class mura.cfobject |
---|
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, initTracePoint, injectMethod, invokeMethod, removeValue
|
Methods inherited from class railo-context.Component |
---|
|
Constructor Detail |
---|
public init()
Method Detail |
---|
public any delete()
public any save()
public any set([any data])
set
in class
bean
data
public any setAdvertiserManager([any advertiserManager])
advertiserManager
public any setCategoryID([String categoryID], [boolean append='false'])
categoryID
append
public any setDateCreated([String dateCreated])
dateCreated
public any setEndDate([String endDate])
endDate
public any setLastUpdate([String lastUpdate])
lastUpdate
public any setLastUpdateBy([String lastUpdateBy])
setLastUpdateBy
in class
bean
lastUpdateBy
public any setStartDate([String startDate])
startDate
|
Mura CMS 6.1 | ||||
FRAMES |