mura.content

Class contentCategoryAssignBean

lucee.Component
    extended by mura.baseobject
      extended by mura.bean.bean
        extended by mura.bean.beanORM
          extended by mura.content.contentCategoryAssignBean

This provides content category assignment functionality

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


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


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


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


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


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


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


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


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


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


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


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


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


    • access = public
    • fieldtype = many-to-one
    • returntype = any
    • fkcolumn = siteid
    • cfc = site
    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, isORM, loadBy, postCreate, postDelete, postInsert, postLoad, postUpdate, preCreate, preDelete, preInsert, preLoad, preUpdate, purgeCache, save, saveTagsAndCategories, set, setDbUtility, setPropAsIDColumn, setSaveErrors, toBundle, updateMappingsByIDLists, validate
     
    Methods inherited from class mura.bean.bean
    addEventHandler, addObject, allowAccess, allowDelete, allowQueryParams, allowRead, allowSave, appendHasRef, compare, exists, get, getAll, getAllValues, getBundleable, getCategorizable, getDynamic, getEntityDisplayName, getEntityName, getErrors, getHasManyPropArray, getHasOnePropArray, getInstanceName, getIsHistorical, getIsVersioned, getListViewProps, getOrderBy, getPermissions, getProperties, getPublicAPI, getRegisteredEntity, getScaffold, getSearchableProps, getSynthedFunctions, getTable, getTaggable, getValidations, getValue, has, hasErrors, hasProperty, hasTable, isComparable, on, OnMissingMethod, parseDateArg, parseEncrypted, pluralizeHasRefName, registerAsEntity, removeObject, setAddedObjectValues, setAllValues, setErrors, setlastUpdateBy, setValidations, setValue, synthArgs, transformEventName, translatePropKey, trigger, valueExists
     
    Methods inherited from class mura.baseobject
    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 lucee.Component
    None

    Property Detail

    activeContent

    property any activeContent

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

    category

    property any category

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

    categoryName

    property any categoryName

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

    content

    property any content

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

    featureSop

    property any featureSop

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

    featureStart

    property any featureStart

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

    filename

    property any filename

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

    isfeature

    property any isfeature = [0]

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

    kids

    property any kids

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

    parent

    property any parent

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

    parentName

    property any parentName

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

    path

    property any path

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

    site

    property any site

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

    Method Detail

    getKidQuery

    public any getKidQuery()


    getKids

    public any getKids()


    getKidsIterator

    public any getKidsIterator()


    getLoadSQLColumnsAndTables

    public any getLoadSQLColumnsAndTables()

    Overrides:
    getLoadSQLColumnsAndTables in class beanORM