Methods
Modifier and Type |
Method and Description |
void |
add()
Add a mbo, defaulting the attributes shown below.
|
void |
appValidate()
Set Restrictions = Condition.
|
void |
init()
Called by the framework when the Mbo has been constructed and the
MboValues have been initialized.
|
void |
propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for groupname.
|
boolean |
toBeSaved()
Does the object need to be saved to persistent storage ?
This will also check for change of "condition" non-persistent attribute.
|
void |
validateCondition(java.lang.String attrName)
Validate the "Condition" sql.
|