mura.bean

Class beanORMHistorical

lucee.Component
    extended by mura.cfobject
      extended by mura.bean.bean
        extended by mura.bean.beanORM
          extended by mura.bean.beanORMHistorical

This provide a historical record of an entities versions

Class Attributes:
  • bundleable : true
  •  
  • synchronized : false
  •  
  • historical : true
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Property Summary
    type property default serializable required
    any created


    • access = public
    • fieldtype = index
    • returntype = any
    • datatype = datetime
    true false
    any deleted


    • access = public
    • fieldtype = index
    • returntype = any
    • datatype = tinyint
    0 true false
    any histid


    • access = public
    • fieldtype = id
    • returntype = any
    • historical = true
    true false
    any lastupdate


    • access = public
    • fieldtype = index
    • returntype = any
    • datatype = datetime
    true false
    Method Summary
    any getVersionHistoryIterator()
    any getVersionHistoryQuery()
     
    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, 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
    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

    Property Detail

    created

    property any created

    Attributes:
    access - public
    required - false
    fieldtype - index
    returntype - any
    datatype - datetime
    serializable - true

    deleted

    property any deleted = [0]

    Attributes:
    access - public
    required - false
    fieldtype - index
    returntype - any
    datatype - tinyint
    serializable - true

    histid

    property any histid

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

    lastupdate

    property any lastupdate

    Attributes:
    access - public
    required - false
    fieldtype - index
    returntype - any
    datatype - datetime
    serializable - true

    Method Detail

    getVersionHistoryIterator

    public any getVersionHistoryIterator()


    getVersionHistoryQuery

    public any getVersionHistoryQuery()