|
Mura CMS 6.0 | ||||
| FRAMES | |||||
railo-context.Component
mura.cfobject
mura.bean.bean
public class bean
| Constructor Summary | |
|---|---|
init()
|
|
| Method Summary | |
|---|---|
struct |
getAllValues()
|
any |
getErrors()
|
any |
getValue(string property, [any defaultValue])
|
any |
OnMissingMethod(string MissingMethodName, struct MissingMethodArguments)
Handles missing method exceptions |
any |
parseDateArg(string arg)
|
any |
set(any data)
|
any |
setAllValues([any instance])
|
any |
setErrors([any errors])
|
any |
setlastUpdateBy([String lastUpdateBy])
|
any |
setSiteID(string siteID)
|
any |
setValue(string property, [any propertyValue=''])
|
any |
validate()
|
any |
valueExists([any valueKey])
|
| 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()
public any getErrors()
public any getValue(string property, [any defaultValue])
getValue
in class
cfobject
propertydefaultValuepublic any OnMissingMethod(string MissingMethodName, struct MissingMethodArguments)
MissingMethodName - The name of the missing method.MissingMethodArgumentspublic any parseDateArg(string arg)
argpublic any set(any data)
datapublic any setAllValues([any instance])
instancepublic any setErrors([any errors])
errorspublic any setlastUpdateBy([String lastUpdateBy])
lastUpdateBypublic any setSiteID(string siteID)
siteIDpublic any setValue(string property, [any propertyValue=''])
setValue
in class
cfobject
propertypropertyValuepublic any validate()
public any valueExists([any valueKey])
valueExists
in class
cfobject
valueKey
|
Mura CMS 6.0 | ||||
| FRAMES | |||||