lucee.Componentcoldbox.system.FrameworkSupertype
coldbox.system.EventHandler
coldbox.system.RestHandler
contentbox.modules.contentbox-admin.handlers.baseHandler
contentbox.modules.contentbox-admin.handlers.comments
ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- Manage comments
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
commentService
|
true
|
false
|
|
any
|
settingsService
|
true
|
false
|
Method Summary | |
---|---|
any
|
doStatusUpdate([any event], [any rc], [any prc])
Submit a status udpate on a comment. |
any
|
editor([any event], [any rc], [any prc])
Show the comment editor. |
any
|
index([any event], [any rc], [any prc])
Main display of comments. |
any
|
moderate([any event], [any rc], [any prc])
Show the comment moderator. |
any
|
pager([any event], [any rc], [any prc], [any contentID='all'], [any max='0'], [any pagination='true'])
Comment Pager. |
any
|
preHandler([any event], [any action], [any eventArguments], [any rc], [any prc])
Pre handler. |
any
|
quickLook([any event], [any rc], [any prc])
Comment quick look. |
any
|
remove([any event], [any rc], [any prc])
Remove comments from the database. |
any
|
removeAllModerated([any event], [any rc], [any prc])
Remove all Moderated comments. |
any
|
save([any event], [any rc], [any prc])
Save a comment. |
any
|
saveSettings([any event], [any rc], [any prc])
Save the comment settings. |
any
|
settings([any event], [any rc], [any prc])
Show comment settings panel. |
Methods inherited from class contentbox.modules.contentbox-admin.handlers.baseHandler |
---|
getMaxRows, getPageOffset |
Methods inherited from class coldbox.system.RestHandler |
---|
aroundHandler, onAnyOtherException, onAuthenticationFailure, onAuthorizationFailure, onEntityNotFoundException, onError, onExpectationFailed, onInvalidHTTPMethod, onInvalidRoute, onMissingAction, onValidationException |
Methods inherited from class coldbox.system.EventHandler |
---|
_actionExists, _actionMetadata, _privateInvoker, init, onHandlerDIComplete |
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
- commentService@contentboxserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- settingService@contentboxserializable
- trueMethod Detail |
---|
Submit a status udpate on a comment
event
- truerc
- trueprc
- trueShow the comment editor
event
- truerc
- trueprc
- trueMain display of comments
event
- truerc
- trueprc
- trueShow the comment moderator
event
- truerc
- trueprc
- trueComment Pager
event
- truerc
- trueprc
- truecontentID
- The content ID to filter the comments on, defaults to allmax
- Max number of comments to show, shows the global defaultpagination
- Turn pagination on or offPre handler
event
- trueaction
- trueeventArguments
- truerc
- trueprc
- trueComment quick look
event
- truerc
- trueprc
- trueRemove comments from the database
event
- truerc
- trueprc
- trueRemove all Moderated comments
event
- truerc
- trueprc
- trueSave a comment
event
- truerc
- trueprc
- trueSave the comment settings
event
rc
prc
Show comment settings panel
event
- truerc
- trueprc
- true