mura.bean

Class beanEntity

lucee.Component
    extended by mura.baseobject
      extended by mura.bean.bean
        extended by mura.bean.beanORM
          extended by mura.bean.beanEntity
Class Attributes:
  • entityname : entity
  •  
  • table : tentity
  •  
  • synchronized : false
  •  
  • orderby : name
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Property Summary
    type property default serializable required
    any bundleable


    • access = public
    • returntype = any
    • datatype = int
    0 true false
    any code


    • access = public
    • returntype = any
    • datatype = longtext
    true false
    any created


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


    • access = public
    • returntype = any
    • displayname = name
    • datatype = varchar
    • length = 250
    • listview = true
    true false
    any dynamic


    • access = public
    • returntype = any
    • datatype = int
    0 true false
    any entityid


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


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


    • access = public
    • fieldtype = index
    • returntype = any
    • displayname = Name
    • datatype = varchar
    • length = 250
    true false
    any path


    • access = public
    • returntype = any
    • datatype = text
    true false
    any scaffold


    • access = public
    • returntype = any
    • datatype = int
    0 true false
    Method Summary
    any getBundleable()
    any getDynamic()
    any getScaffold()
    any save()
    any setBundleable([any bundleable])
    any setDynamic([any dynamic])
    any setScaffold([any scaffold])
     
    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, isORM, loadBy, postCreate, postDelete, postInsert, postLoad, postUpdate, preCreate, preDelete, preInsert, preLoad, preUpdate, purgeCache, saveTagsAndCategories, set, setDbUtility, setPropAsIDColumn, setSaveErrors, toBundle, updateMappingsByIDLists, validate
     
    Methods inherited from class mura.bean.bean
    addEventHandler, addObject, allowAccess, allowDelete, allowQueryParams, allowRead, allowSave, appendHasRef, compare, exists, get, getAll, getAllValues, getCategorizable, getEntityDisplayName, getEntityName, getErrors, getHasManyPropArray, getHasOnePropArray, getInstanceName, getIsHistorical, getIsVersioned, getListViewProps, getOrderBy, getPermissions, getProperties, getPublicAPI, getRegisteredEntity, getSearchableProps, getSynthedFunctions, getTable, getTaggable, getValidations, getValue, has, hasErrors, hasProperty, hasTable, isComparable, on, OnMissingMethod, parseDateArg, parseEncrypted, pluralizeHasRefName, registerAsEntity, removeObject, setAddedObjectValues, setAllValues, setErrors, setlastUpdateBy, setValidations, setValue, synthArgs, transformEventName, translatePropKey, trigger, valueExists
     
    Methods inherited from class mura.baseobject
    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 lucee.Component
    None

    Property Detail

    bundleable

    property any bundleable = [0]

    Attributes:
    access - public
    required - false
    returntype - any
    datatype - int
    serializable - true

    code

    property any code

    Attributes:
    access - public
    required - false
    returntype - any
    datatype - longtext
    serializable - true

    created

    property any created

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

    displayName

    property any displayName

    Attributes:
    access - public
    required - false
    returntype - any
    displayname - name
    datatype - varchar
    length - 250
    serializable - true
    listview - true

    dynamic

    property any dynamic = [0]

    Attributes:
    access - public
    required - false
    returntype - any
    datatype - int
    serializable - true

    entityid

    property any entityid

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

    lastupdate

    property any lastupdate

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

    name

    property any name

    Attributes:
    access - public
    required - false
    fieldtype - index
    returntype - any
    displayname - Name
    datatype - varchar
    length - 250
    serializable - true

    path

    property any path

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

    scaffold

    property any scaffold = [0]

    Attributes:
    access - public
    required - false
    returntype - any
    datatype - int
    serializable - true

    Method Detail

    getBundleable

    public any getBundleable()

    Overrides:
    getBundleable in class bean

    getDynamic

    public any getDynamic()

    Overrides:
    getDynamic in class bean

    getScaffold

    public any getScaffold()

    Overrides:
    getScaffold in class bean

    save

    public any save()

    Overrides:
    save in class beanORM

    setBundleable

    public any setBundleable([any bundleable])

    Parameters:
    bundleable

    setDynamic

    public any setDynamic([any dynamic])

    Parameters:
    dynamic

    setScaffold

    public any setScaffold([any scaffold])

    Parameters:
    scaffold