Mura CMS 6.1

mura.content.approval
Class approvalRequestBean

railo-context.Component
        extended by mura.cfobject
            extended by mura.bean.bean
                extended by mura.bean.beanORM
                    extended by mura.content.approval.approvalRequestBean

public class approvalRequestBean
extends beanORM

Method Summary
 any approve([any comments])
 any cancel([any comments])
 any reject([any comments])
 any save()
 any sendActionMessage([any contentBean], [any actionType])
 
Methods inherited from class mura.bean.beanORM
addQueryParam, checkSchema, clone, delete, fromBundle, getBundleable, getCache, getCacheKey, getCacheName, getCacheSiteID, getColumns, getDbType, getDbUtility, getDiscriminatorColumn, getDiscriminatorValue, getFeed, getIterator, getLoadSQL, getManageSchema, getPrimaryKey, getProperties, getQueryAttrs, getQueryService, getReadOnly, getsCustomDatasource, getSite, getTable, getUseCache, getUseTrash, hasColumn, hasCustomDatasource, hasTable, init, loadBy, postCreate, postDelete, postInsert, postLoad, postUpdate, preCreate, preDelete, preInsert, preLoad, preUpdate, purgeCache, set, setDbUtility, setPropAsIDColumn, toBundle, updateMappingsByIDLists, validate
 
Methods inherited from class mura.bean.bean
addObject, compare, getAllValues, getEntityName, getErrors, getInstanceName, getSynthedFunctions, getValidations, getValue, hasErrors, hasProperty, isComparable, OnMissingMethod, parseDateArg, removeObject, setAddedObjectValues, setAllValues, setErrors, setlastUpdateBy, setValidations, setValue, synthArgs, translatePropKey, valueExists
 
Methods inherited from class mura.cfobject
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, initTracePoint, injectMethod, invokeMethod, removeValue
 
Methods inherited from class railo-context.Component
 

Method Detail

approve

public any approve([any comments])

Parameters:
comments

cancel

public any cancel([any comments])

Parameters:
comments

reject

public any reject([any comments])

Parameters:
comments

save

public any save()

Overrides:
save in class beanORM

sendActionMessage

public any sendActionMessage([any contentBean], [any actionType])

Parameters:
contentBean
actionType

Mura CMS 6.1