lucee.Componentcoldbox.system.FrameworkSupertype
coldbox.system.Interceptor
contentbox.models.system.NotificationService
ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- Notification services for the ContentBox Administrator This class will listen to major events like: - Author Creation and removals - Entry Saving and removals - Page Saving and removals - ContentStore saving and removals
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
CBHelper
|
true
|
false
|
|
any
|
mailService
|
true
|
false
|
|
any
|
renderer
|
true
|
false
|
|
any
|
securityService
|
true
|
false
|
|
any
|
settingService
|
true
|
false
|
|
any
|
siteService
|
true
|
false
|
Method Summary | |
---|---|
any
|
cbadmin_postContentStoreSave([any event], [any data], [any buffer])
Listen to when contentstore are saved. |
any
|
cbadmin_postEntrySave([any event], [any data], [any buffer])
Listen to when entries are saved. |
any
|
cbadmin_postNewAuthorSave([any event], [any data], [any buffer])
Listen to when authors are created in the system. |
any
|
cbadmin_postPageSave([any event], [any data], [any buffer])
Listen to when pages are saved. |
any
|
cbadmin_preAuthorRemove([any event], [any data], [any buffer])
Listen to when authors are removed. |
any
|
cbadmin_preContentStoreRemove([any event], [any data], [any buffer])
Listen to when content store objects are removed. |
any
|
cbadmin_preEntryRemove([any event], [any data], [any buffer])
Listen to when entries are removed. |
any
|
cbadmin_prePageRemove([any event], [any data], [any buffer])
Listen to when pages are removed. |
any
|
configure()
Configure the Service. |
string
|
getCBHelper()
|
string
|
getMailService()
|
private any
|
getNotifiers(any site, any settings)
Assemble a list of the notifiers to send a notification to. |
string
|
getSecurityService()
|
string
|
getSettingService()
|
string
|
getSiteService()
|
any
|
setCBHelper(any CBHelper)
|
any
|
setMailService(any mailService)
|
any
|
setRenderer(any renderer)
|
any
|
setSecurityService(any securityService)
|
any
|
setSettingService(any settingService)
|
any
|
setSiteService(any siteService)
|
Methods inherited from class coldbox.system.Interceptor |
---|
cbLoadInterceptorHelpers, getProperties, getProperty, init, propertyExists, setProperties, setProperty, unregister |
Methods inherited from class coldbox.system.FrameworkSupertype |
---|
announce, announceInterception, async, back, externalView, forAttribute, getCache, getCachebox, getColdBoxSetting, getController, getDateTimeHelper, getEnv, getFlash, getFlow, getInstance, getIsoTime, getJsonUtil, getLog, getLogBox, getModuleConfig, getModuleSettings, getRenderer, getRequestCollection, getRequestContext, getRootWireBox, getSetting, getSystemProperty, getSystemSetting, getUserSessionIdentifier, getWirebox, ifNull, ifPresent, inDebugMode, includeUDF, isDevelopment, isProduction, isTesting, layout, listen, loadApplicationHelpers, locateDirectoryPath, locateFilePath, persistVariables, populate, populateModel, relocate, renderExternalView, renderLayout, renderview, runEvent, runRoute, setCachebox, setController, setEnv, setFlash, setFlow, setJsonUtil, setLog, setLogBox, setSetting, setWirebox, settingExists, throwIf, throwUnless, toJson, unless, view, when |
Methods inherited from class lucee.Component |
---|
None |
Property Detail |
---|
access
- publicrequired
- falsereturntype
- anyinject
- CBHelper@contentboxserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- mailService@cbmailservicesserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- coldbox:rendererserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- securityService@contentboxserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- settingService@contentboxserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- siteService@contentboxserializable
- trueMethod Detail |
---|
Listen to when contentstore are saved
event
- ColdBox Eventdata
- Intercept Databuffer
- Output bufferListen to when entries are saved
event
- ColdBox Eventdata
- Intercept Databuffer
- Output bufferListen to when authors are created in the system.
event
- ColdBox Eventdata
- Intercept Databuffer
- Output bufferListen to when pages are saved
event
- ColdBox Eventdata
- Intercept Databuffer
- Output bufferListen to when authors are removed
event
- ColdBox Eventdata
- Intercept Databuffer
- Output bufferListen to when content store objects are removed
event
- ColdBox Eventdata
- Intercept Databuffer
- Output bufferListen to when entries are removed
event
- ColdBox Eventdata
- Intercept Databuffer
- Output bufferListen to when pages are removed
event
- ColdBox Eventdata
- Intercept Databuffer
- Output bufferConfigure the Service
configure
in class
coldbox.system.Interceptor
Assemble a list of the notifiers to send a notification to
site
- The site the notification is fromsettings
- The global settingsCBHelper
mailService
renderer
securityService
settingService
siteService