|
Mura CMS 6.1 | ||||
| FRAMES | |||||
railo-context.Component
mura.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])
objpublic any compare([any bean], [any propertyList=''])
beanpropertyListpublic 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
propertydefaultValuepublic any hasErrors()
public any hasProperty([any property])
propertypublic any isComparable([any property])
propertypublic any OnMissingMethod(string MissingMethodName, struct MissingMethodArguments)
MissingMethodName - The name of the missing method.MissingMethodArgumentspublic any parseDateArg(string arg)
argprivate any removeObject([any obj])
objpublic any set(any data)
datapublic any setAddedObjectValues([any properties])
propertiespublic any setAllValues([any instance])
instancepublic any setErrors([any errors])
errorspublic any setlastUpdateBy([String lastUpdateBy])
lastUpdateBypublic any setValidations([any validations])
validationspublic any setValue(string property, [any propertyValue=''])
setValue
in class
cfobject
propertypropertyValueprivate any synthArgs([any args])
argsprivate any translatePropKey([any property])
propertypublic any validate()
public any valueExists([any valueKey])
valueExists
in class
cfobject
valueKey
|
Mura CMS 6.1 | ||||
| FRAMES | |||||