|
Mura CMS 6.0 | ||||
| FRAMES | |||||
railo-context.Component
mura.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
autocompletepublic any getExtendBaseID()
public string getExtendedAttribute(string key, boolean useMuraDefault='false')
keyuseMuraDefaultpublic any getExtendedData()
public any getValue(string property, [any defaultValue])
getValue
in class
bean
propertydefaultValuepublic any purgeExtendedData()
public any setConfigBean([any configBean])
configBeanpublic any setSiteID(string SiteID)
setSiteID
in class
bean
SiteIDpublic any setSubType(string SubType)
SubTypepublic any setType(string Type)
Typepublic any setValue(string property, [any propertyValue=''])
setValue
in class
bean
propertypropertyValue
|
Mura CMS 6.0 | ||||
| FRAMES | |||||