|
Mura CMS 6.0 | ||||
FRAMES |
railo-context.Componentmura.cfobject
mura.bean.bean
mura.bean.beanExtendable
public class beanExtendable
Constructor Summary | |
---|---|
init()
|
Method Summary | |
---|---|
struct |
getAllValues(any autocomplete='[runtime expression]')
|
any |
getExtendBaseID()
|
string |
getExtendedAttribute(string key, boolean useMuraDefault='false')
|
any |
getExtendedData()
|
any |
getValue(string property, [any defaultValue])
|
any |
purgeExtendedData()
|
any |
setConfigBean([any configBean])
|
any |
setSiteID(string SiteID)
|
any |
setSubType(string SubType)
|
any |
setType(string Type)
|
any |
setValue(string property, [any propertyValue=''])
|
Methods inherited from class mura.bean.bean |
---|
getErrors, OnMissingMethod, parseDateArg, set, setAllValues, setErrors, setlastUpdateBy, validate, valueExists
|
Methods inherited from class mura.cfobject |
---|
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, initTracePoint, injectMethod, removeValue
|
Methods inherited from class railo-context.Component |
---|
|
Constructor Detail |
---|
public init()
Method Detail |
---|
public struct getAllValues(any autocomplete='[runtime expression]')
getAllValues
in class
bean
autocomplete
public any getExtendBaseID()
public string getExtendedAttribute(string key, boolean useMuraDefault='false')
key
useMuraDefault
public any getExtendedData()
public any getValue(string property, [any defaultValue])
getValue
in class
bean
property
defaultValue
public any purgeExtendedData()
public any setConfigBean([any configBean])
configBean
public any setSiteID(string SiteID)
setSiteID
in class
bean
SiteID
public any setSubType(string SubType)
SubType
public any setType(string Type)
Type
public any setValue(string property, [any propertyValue=''])
setValue
in class
bean
property
propertyValue
|
Mura CMS 6.0 | ||||
FRAMES |