All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
appValidate()
Make sure the combination is unique
|
void |
canDelete()
Condition cannot be deleted if there are places referencing it
|
void |
delete(long accessModifier)
Mark the object to be deleted depending on the access modifier.
|
MboRemote |
duplicate()
Duplicate method only throws exception now
|
java.lang.String |
getInternalType()
Get the internal condition type string.
|
java.lang.String[][] |
getSameAs()
Get the same as object and fields to the conditionnum.
|
boolean |
hasReference() |
void |
init()
Called by the framework when the Mbo has been constructed and the
MboValues have been initialized.
|
void |
initFieldFlagsOnMbo(java.lang.String attrName)
The logic of setting the readonly and required field flags to the mbo.
|
void |
undelete()
Unmark the Mbo for deletion.
|