contentbox.model.subscriptions

Class BaseSubscription

railo-context.Component
        extended by contentbox.model.subscriptions.BaseSubscription
Class Attributes:
  • entityname : cbSubscription
  •  
  • cacheuse : read-write
  •  
  • table : cb_subscriptions
  •  
  • synchronized : false
  •  
  • cachename : cbSubscription
  •  
  • accessors : false
  •  
  • persistent : true
  •  
    Direct Known Subclasses:
    CommentSubscription

    ContentBox - A Modular Content Platform Copyright 2012 by Luis Majano and Ortus Solutions, Corp www.ortussolutions.com Apache License, Version 2.0 Copyright Since [2012] [Luis Majano and Ortus Solutions,Corp] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. I am an Abstract Subscription Entity

    Property Summary
    type property default serializable required
    any createdDate


    • notnull = true
    • ormtype = timestamp
    • update = false
    • index = idx_createdDate
    true false
    any subscriber


    • inverse = true
    • fieldtype = many-to-one
    • notnull = true
    • index = idx_subscriber
    • orderby = subscriberEmail
    • fkcolumn = FK_subscriberID
    • cfc = contentbox.model.subscriptions.Subscriber
    • lazy = true
    true false
    any subscriptionID


    • fieldtype = id
    • generator = native
    • setter = no
    true false
    any subscriptionToken


    • notnull = true
    true false
    any type


    • notnull = true
    • ormtype = string
    true false
    Constructor Summary
    init()
          constructor.
    Method Summary
    string getCreatedDate()
    string getSubscriber()
    string getSubscriptionID()
    string getSubscriptionToken()
    string getType()
    boolean hasSubscriber([any subscriber])
    any setCreatedDate(any createdDate)
    any setSubscriber(any subscriber)
    any setSubscriptionToken(any subscriptionToken)
    any setType(any type)
     
    Methods inherited from class railo-context.Component
    None

    Constructor Detail

    init

    public init()

    constructor


    Property Detail

    createdDate

    property any createdDate

    Attributes:
    required - false
    notnull - true
    ormtype - timestamp
    update - false
    index - idx_createdDate
    serializable - true

    subscriber

    property any subscriber

    Attributes:
    required - false
    inverse - true
    fieldtype - many-to-one
    notnull - true
    index - idx_subscriber
    orderby - subscriberEmail
    fkcolumn - FK_subscriberID
    serializable - true
    cfc - contentbox.model.subscriptions.Subscriber
    lazy - true

    subscriptionID

    property any subscriptionID

    Attributes:
    required - false
    fieldtype - id
    generator - native
    serializable - true
    setter - no

    subscriptionToken

    property any subscriptionToken

    Attributes:
    required - false
    notnull - true
    serializable - true

    type

    property any type

    Attributes:
    required - false
    notnull - true
    ormtype - string
    serializable - true

    Method Detail

    getCreatedDate

    public string getCreatedDate()


    getSubscriber

    public string getSubscriber()


    getSubscriptionID

    public string getSubscriptionID()


    getSubscriptionToken

    public string getSubscriptionToken()


    getType

    public string getType()


    hasSubscriber

    public boolean hasSubscriber([any subscriber])

    Parameters:
    subscriber

    setCreatedDate

    public any setCreatedDate(any createdDate)

    Parameters:
    createdDate

    setSubscriber

    public any setSubscriber(any subscriber)

    Parameters:
    subscriber

    setSubscriptionToken

    public any setSubscriptionToken(any subscriptionToken)

    Parameters:
    subscriptionToken

    setType

    public any setType(any type)

    Parameters:
    type