mura.content.approval

Class approvalActionBean

lucee.Component
    extended by mura.cfobject
      extended by mura.bean.bean
        extended by mura.bean.beanORM
          extended by mura.content.approval.approvalActionBean

This provides approval action functionality

Class Attributes:
  • bundleable : true
  •  
  • entityname : approvalAction
  •  
  • table : tapprovalactions
  •  
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Property Summary
    type property default serializable required
    any actiontID


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


    • access = public
    • returntype = any
    • ormtype = varchar
    • length = 50
    true false
    any approvalChain


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


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


    • access = public
    • returntype = any
    • ormtype = timestamp
    true false
    any group


    • access = public
    • fieldtype = many-to-one
    • returntype = any
    • fkcolumn = groupID
    • cfc = user
    true false
    any parent


    • access = public
    • fieldtype = one-to-one
    • returntype = any
    • nullable = true
    • fkcolumn = parentID
    • cfc = approvalAction
    true no
    any request


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


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


    • access = public
    • fieldtype = many-to-one
    • returntype = any
    • fkcolumn = userID
    • cfc = user
    true false
    Constructor Summary
    init()
     
    Methods inherited from class mura.bean.beanORM
    addQueryParam, checkSchema, clone, delete, fromBundle, getBundleable, getCache, getCacheKey, getCacheName, getCacheSiteID, getColumns, getCustomDatasource, getDbType, getDbUtility, getDiscriminatorColumn, getDiscriminatorValue, getFeed, getIterator, getLoadSQL, getManageSchema, getPrimaryKey, getQueryAttrs, getQueryParamType, getQueryService, getReadOnly, getSaveErrors, getSite, getUseCache, getUseTrash, hasColumn, hasCustomDatasource, 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
    addObject, allowDelete, allowQueryParams, allowRead, allowSave, compare, exists, get, getAll, getAllValues, getEntityName, getErrors, getHasManyPropArray, getHasOnePropArray, getInstanceName, getIsHistorical, getListView, getOrderBy, getProperties, getSynthedFunctions, getTable, getValidations, getValue, has, hasErrors, hasProperty, hasTable, isComparable, OnMissingMethod, parseDateArg, removeObject, setAddedObjectValues, setAllValues, setErrors, setlastUpdateBy, setValidations, setValue, synthArgs, translatePropKey, valueExists
     
    Methods inherited from class mura.cfobject
    commitTracePoint, convertTimezone, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getHTTPAttrs, getHTTPService, getJavaTimezone, getPlugin, getPluginManager, getServiceFactory, getSession, initTracePoint, inject, injectMethod, invokeMethod, mixin, removeValue
     
    Methods inherited from class lucee.Component
    None

    Constructor Detail

    init

    public init()


    Property Detail

    actiontID

    property any actiontID

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

    actionType

    property any actionType

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

    approvalChain

    property any approvalChain

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

    comments

    property any comments

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

    created

    property any created

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

    group

    property any group

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

    parent

    property any parent

    Attributes:
    access - public
    required - no
    fieldtype - one-to-one
    returntype - any
    nullable - true
    fkcolumn - parentID
    serializable - true
    cfc - approvalAction

    request

    property any request

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

    site

    property any site

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

    user

    property any user

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