|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.cfobject
mura.bean.bean
mura.plugin.pluginDisplayObjectBean
public class pluginDisplayObjectBean
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.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 |
---|
public init()
Method Detail |
---|
public any delete()
public string getConfiguratorInit()
public string getconfiguratorJS()
public string getDisplayMethod()
public string getDisplayObjectFile()
public string getDoCache()
public string getLocation()
public string getModuleID()
public string getName()
public string getObjectID()
public query getQuery()
public any load()
public any loadByName()
public any save()
public any setConfigBean([any configBean])
configBean
public any setConfiguratorInit([String configuratorInit])
configuratorInit
public any setconfiguratorJS([String configuratorJS])
configuratorJS
public any setDisplayMethod([String displayMethod])
displayMethod
public any setDisplayObjectFile([String displayObjectFile])
displayObjectFile
public any setDoCache([String docache])
docache
public any setLocation([String location])
location
public any setModuleID([String moduleID])
moduleID
public any setName([String name])
name
public any setObjectID([String objectID])
objectID
|
Mura CMS 6.1 | ||||
FRAMES |