mura.plugin

Class pluginDisplayObjectBean

WEB-INF.cftags.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
  •  
    Property Summary
    type property default serializable required
    string configuratorInit


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


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


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


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


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


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


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


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


    • returntype = any
    • access = public
    true true
    Constructor Summary
    init()
    Method Summary
    any delete()
    any getConfiguratorInit()
    any getDisplayMethod()
    any getDisplayObjectFile()
    any getDoCache()
    any getLocation()
    any getModuleID()
    any getName()
    any getObjectID()
    any getQuery()
    any getconfiguratorJS()
    any load()
    any loadByName()
    any save()
    any setConfigBean([any configBean])
    any setConfiguratorInit([String configuratorInit])
    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])
    any setconfiguratorJS([String configuratorJS])
     
    Methods inherited from class mura.bean.bean
    OnMissingMethod, addEventHandler, addObject, allowAccess, allowDelete, allowQueryParams, allowRead, allowSave, clone, compare, exists, get, getAll, getAllValues, getBundleable, getDynamic, getEntityDisplayName, getEntityName, getErrors, getFeed, getHasManyPropArray, getHasOnePropArray, getInstanceName, getIsHistorical, getOrderBy, getPrimaryKey, getProperties, getPublicAPI, getRegisteredEntity, getScaffold, getSynthedFunctions, getTable, getValidations, getValue, has, hasErrors, hasProperty, hasTable, isComparable, on, parseDateArg, registerAsEntity, removeObject, set, setAddedObjectValues, setAllValues, setErrors, setPropAsIDColumn, setValidations, setValue, setlastUpdateBy, synthArgs, transformEventName, translatePropKey, trigger, validate, valueExists
     
    Methods inherited from class mura.cfobject
    commitTracePoint, convertTimezone, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEntity, getEventManager, getHTTPAttrs, getHTTPService, getJavaTimezone, getPlugin, getPluginManager, getQueryAttrs, getQueryService, getServiceFactory, getSession, hasCustomDatasource, initTracePoint, inject, injectMethod, invokeMethod, mixin, removeValue
     
    Methods inherited from class WEB-INF.cftags.component
    None

    Constructor Detail

    init

    public init()


    Property Detail

    configuratorInit

    property string configuratorInit = [false]

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

    configuratorJS

    property string configuratorJS = [false]

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

    displayMethod

    property string displayMethod

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

    displayMethodFile

    property string displayMethodFile

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

    doCache

    property string doCache = [false]

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

    location

    property string location

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

    moduleID

    property string moduleID

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

    name

    property string name

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

    objectID

    property string objectID

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

    Method Detail

    delete

    public any delete()


    getConfiguratorInit

    public any getConfiguratorInit()


    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()


    getconfiguratorJS

    public any getconfiguratorJS()


    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

    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

    setconfiguratorJS

    public any setconfiguratorJS([String configuratorJS])

    Parameters:
    configuratorJS