contentbox.modules.contentbox-admin.handlers

Class contentStore

lucee.Component
    extended by contentbox.modules.contentbox-admin.handlers.baseHandler
      extended by contentbox.modules.contentbox-admin.handlers.baseContentHandler
        extended by 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

Class Attributes:
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Property Summary
    type property default serializable required
    any CKHelper


    • access = public
    • returntype = any
    • inject = CKHelper@contentbox-ckeditor
    true false
    any contentStoreService


    • access = public
    • returntype = any
    • inject = id:contentStoreService@cb
    true false
    any HTMLHelper


    • access = public
    • returntype = any
    • inject = HTMLHelper@coldbox
    true false
    Method Summary
    any bulkStatus([any event], [any rc], [any prc])
    any changeOrder([any event], [any rc], [any prc])
         Change order of content items.
    any clone([any event], [any rc], [any prc])
    any contentTable([any event], [any rc], [any prc])
         index contentTable.
    any editor([any event], [any rc], [any prc])
    any editorSelector([any event], [any rc], [any prc])
    any export([any event], [any rc], [any prc])
    any exportAll([any event], [any rc], [any prc])
    any importAll([any event], [any rc], [any prc])
    any index([any event], [any rc], [any prc])
         index.
    any pager([any event], [any rc], [any prc], [any authorID='all'], [any parent], [any max='0'], [any pagination='true'], [any latest='false'])
    any preHandler([any event], [any action], [any eventArguments], [any rc], [any prc])
         pre handler.
    any remove([any event], [any rc], [any prc])
    any save([any event], [any rc], [any prc])
    any slugify([any event], [any rc], [any prc])
     
    Methods inherited from class contentbox.modules.contentbox-admin.handlers.baseContentHandler
    getUserDefaultEditor
     
    Methods inherited from class contentbox.modules.contentbox-admin.handlers.baseHandler
    None
     
    Methods inherited from class lucee.Component
    None

    Property Detail

    CKHelper

    property any CKHelper

    Attributes:
    access - public
    required - false
    returntype - any
    inject - CKHelper@contentbox-ckeditor
    serializable - true

    contentStoreService

    property any contentStoreService

    Attributes:
    access - public
    required - false
    returntype - any
    inject - id:contentStoreService@cb
    serializable - true

    HTMLHelper

    property any HTMLHelper

    Attributes:
    access - public
    required - false
    returntype - any
    inject - HTMLHelper@coldbox
    serializable - true

    Method Detail

    bulkStatus

    public any bulkStatus([any event], [any rc], [any prc])

    Parameters:
    event
    rc
    prc

    changeOrder

    public any changeOrder([any event], [any rc], [any prc])

    Change order of content items

    Parameters:
    event
    rc
    prc
    Returns:
    json

    clone

    public any clone([any event], [any rc], [any prc])

    Parameters:
    event
    rc
    prc

    contentTable

    public any contentTable([any event], [any rc], [any prc])

    index contentTable

    Parameters:
    event
    rc
    prc

    editor

    public any editor([any event], [any rc], [any prc])

    Parameters:
    event
    rc
    prc

    editorSelector

    public any editorSelector([any event], [any rc], [any prc])

    Parameters:
    event
    rc
    prc

    export

    public any export([any event], [any rc], [any prc])

    Parameters:
    event
    rc
    prc

    exportAll

    public any exportAll([any event], [any rc], [any prc])

    Parameters:
    event
    rc
    prc

    importAll

    public any importAll([any event], [any rc], [any prc])

    Parameters:
    event
    rc
    prc

    index

    public any index([any event], [any rc], [any prc])

    index

    Parameters:
    event
    rc
    prc

    pager

    public any pager([any event], [any rc], [any prc], [any authorID='all'], [any parent], [any max='0'], [any pagination='true'], [any latest='false'])

    Parameters:
    event
    rc
    prc
    authorID
    parent
    max
    pagination
    latest

    preHandler

    public any preHandler([any event], [any action], [any eventArguments], [any rc], [any prc])

    pre handler

    Overrides:
    preHandler in class baseContentHandler
    Parameters:
    event
    action
    eventArguments
    rc
    prc

    remove

    public any remove([any event], [any rc], [any prc])

    Parameters:
    event
    rc
    prc

    save

    public any save([any event], [any rc], [any prc])

    Parameters:
    event
    rc
    prc

    slugify

    public any slugify([any event], [any rc], [any prc])

    Parameters:
    event
    rc
    prc