mura.content.changeset

Class changesetBean

lucee.Component
    extended by mura.cfobject
      extended by mura.bean.bean
        extended by mura.content.changeset.changesetBean

This provides changeset bean functionality

Class Attributes:
  • entityname : changeset
  •  
  • output : false
  •  
  • table : tchangesets
  •  
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Property Summary
    type property default serializable required
    any categoryAssignments


    • access = public
    • fieldtype = one-to-many
    • returntype = any
    • cfc = changesetCategoryAssignment
    true false
    string categoryID


    • access = public
    • returntype = any
    true false
    string changesetID


    • access = public
    • fieldtype = id
    • returntype = any
    true yes
    date closeDate


    • access = public
    • returntype = any
    true false
    any contentAssignments


    • access = public
    • fieldtype = one-to-many
    • returntype = any
    • cfc = content
    true false
    date created


    • access = public
    • returntype = any
    true false
    string description


    • access = public
    • returntype = any
    true false
    numeric isNew


    • access = public
    • returntype = any
    1 true yes
    date lastUpdate


    • access = public
    • returntype = any
    true false
    string lastUpdateBy


    • access = public
    • returntype = any
    true false
    string name


    • access = public
    • returntype = any
    true yes
    date publishDate


    • access = public
    • returntype = any
    true false
    numeric published


    • access = public
    • returntype = any
    0 true yes
    string remoteID


    • access = public
    • returntype = any
    true false
    date remotePubDate


    • access = public
    • returntype = any
    true false
    string remoteSourceURL


    • access = public
    • returntype = any
    true false
    string siteID


    • access = public
    • returntype = any
    true yes
    string tags


    • access = public
    • returntype = any
    true false
    Constructor Summary
    init()
    Method Summary
    any delete()
    any getAssignmentsIterator()
    any getAssignmentsQuery()
    any getChangesetID()
    any getContentAssignmentsIterator()
    any getContentAssignmentsQuery()
    any getFeed()
    any getIsNew()
    any getPrimaryKey()
    any hasPendingApprovals()
    any loadBy()
    any rollback()
    any save()
    any set(any property, [any propertyValue])
    any setCategoryID([String categoryID], boolean append='false')
    any setChangesetManager([any changesetManager])
    any setCloseDate([String closeDate])
    any setConfigBean([any configBean])
    any setCreated(string created)
    any setLastUpdate([String lastUpdate])
    any setLastUpdateBy([String lastUpdateBy])
    any setPublishDate(string publishDate)
    any setPublished([any published])
    any setRemotePubDate(string RemotePubDate)
     
    Methods inherited from class mura.bean.bean
    addObject, allowDelete, allowQueryParams, allowRead, allowSave, clone, compare, exists, get, getAll, getAllValues, getEntityName, getErrors, getHasManyPropArray, getHasOnePropArray, getInstanceName, getIsHistorical, getListView, getOrderBy, getProperties, getSynthedFunctions, getTable, getValidations, getValue, has, hasErrors, hasProperty, hasTable, isComparable, OnMissingMethod, parseDateArg, removeObject, setAddedObjectValues, setAllValues, setErrors, setPropAsIDColumn, setValidations, setValue, synthArgs, translatePropKey, validate, valueExists
     
    Methods inherited from class mura.cfobject
    commitTracePoint, convertTimezone, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getHTTPAttrs, getHTTPService, getJavaTimezone, getPlugin, getPluginManager, getQueryAttrs, getQueryService, getServiceFactory, getSession, hasCustomDatasource, initTracePoint, inject, injectMethod, invokeMethod, mixin, removeValue
     
    Methods inherited from class lucee.Component
    None

    Constructor Detail

    init

    public init()


    Property Detail

    categoryAssignments

    property any categoryAssignments

    Attributes:
    access - public
    required - false
    fieldtype - one-to-many
    returntype - any
    serializable - true
    cfc - changesetCategoryAssignment

    categoryID

    property string categoryID

    Attributes:
    access - public
    required - false
    returntype - any
    serializable - true

    changesetID

    property string changesetID

    Attributes:
    access - public
    required - yes
    fieldtype - id
    returntype - any
    serializable - true

    closeDate

    property date closeDate

    Attributes:
    access - public
    required - false
    returntype - any
    serializable - true

    contentAssignments

    property any contentAssignments

    Attributes:
    access - public
    required - false
    fieldtype - one-to-many
    returntype - any
    serializable - true
    cfc - content

    created

    property date created

    Attributes:
    access - public
    required - false
    returntype - any
    serializable - true

    description

    property string description

    Attributes:
    access - public
    required - false
    returntype - any
    serializable - true

    isNew

    property numeric isNew = [1]

    Attributes:
    access - public
    required - yes
    returntype - any
    serializable - true

    lastUpdate

    property date lastUpdate

    Attributes:
    access - public
    required - false
    returntype - any
    serializable - true

    lastUpdateBy

    property string lastUpdateBy

    Attributes:
    access - public
    required - false
    returntype - any
    serializable - true

    name

    property string name

    Attributes:
    access - public
    required - yes
    returntype - any
    serializable - true

    publishDate

    property date publishDate

    Attributes:
    access - public
    required - false
    returntype - any
    serializable - true

    published

    property numeric published = [0]

    Attributes:
    access - public
    required - yes
    returntype - any
    serializable - true

    remoteID

    property string remoteID

    Attributes:
    access - public
    required - false
    returntype - any
    serializable - true

    remotePubDate

    property date remotePubDate

    Attributes:
    access - public
    required - false
    returntype - any
    serializable - true

    remoteSourceURL

    property string remoteSourceURL

    Attributes:
    access - public
    required - false
    returntype - any
    serializable - true

    siteID

    property string siteID

    Attributes:
    access - public
    required - yes
    returntype - any
    serializable - true

    tags

    property string tags

    Attributes:
    access - public
    required - false
    returntype - any
    serializable - true

    Method Detail

    delete

    public any delete()


    getAssignmentsIterator

    public any getAssignmentsIterator()


    getAssignmentsQuery

    public any getAssignmentsQuery()


    getChangesetID

    public any getChangesetID()


    getContentAssignmentsIterator

    public any getContentAssignmentsIterator()


    getContentAssignmentsQuery

    public any getContentAssignmentsQuery()


    getFeed

    public any getFeed()

    Overrides:
    getFeed in class bean

    getIsNew

    public any getIsNew()


    getPrimaryKey

    public any getPrimaryKey()

    Overrides:
    getPrimaryKey in class bean

    hasPendingApprovals

    public any hasPendingApprovals()


    loadBy

    public any loadBy()


    rollback

    public any rollback()


    save

    public any save()


    set

    public any set(any property, [any propertyValue])

    Overrides:
    set in class bean
    Parameters:
    property
    propertyValue

    setCategoryID

    public any setCategoryID([String categoryID], boolean append='false')

    Parameters:
    categoryID
    append

    setChangesetManager

    public any setChangesetManager([any changesetManager])

    Parameters:
    changesetManager

    setCloseDate

    public any setCloseDate([String closeDate])

    Parameters:
    closeDate

    setConfigBean

    public any setConfigBean([any configBean])

    Parameters:
    configBean

    setCreated

    public any setCreated(string created)

    Parameters:
    created

    setLastUpdate

    public any setLastUpdate([String lastUpdate])

    Parameters:
    lastUpdate

    setLastUpdateBy

    public any setLastUpdateBy([String lastUpdateBy])

    Overrides:
    setLastUpdateBy in class bean
    Parameters:
    lastUpdateBy

    setPublishDate

    public any setPublishDate(string publishDate)

    Parameters:
    publishDate

    setPublished

    public any setPublished([any published])

    Parameters:
    published

    setRemotePubDate

    public any setRemotePubDate(string RemotePubDate)

    Parameters:
    RemotePubDate