|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.cfobject
mura.bean.bean
mura.advertising.campaign.campaignBean
public class campaignBean
Constructor Summary | |
---|---|
init()
|
Method Summary | |
---|---|
any |
delete()
|
string |
getCampaignID()
|
any |
save()
|
any |
setAdvertiserManager([any advertiserManager])
|
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.bean.bean |
---|
addObject, compare, getAllValues, getEntityName, getErrors, getInstanceName, getPrimaryKey, getProperties, getSynthedFunctions, getValidations, getValue, hasErrors, hasProperty, isComparable, OnMissingMethod, parseDateArg, removeObject, set, setAddedObjectValues, setAllValues, setErrors, setValidations, setValue, synthArgs, translatePropKey, validate, valueExists
|
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 string getCampaignID()
public any save()
public any setAdvertiserManager([any advertiserManager])
advertiserManager
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 |