mura.client.api.lambda

Class lambdaBean

lucee.Component
    extended by mura.baseobject
      extended by mura.bean.bean
        extended by mura.bean.beanORM
          extended by mura.client.api.lambda.lambdaBean
Class Attributes:
  • entityname : lambda
  •  
  • bundleable : true
  •  
  • table : tlambda
  •  
  • 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 false
    any environment


    • access = public
    • fieldtype = one-to-many
    • returntype = any
    • cascade = delete
    • relatesto = lambdaenv
    true false
    any lambdaid


    • access = public
    • fieldtype = id
    • returntype = any
    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
    • fieldtype = index
    • maxlength = 200
    • returntype = any
    • datatype = varchar
    • length = 200
    true yes
    any package


    • access = public
    • fieldtype = index
    • maxlength = 200
    • returntype = any
    • datatype = varchar
    • length = 200
    true yes
    any proxies


    • access = public
    • fieldtype = one-to-many
    • returntype = any
    • cascade = delete
    • relatesto = proxy
    true false
    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 - false
    encrypted - true
    returntype - any
    datatype - text
    serializable - true

    environment

    property any environment

    Attributes:
    access - public
    required - false
    fieldtype - one-to-many
    returntype - any
    cascade - delete
    serializable - true
    relatesto - lambdaenv

    lambdaid

    property any lambdaid

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

    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
    fieldtype - index
    maxlength - 200
    returntype - any
    datatype - varchar
    length - 200
    serializable - true

    package

    property any package

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

    proxies

    property any proxies

    Attributes:
    access - public
    required - false
    fieldtype - one-to-many
    returntype - any
    cascade - delete
    serializable - true
    relatesto - proxy

    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