mura.content.approval

Class approvalChainAssignmentBean

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

This provides approval chain assignment functionality

Class Attributes:
  • table : tapprovalassignments
  •  
  • bundleable : false
  •  
    Property Summary
    type property default serializable required
    any approvalChain


    • cfc = approvalChain
    • fieldtype = many-to-one
    • returntype = any
    • fkcolumn = chainID
    • access = public
    true false
    any assignmentID


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


    • cfc = content
    • fieldtype = many-to-one
    • returntype = any
    • fkcolumn = contentID
    • access = public
    true false
    any exemptID


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


    • cfc = site
    • fieldtype = many-to-one
    • returntype = any
    • fkcolumn = siteID
    • access = public
    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, 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

    approvalChain

    property any approvalChain

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

    assignmentID

    property any assignmentID

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

    content

    property any content

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

    exemptID

    property any exemptID

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