Mura CMS 6.1

mura.bean
Class beanORMVersioned

railo-context.Component
        extended by mura.cfobject
            extended by mura.bean.bean
                extended by mura.bean.beanORM
                    extended by mura.bean.beanORMVersioned
Direct Known Subclasses:
contentFileMetaDataBean

public class beanORMVersioned
extends beanORM

Method Summary
private any addObject([any obj])
 any persistToVersion([any version1], [any version2])
 any toBundle([any bundle], [any siteid], [any includeVersionHistory])
 
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, save, set, setDbUtility, setPropAsIDColumn, updateMappingsByIDLists, validate
 
Methods inherited from class mura.bean.bean
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

addObject

private any addObject([any obj])

Overrides:
addObject in class bean
Parameters:
obj

persistToVersion

public any persistToVersion([any version1], [any version2])

Parameters:
version1
version2

toBundle

public any toBundle([any bundle], [any siteid], [any includeVersionHistory])

Overrides:
toBundle in class beanORM
Parameters:
bundle
siteid
includeVersionHistory

Mura CMS 6.1