Mura CMS 6.1

mura.plugin
Class pluginDisplayObjectBean

railo-context.Component
        extended by mura.cfobject
            extended by mura.bean.bean
                extended by mura.plugin.pluginDisplayObjectBean

public class pluginDisplayObjectBean
extends bean

Constructor Summary
init()
 
Method Summary
 any delete()
 string getConfiguratorInit()
 string getconfiguratorJS()
 string getDisplayMethod()
 string getDisplayObjectFile()
 string getDoCache()
 string getLocation()
 string getModuleID()
 string getName()
 string getObjectID()
 query 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, compare, getAllValues, getEntityName, getErrors, getInstanceName, getPrimaryKey, getProperties, getSynthedFunctions, getValidations, getValue, hasErrors, hasProperty, isComparable, OnMissingMethod, parseDateArg, removeObject, set, setAddedObjectValues, setAllValues, setErrors, setlastUpdateBy, setValidations, setValue, synthArgs, translatePropKey, validate, valueExists
 
Methods inherited from class mura.cfobject
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, initTracePoint, injectMethod, invokeMethod, removeValue
 
Methods inherited from class railo-context.Component
 

Constructor Detail

init

public init()

Method Detail

delete

public any delete()


getConfiguratorInit

public string getConfiguratorInit()


getconfiguratorJS

public string getconfiguratorJS()


getDisplayMethod

public string getDisplayMethod()


getDisplayObjectFile

public string getDisplayObjectFile()


getDoCache

public string getDoCache()


getLocation

public string getLocation()


getModuleID

public string getModuleID()


getName

public string getName()


getObjectID

public string getObjectID()


getQuery

public query 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

Mura CMS 6.1