|
Mura CMS 6.1 | ||||
| FRAMES | |||||
railo-context.Component
mura.cfobject
mura.content.reminder.reminderDAO
public class reminderDAO
| Constructor Summary | |
|---|---|
init(any configBean)
|
|
| Method Summary | |
|---|---|
void |
create([any reminderBean])
|
any |
read([string contentid], [string siteid], [string email])
|
void |
update([any reminderBean])
|
| 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 reminderBean])
reminderBeanpublic any read([string contentid], [string siteid], [string email])
contentidsiteidemailpublic void update([any reminderBean])
reminderBean
|
Mura CMS 6.1 | ||||
| FRAMES | |||||