contentbox.modules.contentbox-admin.handlers

Class subscribers

lucee.Component
    extended by contentbox.modules.contentbox-admin.handlers.baseHandler
      extended by contentbox.modules.contentbox-admin.handlers.subscribers

ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- Manage Comment subscriptions

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


    • access = public
    • returntype = any
    • inject = id:commentSubscriptionService@cb
    true false
    any subscriberService


    • access = public
    • returntype = any
    • inject = id:subscriberService@cb
    true false
    Method Summary
    any index([any event], [any rc], [any prc])
    any preHandler([any event], [any action], [any eventArguments], [any rc], [any prc])
     
    Methods inherited from class contentbox.modules.contentbox-admin.handlers.baseHandler
    None
     
    Methods inherited from class lucee.Component
    None

    Property Detail

    commentSubscriptionService

    property any commentSubscriptionService

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

    subscriberService

    property any subscriberService

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

    Method Detail

    index

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

    Parameters:
    event
    rc
    prc

    preHandler

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

    Parameters:
    event
    action
    eventArguments
    rc
    prc