contentbox.modules.contentbox-ui.handlers

Class subscription

lucee.Component
    extended by contentbox.modules.contentbox-ui.handlers.subscription

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

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


    • access = public
    • returntype = any
    • inject = id:CBHelper@cb
    true false
    any messagebox


    • access = public
    • returntype = any
    • inject = messagebox@cbmessagebox
    true false
    any subscriberService


    • access = public
    • returntype = any
    • inject = subscriberService@cb
    true false
    any subscriptionService


    • access = public
    • returntype = any
    • inject = id:subscriptionService@cb
    true false
    Method Summary
    any removeSubscriptions([any event], [any rc], [any prc])
         Remove subscriptions.
    any subscriptions([any event], [any rc], [any prc])
         Display Subscriptions.
    any unsubscribe([any event], [any rc], [any prc])
         Unsubscribe from comment notifications.
     
    Methods inherited from class lucee.Component
    None

    Property Detail

    CBHelper

    property any CBHelper

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

    messagebox

    property any messagebox

    Attributes:
    access - public
    required - false
    returntype - any
    inject - messagebox@cbmessagebox
    serializable - true

    subscriberService

    property any subscriberService

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

    subscriptionService

    property any subscriptionService

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

    Method Detail

    removeSubscriptions

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

    Remove subscriptions

    Parameters:
    event
    rc
    prc

    subscriptions

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

    Display Subscriptions

    Parameters:
    event
    rc
    prc

    unsubscribe

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

    Unsubscribe from comment notifications

    Parameters:
    event
    rc
    prc