|
Mura CMS 6.1 | ||||
| FRAMES | |||||
railo-context.Component
mura.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, invokeMethod, removeValue, setValue, valueExists
|
| Methods inherited from class railo-context.Component |
|---|
|
| Constructor Detail |
|---|
public init([any configBean])
configBean| Method Detail |
|---|
public void create([any creativeBean])
creativeBeanpublic void delete([String creativeID])
creativeIDpublic any read([string creativeID])
creativeIDpublic void update([any creativeBean])
creativeBean
|
Mura CMS 6.1 | ||||
| FRAMES | |||||