Mura CMS 6.1

mura.bean
Class bean

railo-context.Component
        extended by mura.cfobject
            extended by mura.bean.bean
Direct Known Subclasses:
adZoneBean , campaignBean , placementBean , creativeBean , beanExtendable , beanFeed , beanORM , categoryBean , contentCommentBean , contentStatsBean , changesetBean , dataCollectionBean , favoriteBean , rateBean , emailBean , mailinglistBean , memberBean , pluginDisplayObjectBean , pluginScriptBean , pluginSettingBean , settingsImageSizeBean

public class bean
extends cfobject

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

init

public init()

Method Detail

addObject

private any addObject([any obj])

Parameters:
obj

compare

public any compare([any bean], [any propertyList=''])

Parameters:
bean
propertyList

getAllValues

public struct getAllValues()


getEntityName

public any getEntityName()


getErrors

public any getErrors()


getInstanceName

public any getInstanceName()


getPrimaryKey

public any getPrimaryKey()


getProperties

public any getProperties()


getSynthedFunctions

public any getSynthedFunctions()


getValidations

public any getValidations()


getValue

public any getValue(string property, [any defaultValue])

Overrides:
getValue in class cfobject
Parameters:
property
defaultValue

hasErrors

public any hasErrors()


hasProperty

public any hasProperty([any property])

Parameters:
property

isComparable

public any isComparable([any property])

Parameters:
property

OnMissingMethod

public any OnMissingMethod(string MissingMethodName, struct MissingMethodArguments)
Handles missing method exceptions.

Parameters:
MissingMethodName - The name of the missing method.
MissingMethodArguments

parseDateArg

public any parseDateArg(string arg)

Parameters:
arg

removeObject

private any removeObject([any obj])

Parameters:
obj

set

public any set(any data)

Parameters:
data

setAddedObjectValues

public any setAddedObjectValues([any properties])

Parameters:
properties

setAllValues

public any setAllValues([any instance])

Parameters:
instance

setErrors

public any setErrors([any errors])

Parameters:
errors

setlastUpdateBy

public any setlastUpdateBy([String lastUpdateBy])

Parameters:
lastUpdateBy

setValidations

public any setValidations([any validations])

Parameters:
validations

setValue

public any setValue(string property, [any propertyValue=''])

Overrides:
setValue in class cfobject
Parameters:
property
propertyValue

synthArgs

private any synthArgs([any args])

Parameters:
args

translatePropKey

private any translatePropKey([any property])

Parameters:
property

validate

public any validate()


valueExists

public any valueExists([any valueKey])

Overrides:
valueExists in class cfobject
Parameters:
valueKey

Mura CMS 6.1