lucee.Componentcoldbox.system.FrameworkSupertype
coldbox.system.EventHandler
coldbox.system.RestHandler
contentbox.modules.contentbox-admin.handlers.baseHandler
contentbox.modules.contentbox-admin.handlers.baseContentHandler
contentbox.modules.contentbox-admin.handlers.contentStore
ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- Manage content store
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
ormService
|
true
|
false
|
Method Summary | |
---|---|
any
|
bulkStatus([any event], [any rc], [any prc])
Change the status of many content objects. |
any
|
clone([any event], [any rc], [any prc])
Clone a content store item. |
any
|
contentTable([any event], [any rc], [any prc])
Content table brought via ajax. |
any
|
editor([any event], [any rc], [any prc])
Show the editor. |
any
|
editorSelector([any event], [any rc], [any prc])
Editor selector for contentstore UI. |
any
|
importAll([any event], [any rc], [any prc])
Import content store items. |
any
|
index([any event], [any rc], [any prc])
Show Content. |
any
|
preHandler([any event], [any action], [any eventArguments], [any rc], [any prc])
Pre Handler interceptions. |
any
|
remove([any event], [any rc], [any prc])
Remove a content store item. |
any
|
save([any event], [any rc], [any prc])
Save a new content store item. |
Methods inherited from class contentbox.modules.contentbox-admin.handlers.baseContentHandler |
---|
changeOrder, export, exportAll, getUserDefaultEditor, pager, quickLook, slugify |
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
- contentStoreService@contentboxserializable
- trueMethod Detail |
---|
Change the status of many content objects
bulkStatus
in class
baseContentHandler
event
rc
prc
Clone a content store item
clone
in class
baseContentHandler
event
rc
prc
Content table brought via ajax
contentTable
in class
baseContentHandler
event
rc
prc
Show the editor
editor
in class
baseContentHandler
event
rc
prc
Editor selector for contentstore UI
editorSelector
in class
baseContentHandler
event
rc
prc
Import content store items
importAll
in class
baseContentHandler
event
rc
prc
Show Content
index
in class
baseContentHandler
event
rc
prc
Pre Handler interceptions
preHandler
in class
baseContentHandler
event
action
eventArguments
rc
prc
Remove a content store item
remove
in class
baseContentHandler
event
rc
prc
Save a new content store item
save
in class
baseContentHandler
event
rc
prc