mura.content.changeset

Class changesetBean

WEB-INF.cftags.component
    extended by mura.cfobject
      extended by mura.bean.bean
        extended by mura.content.changeset.changesetBean

This provides changeset bean functionality

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


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


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


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


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


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


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


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


    • persistent = false
    • returntype = any
    • access = public
    1 true true
    date lastUpdate


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


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


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


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


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


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


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


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


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


    • returntype = any
    • access = public
    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
    OnMissingMethod, addEventHandler, addObject, allowAccess, allowDelete, allowQueryParams, allowRead, allowSave, clone, compare, exists, get, getAll, getAllValues, getBundleable, getDynamic, getEntityDisplayName, getEntityName, getErrors, getHasManyPropArray, getHasOnePropArray, getInstanceName, getIsHistorical, getOrderBy, getProperties, getPublicAPI, getRegisteredEntity, getScaffold, getSynthedFunctions, getTable, getValidations, getValue, has, hasErrors, hasProperty, hasTable, isComparable, on, parseDateArg, registerAsEntity, removeObject, setAddedObjectValues, setAllValues, setErrors, setPropAsIDColumn, setValidations, setValue, synthArgs, transformEventName, translatePropKey, trigger, validate, valueExists
     
    Methods inherited from class mura.cfobject
    commitTracePoint, convertTimezone, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEntity, getEventManager, getHTTPAttrs, getHTTPService, getJavaTimezone, getPlugin, getPluginManager, getQueryAttrs, getQueryService, getServiceFactory, getSession, hasCustomDatasource, initTracePoint, inject, injectMethod, invokeMethod, mixin, removeValue
     
    Methods inherited from class WEB-INF.cftags.component
    None

    Constructor Detail

    init

    public init()


    Property Detail

    categoryAssignments

    property any categoryAssignments

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

    categoryID

    property string categoryID

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

    changesetID

    property string changesetID

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

    closeDate

    property date closeDate

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

    contentAssignments

    property any contentAssignments

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

    created

    property date created

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

    description

    property string description

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

    isNew

    property numeric isNew = [1]

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

    lastUpdate

    property date lastUpdate

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

    lastUpdateBy

    property string lastUpdateBy

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

    name

    property string name

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

    publishDate

    property date publishDate

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

    published

    property numeric published = [0]

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

    remoteID

    property string remoteID

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

    remotePubDate

    property date remotePubDate

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

    remoteSourceURL

    property string remoteSourceURL

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

    siteID

    property string siteID

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

    tags

    property string tags

    Attributes:
    returntype - any
    required - false
    access - public
    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])

    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