mura.content

Class contentCategoryAssignBean

WEB-INF.cftags.component
    extended by mura.cfobject
      extended by mura.bean.bean
        extended by mura.bean.beanORM
          extended by mura.content.contentCategoryAssignBean

This provides content category assignment functionality

Class Attributes:
  • table : tcontentcategoryassign
  •  
  • bundleable : false
  •  
  • entityname : contentCategoryAssign
  •  
    Property Summary
    type property default serializable required
    any activeContent


    • cfc = content
    • fieldtype = many-to-one
    • loadkey = contentid
    • returntype = any
    • fkcolumn = contentid
    • access = public
    true false
    any category


    • cfc = category
    • fieldtype = many-to-one
    • returntype = any
    • fkcolumn = categoryid
    • access = public
    true false
    any categoryName


    • persistent = false
    • datatype = varchar
    • returntype = any
    • length = 250
    • access = public
    true false
    any content


    • cfc = content
    • fieldtype = many-to-one
    • loadkey = contenthistid
    • returntype = any
    • fkcolumn = contenthistid
    • access = public
    true false
    any featureSop


    • datatype = datetime
    • returntype = any
    • access = public
    true false
    any featureStart


    • datatype = datetime
    • returntype = any
    • access = public
    true false
    any filename


    • persistent = false
    • datatype = varchar
    • returntype = any
    • length = 250
    • access = public
    true false
    any isfeature


    • datatype = int
    • returntype = any
    • access = public
    0 true false
    any kids


    • cfc = category
    • fieldtype = one-to-many
    • loadkey = parentid
    • returntype = any
    • fkcolumn = categoryid
    • nested = true
    • orderby = name asc
    • access = public
    true false
    any parent


    • cfc = category
    • persistent = false
    • fieldtype = many-to-one
    • returntype = any
    • fkcolumn = parentid
    • access = public
    true false
    any parentName


    • persistent = false
    • datatype = varchar
    • returntype = any
    • length = 250
    • access = public
    true false
    any path


    • persistent = false
    • datatype = varchar
    • returntype = any
    • length = 250
    • access = public
    true false
    any site


    • cfc = site
    • fieldtype = many-to-one
    • returntype = any
    • fkcolumn = siteid
    • access = public
    true false
    Method Summary
    any getKidQuery()
    any getKids()
    any getKidsIterator()
    any getLoadSQLColumnsAndTables()
     
    Methods inherited from class mura.bean.beanORM
    addQueryParam, checkSchema, clone, delete, fromBundle, getCache, getCacheKey, getCacheName, getCacheSiteID, getColumns, getCustomDatasource, getDbType, getDbUtility, getDiscriminatorColumn, getDiscriminatorValue, getFeed, getIterator, getLoadSQL, getManageSchema, getPrimaryKey, getPropertiesAsJSON, getQueryAttrs, getQueryParamType, getQueryService, getReadOnly, getSaveErrors, getSite, getUseCache, getUseTrash, hasColumn, hasCustomDatasource, init, loadBy, postCreate, postDelete, postInsert, postLoad, postUpdate, preCreate, preDelete, preInsert, preLoad, preUpdate, purgeCache, save, set, setDbUtility, setPropAsIDColumn, setSaveErrors, toBundle, updateMappingsByIDLists, validate
     
    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, 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, setValidations, setValue, setlastUpdateBy, synthArgs, transformEventName, translatePropKey, trigger, valueExists
     
    Methods inherited from class mura.cfobject
    commitTracePoint, convertTimezone, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEntity, getEventManager, getHTTPAttrs, getHTTPService, getJavaTimezone, getPlugin, getPluginManager, getServiceFactory, getSession, initTracePoint, inject, injectMethod, invokeMethod, mixin, removeValue
     
    Methods inherited from class WEB-INF.cftags.component
    None

    Property Detail

    activeContent

    property any activeContent

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

    category

    property any category

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

    categoryName

    property any categoryName

    Attributes:
    persistent - false
    datatype - varchar
    returntype - any
    length - 250
    required - false
    access - public
    serializable - true

    content

    property any content

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

    featureSop

    property any featureSop

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

    featureStart

    property any featureStart

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

    filename

    property any filename

    Attributes:
    persistent - false
    datatype - varchar
    returntype - any
    length - 250
    required - false
    access - public
    serializable - true

    isfeature

    property any isfeature = [0]

    Attributes:
    datatype - int
    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
    fkcolumn - categoryid
    serializable - true
    nested - true
    orderby - name asc
    access - public

    parent

    property any parent

    Attributes:
    cfc - category
    persistent - false
    fieldtype - many-to-one
    returntype - any
    required - false
    fkcolumn - parentid
    access - public
    serializable - true

    parentName

    property any parentName

    Attributes:
    persistent - false
    datatype - varchar
    returntype - any
    length - 250
    required - false
    access - public
    serializable - true

    path

    property any path

    Attributes:
    persistent - false
    datatype - varchar
    returntype - any
    length - 250
    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

    Method Detail

    getKidQuery

    public any getKidQuery()


    getKids

    public any getKids()


    getKidsIterator

    public any getKidsIterator()


    getLoadSQLColumnsAndTables

    public any getLoadSQLColumnsAndTables()

    Overrides:
    getLoadSQLColumnsAndTables in class beanORM