mura.bean

Class beanEntity

WEB-INF.cftags.component
    extended by mura.cfobject
      extended by mura.bean.bean
        extended by mura.bean.beanORM
          extended by mura.bean.beanEntity
Class Attributes:
  • table : tentity
  •  
  • orderby : name
  •  
  • entityname : entity
  •  
    Property Summary
    type property default serializable required
    any bundleable


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


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


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


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


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


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


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


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


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


    • datatype = int
    • returntype = any
    • access = public
    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, loadBy, postCreate, postDelete, postInsert, postLoad, postUpdate, preCreate, preDelete, preInsert, preLoad, preUpdate, purgeCache, set, setDbUtility, setPropAsIDColumn, setSaveErrors, toBundle, updateMappingsByIDLists, validate
     
    Methods inherited from class mura.bean.bean
    OnMissingMethod, addEventHandler, addObject, allowAccess, allowDelete, allowQueryParams, allowRead, allowSave, compare, exists, get, getAll, getAllValues, getEntityDisplayName, getEntityName, getErrors, getHasManyPropArray, getHasOnePropArray, getInstanceName, getIsHistorical, getOrderBy, getProperties, getPublicAPI, getRegisteredEntity, getSynthedFunctions, getTable, getValidations, getValue, has, hasErrors, hasProperty, hasTable, isComparable, on, parseDateArg, registerAsEntity, removeObject, setAddedObjectValues, setAllValues, setErrors, setValidations, setValue, setlastUpdateBy, synthArgs, transformEventName, translatePropKey, trigger, valueExists
     
    Methods inherited from class mura.cfobject
    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 WEB-INF.cftags.component
    None

    Property Detail

    bundleable

    property any bundleable = [0]

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

    code

    property any code

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

    created

    property any created

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

    displayName

    property any displayName

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

    dynamic

    property any dynamic = [0]

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

    entityid

    property any entityid

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

    lastupdate

    property any lastupdate

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

    name

    property any name

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

    path

    property any path

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

    scaffold

    property any scaffold = [0]

    Attributes:
    datatype - int
    returntype - any
    required - false
    access - public
    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