mura.content.file.razuna

Class razunaSettingsBean

lucee.Component
    extended by mura.cfobject
      extended by mura.bean.bean
        extended by mura.bean.beanORM
          extended by mura.content.file.razuna.razunaSettingsBean

This provides razuna api setting persistence

Class Attributes:
  • entityname : razunasettings
  •  
  • table : trazunasettings
  •  
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Property Summary
    type property default serializable required
    any apiKey


    • access = public
    • returntype = any
    true yes
    any damPath


    • access = public
    • returntype = any
    • length = 250
    true false
    any hostID


    • access = public
    • returntype = any
    • validate = numeric
    true yes
    any hostName


    • access = public
    • returntype = any
    true yes
    any servertype


    • access = public
    • returntype = any
    • inlist = cloud,local
    local true yes
    any settingsID


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


    • access = public
    • fieldtype = one-to-one
    • returntype = any
    • fkcolumn = siteID
    • cfc = site
    true false
     
    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

    apiKey

    property any apiKey

    Attributes:
    access - public
    required - yes
    returntype - any
    serializable - true

    damPath

    property any damPath

    Attributes:
    access - public
    required - false
    returntype - any
    length - 250
    serializable - true

    hostID

    property any hostID

    Attributes:
    access - public
    required - yes
    returntype - any
    serializable - true
    validate - numeric

    hostName

    property any hostName

    Attributes:
    access - public
    required - yes
    returntype - any
    serializable - true

    servertype

    property any servertype = [local]

    Attributes:
    access - public
    required - yes
    returntype - any
    inlist - cloud,local
    serializable - true

    settingsID

    property any settingsID

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

    site

    property any site

    Attributes:
    access - public
    required - false
    fieldtype - one-to-one
    returntype - any
    fkcolumn - siteID
    serializable - true
    cfc - site