mura.category

Class categoryBean

WEB-INF.cftags.component
    extended by mura.cfobject
      extended by mura.bean.bean
        extended by mura.category.categoryBean

This provides category bean functionality

Class Attributes:
  • table : tcontentcategories
  •  
  • output : false
  •  
  • entityname : category
  •  
    Property Summary
    type property default serializable required
    string URLtitle


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


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


    • cfc = contentCategoryAssign
    • fieldtype = one-to-many
    • returntype = any
    • access = public
    true false
    date dateCreated


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


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


    • returntype = any
    • access = public
    1 true true
    numeric isFeatureable


    • returntype = any
    • access = public
    1 true true
    numeric isInterestGroup


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


    • persistent = false
    • returntype = any
    • access = public
    1 true true
    numeric isOpen


    • returntype = any
    • access = public
    1 true false
    any kids


    • cfc = category
    • fieldtype = one-to-many
    • loadkey = parentid
    • returntype = any
    • cascade = delete
    • nested = true
    • orderby = name asc
    • access = public
    true false
    date lastUpdate


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


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


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


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


    • cfc = category
    • fieldtype = many-to-one
    • loadkey = categoryid
    • returntype = any
    • renderfield = name
    • fkcolumn = parentid
    • access = public
    true false
    string path


    • returntype = any
    • access = public
    true false
    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 restrictGroups


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


    • cfc = site
    • fieldtype = many-to-one
    • returntype = any
    • fkcolumn = siteid
    • access = public
    true false
    string sortBy


    • returntype = any
    • access = public
    orderno true true
    string sortDirection


    • returntype = any
    • access = public
    asc true true
    Constructor Summary
    init()
    Method Summary
    any addChild([any child])
    any clone()
    any delete()
    any getCrumbIterator(any sort='asc')
    any getCrumbQuery(any sort='asc')
    any getEditUrl(any compactDisplay='false')
    any getKidsIterator(boolean activeOnly='true', boolean InterestsOnly='false')
    any getKidsQuery(boolean activeOnly='true', boolean InterestsOnly='false')
    any getParent()
    any getPrimaryKey()
    any hasParent()
    any loadBy()
    any save()
    any setCategoryManager([any categoryManager])
    any setConfigBean([any configBean])
    any setContentUtility([any contentUtility])
    any setDateCreated([String dateCreated])
    any setFilename(string filename)
    any setIsFeatureable([any IsFeatureable])
    any setLastUpdate([String lastUpdate])
    any setRemotePubDate(string RemotePubDate)
    any setURLTitle(string URLTitle)
    any setlastUpdateBy([String lastUpdateBy])
     
    Methods inherited from class mura.bean.bean
    OnMissingMethod, addEventHandler, addObject, allowAccess, allowDelete, allowQueryParams, allowRead, allowSave, compare, exists, get, getAll, getAllValues, getBundleable, getDynamic, getEntityDisplayName, getEntityName, getErrors, getFeed, getHasManyPropArray, getHasOnePropArray, getInstanceName, getIsHistorical, getOrderBy, getProperties, getPublicAPI, getRegisteredEntity, getScaffold, getSynthedFunctions, getTable, getValidations, getValue, has, hasErrors, hasProperty, hasTable, isComparable, on, parseDateArg, registerAsEntity, removeObject, set, 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

    URLtitle

    property string URLtitle

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

    categoryID

    property any categoryID

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

    contentAssignments

    property any contentAssignments

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

    dateCreated

    property date dateCreated

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

    filename

    property string filename

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

    isActive

    property numeric isActive = [1]

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

    isFeatureable

    property numeric isFeatureable = [1]

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

    isInterestGroup

    property numeric isInterestGroup = [1]

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

    isNew

    property numeric isNew = [1]

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

    isOpen

    property numeric isOpen = [1]

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

    kids

    property any kids

    Attributes:
    cfc - category
    fieldtype - one-to-many
    loadkey - parentid
    returntype - any
    required - false
    cascade - delete
    serializable - true
    nested - true
    orderby - name asc
    access - public

    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

    note

    property string note

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

    parent

    property any parent

    Attributes:
    cfc - category
    fieldtype - many-to-one
    loadkey - categoryid
    returntype - any
    required - false
    renderfield - name
    fkcolumn - parentid
    serializable - true
    access - public

    path

    property string path

    Attributes:
    returntype - any
    required - false
    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

    restrictGroups

    property string restrictGroups

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

    site

    property any site

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

    sortBy

    property string sortBy = [orderno]

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

    sortDirection

    property string sortDirection = [asc]

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

    Method Detail

    addChild

    public any addChild([any child])

    Parameters:
    child

    clone

    public any clone()

    Overrides:
    clone in class bean

    delete

    public any delete()


    getCrumbIterator

    public any getCrumbIterator(any sort='asc')

    Parameters:
    sort

    getCrumbQuery

    public any getCrumbQuery(any sort='asc')

    Parameters:
    sort

    getEditUrl

    public any getEditUrl(any compactDisplay='false')

    Parameters:
    compactDisplay

    getKidsIterator

    public any getKidsIterator(boolean activeOnly='true', boolean InterestsOnly='false')

    Parameters:
    activeOnly
    InterestsOnly

    getKidsQuery

    public any getKidsQuery(boolean activeOnly='true', boolean InterestsOnly='false')

    Parameters:
    activeOnly
    InterestsOnly

    getParent

    public any getParent()


    getPrimaryKey

    public any getPrimaryKey()

    Overrides:
    getPrimaryKey in class bean

    hasParent

    public any hasParent()


    loadBy

    public any loadBy()


    save

    public any save()


    setCategoryManager

    public any setCategoryManager([any categoryManager])

    Parameters:
    categoryManager

    setConfigBean

    public any setConfigBean([any configBean])

    Parameters:
    configBean

    setContentUtility

    public any setContentUtility([any contentUtility])

    Parameters:
    contentUtility

    setDateCreated

    public any setDateCreated([String dateCreated])

    Parameters:
    dateCreated

    setFilename

    public any setFilename(string filename)

    Parameters:
    filename

    setIsFeatureable

    public any setIsFeatureable([any IsFeatureable])

    Parameters:
    IsFeatureable

    setLastUpdate

    public any setLastUpdate([String lastUpdate])

    Parameters:
    lastUpdate

    setRemotePubDate

    public any setRemotePubDate(string RemotePubDate)

    Parameters:
    RemotePubDate

    setURLTitle

    public any setURLTitle(string URLTitle)

    Parameters:
    URLTitle

    setlastUpdateBy

    public any setlastUpdateBy([String lastUpdateBy])

    Overrides:
    setlastUpdateBy in class bean
    Parameters:
    lastUpdateBy