|
ValidateThis API Documentation | ||||
| FRAMES | |||||
WEB-INF.cftags.component
ValidateThis.core.BusinessObjectWrapper
public class BusinessObjectWrapper
I wrap a Business Object to allow for 'shadow' properties.
| Constructor Summary | |
|---|---|
Init()
I am the constructor |
|
| Method Summary | |
|---|---|
any |
getTheObject()
|
Any |
onMissingMethod(any missingMethodName, any missingMethodArguments)
Very useful! |
void |
setInvalid(any varName, any varValue)
Allows for invlaid values to be stored in the wrapper |
void |
setTheObject(any TheObject)
|
any |
setup(any theObject)
I am called after the constructor to load data into an instance |
boolean |
testCondition(any Condition)
I dynamically evaluate a condition and return true or false |
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
Public Init()
| Method Detail |
|---|
public any getTheObject()
public Any onMissingMethod(any missingMethodName, any missingMethodArguments)
missingMethodNamemissingMethodArgumentspublic void setInvalid(any varName, any varValue)
varNamevarValuepublic void setTheObject(any TheObject)
TheObjectPublic any setup(any theObject)
theObject - The Object to be wrappedPublic boolean testCondition(any Condition)
Condition
|
ValidateThis API Documentation | ||||
| FRAMES | |||||