mura.plugin

Class pluginDisplayObjectBean

lucee.Component
    extended by mura.cfobject
      extended by mura.bean.bean
        extended by mura.plugin.pluginDisplayObjectBean

This provides CRUD functionality to legacy config.xml display objects

Class Attributes:
  • output : false
  •  
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Property Summary
    type property default serializable required
    string configuratorInit


    • access = public
    • returntype = any
    false true yes
    string configuratorJS


    • access = public
    • returntype = any
    false true yes
    string displayMethod


    • access = public
    • returntype = any
    true yes
    string displayMethodFile


    • access = public
    • returntype = any
    true yes
    string doCache


    • access = public
    • returntype = any
    false true yes
    string location


    • access = public
    • returntype = any
    true yes
    string moduleID


    • access = public
    • returntype = any
    true yes
    string name


    • access = public
    • returntype = any
    true yes
    string objectID


    • access = public
    • returntype = any
    true yes
    Constructor Summary
    init()
    Method Summary
    any delete()
    any getConfiguratorInit()
    any getconfiguratorJS()
    any getDisplayMethod()
    any getDisplayObjectFile()
    any getDoCache()
    any getLocation()
    any getModuleID()
    any getName()
    any getObjectID()
    any getQuery()
    any load()
    any loadByName()
    any save()
    any setConfigBean([any configBean])
    any setConfiguratorInit([String configuratorInit])
    any setconfiguratorJS([String configuratorJS])
    any setDisplayMethod([String displayMethod])
    any setDisplayObjectFile([String displayObjectFile])
    any setDoCache([String docache])
    any setLocation([String location])
    any setModuleID([String moduleID])
    any setName([String name])
    any setObjectID([String objectID])
     
    Methods inherited from class mura.bean.bean
    addObject, allowDelete, allowQueryParams, allowRead, allowSave, clone, compare, exists, get, getAll, getAllValues, getEntityName, getErrors, getFeed, getHasManyPropArray, getHasOnePropArray, getInstanceName, getIsHistorical, getListView, getOrderBy, getPrimaryKey, getProperties, getSynthedFunctions, getTable, getValidations, getValue, has, hasErrors, hasProperty, hasTable, isComparable, OnMissingMethod, parseDateArg, removeObject, set, setAddedObjectValues, setAllValues, setErrors, setlastUpdateBy, setPropAsIDColumn, setValidations, setValue, synthArgs, translatePropKey, validate, valueExists
     
    Methods inherited from class mura.cfobject
    commitTracePoint, convertTimezone, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getHTTPAttrs, getHTTPService, getJavaTimezone, getPlugin, getPluginManager, getQueryAttrs, getQueryService, getServiceFactory, getSession, hasCustomDatasource, initTracePoint, inject, injectMethod, invokeMethod, mixin, removeValue
     
    Methods inherited from class lucee.Component
    None

    Constructor Detail

    init

    public init()


    Property Detail

    configuratorInit

    property string configuratorInit = [false]

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

    configuratorJS

    property string configuratorJS = [false]

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

    displayMethod

    property string displayMethod

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

    displayMethodFile

    property string displayMethodFile

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

    doCache

    property string doCache = [false]

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

    location

    property string location

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

    moduleID

    property string moduleID

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

    name

    property string name

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

    objectID

    property string objectID

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

    Method Detail

    delete

    public any delete()


    getConfiguratorInit

    public any getConfiguratorInit()


    getconfiguratorJS

    public any getconfiguratorJS()


    getDisplayMethod

    public any getDisplayMethod()


    getDisplayObjectFile

    public any getDisplayObjectFile()


    getDoCache

    public any getDoCache()


    getLocation

    public any getLocation()


    getModuleID

    public any getModuleID()


    getName

    public any getName()


    getObjectID

    public any getObjectID()


    getQuery

    public any getQuery()


    load

    public any load()


    loadByName

    public any loadByName()


    save

    public any save()


    setConfigBean

    public any setConfigBean([any configBean])

    Parameters:
    configBean

    setConfiguratorInit

    public any setConfiguratorInit([String configuratorInit])

    Parameters:
    configuratorInit

    setconfiguratorJS

    public any setconfiguratorJS([String configuratorJS])

    Parameters:
    configuratorJS

    setDisplayMethod

    public any setDisplayMethod([String displayMethod])

    Parameters:
    displayMethod

    setDisplayObjectFile

    public any setDisplayObjectFile([String displayObjectFile])

    Parameters:
    displayObjectFile

    setDoCache

    public any setDoCache([String docache])

    Parameters:
    docache

    setLocation

    public any setLocation([String location])

    Parameters:
    location

    setModuleID

    public any setModuleID([String moduleID])

    Parameters:
    moduleID

    setName

    public any setName([String name])

    Parameters:
    name

    setObjectID

    public any setObjectID([String objectID])

    Parameters:
    objectID