contentbox.models

Class BaseEntity

lucee.Component
    extended by contentbox.models.BaseEntityMethods
      extended by contentbox.models.BaseEntity
Direct Known Subclasses:
Comment , Category , ContentVersion , CustomField , Relocation , Stats , Menu , Module , Author , LoginAttempt , Permission , PermissionGroup , Role , SecurityRule , Subscriber , Setting , Site

ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- This is the base class for all persistent entities

Class Attributes:
  • mappedsuperclass : true
  •  
  • synchronized : false
  •  
  • accessors : true
  •  
  • persistent : false
  •  
    Property Summary
    type property default serializable required
    date createdDate


    • access = public
    • returntype = any
    • column = createdDate
    • notnull = true
    • ormtype = timestamp
    • update = false
    • persistent = true
    true false
    any isDeleted


    • access = public
    • returntype = any
    • column = isDeleted
    • notnull = true
    • ormtype = boolean
    • persistent = true
    false true false
    date modifiedDate


    • access = public
    • returntype = any
    • column = modifiedDate
    • notnull = true
    • ormtype = timestamp
    • persistent = true
    true false
    Method Summary
    string getCreatedDate()
    string getIsDeleted()
    string getModifiedDate()
    any setCreatedDate(date createdDate)
    any setIsDeleted(any isDeleted)
    any setModifiedDate(date modifiedDate)
     
    Methods inherited from class contentbox.models.BaseEntityMethods
    appendToMemento, appendToMementoProfile, arrayWrap, getDisplayCreatedDate, getDisplayModifiedDate, getEntityName, getId, includeMixin, init, isLoaded, preInsert, preUpdate
     
    Methods inherited from class lucee.Component
    None

    Property Detail

    createdDate

    property date createdDate

    Attributes:
    access - public
    required - false
    returntype - any
    column - createdDate
    notnull - true
    ormtype - timestamp
    update - false
    persistent - true
    serializable - true

    isDeleted

    property any isDeleted = [false]

    Attributes:
    access - public
    required - false
    returntype - any
    column - isDeleted
    notnull - true
    ormtype - boolean
    persistent - true
    serializable - true

    modifiedDate

    property date modifiedDate

    Attributes:
    access - public
    required - false
    returntype - any
    column - modifiedDate
    notnull - true
    ormtype - timestamp
    persistent - true
    serializable - true

    Method Detail

    getCreatedDate

    public string getCreatedDate()


    getIsDeleted

    public string getIsDeleted()


    getModifiedDate

    public string getModifiedDate()


    setCreatedDate

    public any setCreatedDate(date createdDate)

    Parameters:
    createdDate

    setIsDeleted

    public any setIsDeleted(any isDeleted)

    Parameters:
    isDeleted

    setModifiedDate

    public any setModifiedDate(date modifiedDate)

    Parameters:
    modifiedDate