|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.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])
configBean
adZoneGateway
adZoneDAO
utility
trashManager
Method Detail |
---|
public any create([struct data='[runtime expression]'])
data
public void delete([String adZoneID])
adZoneID
public query getadzonesBySiteID([string siteID], [string keywords=''])
siteID
keywords
public any getBean([any beanName='adzone'])
getBean
in class
cfobject
beanName
public any read([String adZoneID])
adZoneID
public any update([struct data='[runtime expression]'])
data
|
Mura CMS 6.1 | ||||
FRAMES |