lucee.Componentcontentbox.modules.contentbox-admin.handlers.baseHandler
contentbox.modules.contentbox-admin.handlers.authors
ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- Manage ContentBox users
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
authorService
|
true
|
false
|
|
any
|
editorService
|
true
|
false
|
|
any
|
entryService
|
true
|
false
|
|
any
|
paging
|
true
|
false
|
|
any
|
permissionService
|
true
|
false
|
|
any
|
roleService
|
true
|
false
|
Method Summary | |
---|---|
any
|
changeEditor([any event], [any rc], [any prc])
change user editor preferences. |
any
|
editor([any event], [any rc], [any prc])
Author editor panel. |
any
|
export([any event], [any rc], [any prc])
Export a user. |
any
|
exportAll([any event], [any rc], [any prc])
Export all users. |
any
|
importAll([any event], [any rc], [any prc])
Import all users. |
any
|
index([any event], [any rc], [any prc])
List system authors. |
any
|
indexTable([any event], [any rc], [any prc])
Build out system author's table + filters. |
private any
|
listPreferences([any event], [any rc], [any prc])
List author preferences. |
any
|
myprofile([any event], [any rc], [any prc])
Shortcut to author profile. |
any
|
passwordChange([any event], [any rc], [any prc])
Change user password. |
any
|
permissions([any event], [any rc], [any prc])
Display permissions tab. |
any
|
preHandler([any event], [any rc], [any prc], [any action], [any eventArguments])
Pre handler. |
any
|
remove([any event], [any rc], [any prc])
Remove a user. |
any
|
removePermission([any event], [any rc], [any prc])
Remove permission to a author and gracefully end. |
any
|
save([any event], [any rc], [any prc])
Save user. |
any
|
savePermission([any event], [any rc], [any prc])
Save permission to the author and gracefully end. |
any
|
savePreferences([any event], [any rc], [any prc])
Save user preferences. |
any
|
saveRawPreferences([any event], [any rc], [any prc])
Save raw preferences. |
any
|
saveSinglePreference([any event], [any rc], [any prc])
Save user preference async. |
any
|
usernameCheck([any event], [any rc], [any prc])
System username checks. |
Methods inherited from class contentbox.modules.contentbox-admin.handlers.baseHandler |
---|
None |
Methods inherited from class lucee.Component |
---|
None |
Property Detail |
---|
access
- publicrequired
- falsereturntype
- anyinject
- id:authorService@cbserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- id:editorService@cbserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- id:entryService@cbserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- id:paging@cbserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- id:permissionService@cbserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- id:roleService@cbserializable
- trueMethod Detail |
---|
change user editor preferences
event
rc
prc
Author editor panel
event
rc
prc
Export a user
event
rc
prc
Export all users
event
rc
prc
Import all users
event
rc
prc
List system authors
event
rc
prc
Build out system author's table + filters
event
rc
prc
List author preferences
event
rc
prc
Shortcut to author profile
event
rc
prc
Change user password
event
rc
prc
Display permissions tab
event
rc
prc
Pre handler
event
rc
prc
action
eventArguments
Remove a user
event
rc
prc
Remove permission to a author and gracefully end.
event
rc
prc
Save user
event
rc
prc
Save permission to the author and gracefully end.
event
rc
prc
Save user preferences
event
rc
prc
Save raw preferences
event
rc
prc
Save user preference async
event
rc
prc
System username checks
event
rc
prc