|
Mura CMS 6.0 | ||||
FRAMES |
railo-context.Componentmura.cfobject
mura.advertising.creative.creativeDAO
public class creativeDAO
Constructor Summary | |
---|---|
init(any configBean)
|
Method Summary | |
---|---|
void |
create([any creativeBean])
|
void |
delete([String creativeID])
|
any |
read([string creativeID])
|
void |
update([any creativeBean])
|
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 |
---|
public init(any configBean)
configBean
Method Detail |
---|
public void create([any creativeBean])
creativeBean
public void delete([String creativeID])
creativeID
public any read([string creativeID])
creativeID
public void update([any creativeBean])
creativeBean
|
Mura CMS 6.0 | ||||
FRAMES |