mura.extend

Class extendRelatedContentSetBean

lucee.Component
    extended by mura.baseobject
      extended by mura.bean.bean
        extended by mura.bean.beanORM
          extended by mura.extend.extendRelatedContentSetBean

Provides extended object related content sets bean functionality

Class Attributes:
  • entityname : relatedContentSet
  •  
  • table : tclassextendrcsets
  •  
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Property Summary
    type property default serializable required
    any availableSubTypes


    • access = public
    • returntype = any
    • ormtype = text
    true false
    any entitytype


    • access = public
    • returntype = any
    • ormtype = varchar
    • length = 100
    content true false
    any name


    • access = public
    • returntype = any
    • ormtype = varchar
    • length = 50
    true yes
    any orderNo


    • access = public
    • returntype = any
    • ormtype = int
    true false
    any relatedContentSetID


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


    • access = public
    • returntype = any
    • ormtype = varchar
    • length = 25
    true false
    any subTypeID


    • access = public
    • returntype = any
    • ormtype = varchar
    • length = 35
    true false
    Method Summary
    xml getAsXML([any documentXML], [boolean includeIDs='false'])
    any getDisplayName()
    any getRelatedContentQuery([any contentHistID])
    any setEntityType([any entityType=''])
     
    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, getLoadSQLColumnsAndTables, 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

    availableSubTypes

    property any availableSubTypes

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

    entitytype

    property any entitytype = [content]

    Attributes:
    access - public
    required - false
    returntype - any
    ormtype - varchar
    length - 100
    serializable - true

    name

    property any name

    Attributes:
    access - public
    required - yes
    returntype - any
    ormtype - varchar
    length - 50
    serializable - true

    orderNo

    property any orderNo

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

    relatedContentSetID

    property any relatedContentSetID

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

    siteID

    property any siteID

    Attributes:
    access - public
    required - false
    returntype - any
    ormtype - varchar
    length - 25
    serializable - true

    subTypeID

    property any subTypeID

    Attributes:
    access - public
    required - false
    returntype - any
    ormtype - varchar
    length - 35
    serializable - true

    Method Detail

    getAsXML

    public xml getAsXML([any documentXML], [boolean includeIDs='false'])

    Parameters:
    documentXML
    includeIDs

    getDisplayName

    public any getDisplayName()


    getRelatedContentQuery

    public any getRelatedContentQuery([any contentHistID])

    Parameters:
    contentHistID

    setEntityType

    public any setEntityType([any entityType=''])

    Parameters:
    entityType