mura.bean

Class beanTagAssign

lucee.Component
    extended by mura.baseobject
      extended by mura.bean.bean
        extended by mura.bean.beanORM
          extended by mura.bean.beanTagAssign
Class Attributes:
  • entityname : entityTagAssign
  •  
  • displayname : Tag Assignment
  •  
  • table : tentitytagassign
  •  
  • synchronized : false
  •  
  • orderby : tag
  •  
  • public : true
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Property Summary
    type property default serializable required
    any assignmentid


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


    • access = public
    • fieldtype = index
    • returntype = any
    • datatype = varchar
    • length = 35
    true yes
    any entitytype


    • access = public
    • returntype = any
    • datatype = varchar
    • length = 100
    true yes
    any site


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


    • access = public
    • fieldtype = index
    • returntype = any
    • datatype = varchar
    • length = 200
    true yes
    any tagroup


    • access = public
    • returntype = any
    • datatype = varchar
    • length = 100
    true false
     
    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

    assignmentid

    property any assignmentid

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

    entityid

    property any entityid

    Attributes:
    access - public
    required - yes
    fieldtype - index
    returntype - any
    datatype - varchar
    length - 35
    serializable - true

    entitytype

    property any entitytype

    Attributes:
    access - public
    required - yes
    returntype - any
    datatype - varchar
    length - 100
    serializable - true

    site

    property any site

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

    tag

    property any tag

    Attributes:
    access - public
    required - yes
    fieldtype - index
    returntype - any
    datatype - varchar
    length - 200
    serializable - true

    tagroup

    property any tagroup

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