|
Mura CMS 6.1 | ||||
| FRAMES | |||||
railo-context.Component
mura.cfobject
mura.content.reminder.reminderManager
public class reminderManager
| Constructor Summary | |
|---|---|
init(any configBean, any reminderGateway, any reminderDAO, any reminderUtility)
|
|
| Method Summary | |
|---|---|
void |
deleteReminders([string contentid], [string siteid])
|
void |
sendReminders(any theTime='[runtime expression]')
|
void |
setReminder([string contentid], [string siteid], [string email], [string displayStart], [numeric RemindInterval])
|
void |
updateReminders([string contentid], [string siteid], [string displaystart])
|
| 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, any reminderGateway, any reminderDAO, any reminderUtility)
configBeanreminderGatewayreminderDAOreminderUtility| Method Detail |
|---|
public void deleteReminders([string contentid], [string siteid])
contentidsiteidpublic void sendReminders(any theTime='[runtime expression]')
theTimepublic void setReminder([string contentid], [string siteid], [string email], [string displayStart], [numeric RemindInterval])
contentidsiteidemaildisplayStartRemindIntervalpublic void updateReminders([string contentid], [string siteid], [string displaystart])
contentidsiteiddisplaystart
|
Mura CMS 6.1 | ||||
| FRAMES | |||||