Methods
Modifier and Type |
Method and Description |
void |
add()
Add a mbo, defaulting the attributes shown below.
|
void |
appValidateAtTheEnd()
Validate before save.
|
void |
canDelete()
TODO --
if a domain is reference by maxattribute, or referenced by a field validation
class which load this domain, it cannot be deleted.
|
void |
delete(long accessModifier)
Mark the object to be deleted depending on the access modifier.
|
java.lang.String |
getDefaultExtDomType(java.lang.String internal)
Return the default external domain type for the passed in internal type.
|
java.lang.String |
getInternalDomainType()
Return the internal maxtype of this MBO.
|
java.lang.String[] |
getValidateOrder()
Returns a String[] of field names.
|
void |
init()
Called by the framework when the Mbo has been constructed and the
MboValues have been initialized.
|
void |
initRelationship(java.lang.String relationName,
MboSetRemote mboSet)
Called whenever a relationship is initialized or reset from this Mbo to another MboSet.
|
void |
undelete()
Unmark the Mbo for deletion.
|