|
Mura CMS 6.1 | ||||
| FRAMES | |||||
railo-context.Component
mura.cfobject
mura.advertising.adZone.adZoneManager
public class adZoneManager
| Constructor Summary | |
|---|---|
init([any configBean], [any adZoneGateway], [any adZoneDAO], [any utility], [any trashManager])
|
|
| Method Summary | |
|---|---|
any |
create([struct data='[runtime expression]'])
|
void |
delete([String adZoneID])
|
query |
getadzonesBySiteID([string siteID], [string keywords=''])
|
any |
getBean([any beanName='adzone'])
|
any |
read([String adZoneID])
|
any |
update([struct data='[runtime expression]'])
|
| Methods inherited from class mura.cfobject |
|---|
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, 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 adZoneGateway], [any adZoneDAO], [any utility], [any trashManager])
configBeanadZoneGatewayadZoneDAOutilitytrashManager| Method Detail |
|---|
public any create([struct data='[runtime expression]'])
datapublic void delete([String adZoneID])
adZoneIDpublic query getadzonesBySiteID([string siteID], [string keywords=''])
siteIDkeywordspublic any getBean([any beanName='adzone'])
getBean
in class
cfobject
beanNamepublic any read([String adZoneID])
adZoneIDpublic any update([struct data='[runtime expression]'])
data
|
Mura CMS 6.1 | ||||
| FRAMES | |||||