|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.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)
configBean
reminderGateway
reminderDAO
reminderUtility
Method Detail |
---|
public void deleteReminders([string contentid], [string siteid])
contentid
siteid
public void sendReminders(any theTime='[runtime expression]')
theTime
public void setReminder([string contentid], [string siteid], [string email], [string displayStart], [numeric RemindInterval])
contentid
siteid
email
displayStart
RemindInterval
public void updateReminders([string contentid], [string siteid], [string displaystart])
contentid
siteid
displaystart
|
Mura CMS 6.1 | ||||
FRAMES |