|
Mura CMS 6.1 | ||||
| FRAMES | |||||
railo-context.Component
mura.cfobject
mura.email.emailDAO
public class emailDAO
| Constructor Summary | |
|---|---|
init(any configBean)
|
|
| Method Summary | |
|---|---|
void |
create([any emailBean])
|
void |
delete([string emailid])
|
any |
read([string emailID])
|
void |
update([any emailBean])
|
| 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 emailBean])
emailBeanpublic void delete([string emailid])
emailidpublic any read([string emailID])
emailIDpublic void update([any emailBean])
emailBean
|
Mura CMS 6.1 | ||||
| FRAMES | |||||