Mura CMS 6.1

mura.advertising.creative
Class creativeDAO

railo-context.Component
        extended by mura.cfobject
            extended by mura.advertising.creative.creativeDAO

public class creativeDAO
extends cfobject

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

init

public init([any configBean])

Parameters:
configBean
Method Detail

create

public void create([any creativeBean])

Parameters:
creativeBean

delete

public void delete([String creativeID])

Parameters:
creativeID

read

public any read([string creativeID])

Parameters:
creativeID

update

public void update([any creativeBean])

Parameters:
creativeBean

Mura CMS 6.1