|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.cfobject
mura.bean.bean
public class bean
Constructor Summary | |
---|---|
init()
|
Method Summary | |
---|---|
private any |
addObject([any obj])
|
any |
compare([any bean], [any propertyList=''])
|
struct |
getAllValues()
|
any |
getEntityName()
|
any |
getErrors()
|
any |
getInstanceName()
|
any |
getPrimaryKey()
|
any |
getProperties()
|
any |
getSynthedFunctions()
|
any |
getValidations()
|
any |
getValue(string property, [any defaultValue])
|
any |
hasErrors()
|
any |
hasProperty([any property])
|
any |
isComparable([any property])
|
any |
OnMissingMethod(string MissingMethodName, struct MissingMethodArguments)
Handles missing method exceptions |
any |
parseDateArg(string arg)
|
private any |
removeObject([any obj])
|
any |
set(any data)
|
any |
setAddedObjectValues([any properties])
|
any |
setAllValues([any instance])
|
any |
setErrors([any errors])
|
any |
setlastUpdateBy([String lastUpdateBy])
|
any |
setValidations([any validations])
|
any |
setValue(string property, [any propertyValue=''])
|
private any |
synthArgs([any args])
|
private any |
translatePropKey([any property])
|
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, invokeMethod, removeValue
|
Methods inherited from class railo-context.Component |
---|
|
Constructor Detail |
---|
public init()
Method Detail |
---|
private any addObject([any obj])
obj
public any compare([any bean], [any propertyList=''])
bean
propertyList
public struct getAllValues()
public any getEntityName()
public any getErrors()
public any getInstanceName()
public any getPrimaryKey()
public any getProperties()
public any getSynthedFunctions()
public any getValidations()
public any getValue(string property, [any defaultValue])
getValue
in class
cfobject
property
defaultValue
public any hasErrors()
public any hasProperty([any property])
property
public any isComparable([any property])
property
public any OnMissingMethod(string MissingMethodName, struct MissingMethodArguments)
MissingMethodName
- The name of the missing method.MissingMethodArguments
public any parseDateArg(string arg)
arg
private any removeObject([any obj])
obj
public any set(any data)
data
public any setAddedObjectValues([any properties])
properties
public any setAllValues([any instance])
instance
public any setErrors([any errors])
errors
public any setlastUpdateBy([String lastUpdateBy])
lastUpdateBy
public any setValidations([any validations])
validations
public any setValue(string property, [any propertyValue=''])
setValue
in class
cfobject
property
propertyValue
private any synthArgs([any args])
args
private any translatePropKey([any property])
property
public any validate()
public any valueExists([any valueKey])
valueExists
in class
cfobject
valueKey
|
Mura CMS 6.1 | ||||
FRAMES |