mura.client.api.lambda

Class lambdaEnvBean

lucee.Component
    extended by mura.baseobject
      extended by mura.bean.bean
        extended by mura.bean.beanORM
          extended by mura.client.api.lambda.lambdaEnvBean
Class Attributes:
  • entityname : lambdaenv
  •  
  • bundleable : true
  •  
  • table : tlambdaenv
  •  
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Property Summary
    type property default serializable required
    any created


    • access = public
    • returntype = any
    • ormtype = timestamp
    true false
    any data


    • access = public
    • encrypted = true
    • returntype = any
    • datatype = text
    true yes
    any envid


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


    • access = public
    • fieldtype = many-to-one
    • returntype = any
    • fkcolumn = lambdaid
    • relatesto = lambda
    true false
    any lastupdate


    • access = public
    • returntype = any
    • datatype = timestamp
    true false
    any lastupdateby


    • access = public
    • returntype = any
    • datatype = varchar
    • length = 50
    true false
    any lastupdatebyid


    • access = public
    • returntype = any
    • datatype = varchar
    • length = 35
    true false
    any name


    • access = public
    • returntype = any
    • datatype = varchar
    • length = 200
    true yes
    Method Summary
    any allowAccess([any mura])
    any allowDelete()
    any allowRead()
    any allowSave()
     
    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, save, saveTagsAndCategories, set, setDbUtility, setPropAsIDColumn, setSaveErrors, toBundle, updateMappingsByIDLists, validate
     
    Methods inherited from class mura.bean.bean
    addEventHandler, addObject, allowQueryParams, appendHasRef, compare, exists, get, getAll, getAllValues, getBundleable, getCategorizable, getDynamic, getEntityDisplayName, getEntityName, getErrors, getHasManyPropArray, getHasOnePropArray, getInstanceName, getIsHistorical, getIsVersioned, getListViewProps, getOrderBy, getPermissions, getProperties, getPublicAPI, getRegisteredEntity, getScaffold, 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

    created

    property any created

    Attributes:
    access - public
    required - false
    returntype - any
    ormtype - timestamp
    serializable - true

    data

    property any data

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

    envid

    property any envid

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

    lambda

    property any lambda

    Attributes:
    access - public
    required - false
    fieldtype - many-to-one
    returntype - any
    fkcolumn - lambdaid
    serializable - true
    relatesto - lambda

    lastupdate

    property any lastupdate

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

    lastupdateby

    property any lastupdateby

    Attributes:
    access - public
    required - false
    returntype - any
    datatype - varchar
    length - 50
    serializable - true

    lastupdatebyid

    property any lastupdatebyid

    Attributes:
    access - public
    required - false
    returntype - any
    datatype - varchar
    length - 35
    serializable - true

    name

    property any name

    Attributes:
    access - public
    required - yes
    returntype - any
    datatype - varchar
    length - 200
    serializable - true

    Method Detail

    allowAccess

    public any allowAccess([any mura])

    Overrides:
    allowAccess in class bean
    Parameters:
    mura

    allowDelete

    public any allowDelete()

    Overrides:
    allowDelete in class bean

    allowRead

    public any allowRead()

    Overrides:
    allowRead in class bean

    allowSave

    public any allowSave()

    Overrides:
    allowSave in class bean