|
Mura CMS 6.0 | ||||
FRAMES |
railo-context.Componentmura.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
property
defaultValue
public any OnMissingMethod(string MissingMethodName, struct MissingMethodArguments)
MissingMethodName
- The name of the missing method.MissingMethodArguments
public any parseDateArg(string arg)
arg
public any set(any data)
data
public any setAllValues([any instance])
instance
public any setErrors([any errors])
errors
public any setlastUpdateBy([String lastUpdateBy])
lastUpdateBy
public any setSiteID(string siteID)
siteID
public any setValue(string property, [any propertyValue=''])
setValue
in class
cfobject
property
propertyValue
public any validate()
public any valueExists([any valueKey])
valueExists
in class
cfobject
valueKey
|
Mura CMS 6.0 | ||||
FRAMES |