All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
add()
Add a mbo, defaulting the attributes shown below.
|
void |
appValidate()
If owner is MaxGroup, then adjust ApplicationAuth as needed.
|
void |
canDelete()
Cannot delete if ApplicationAuth exists.
|
void |
delete(long accessModifier)
Mark the object to be deleted depending on the access modifier.
|
java.util.HashMap |
getSigOptFlags()
Get SigOptFlags from SignatureCache.
|
void |
init()
If owner is MaxApps and groupname is not null, set values for non-persistent attribute GroupName and Authorized.
|
void |
save()
Save the object and other linked objects.
|
protected boolean |
skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
boolean |
toBeSaved()
Does the object need to be saved to persistent storage ?
This will also check for change of non-persistent attributes.
|
boolean |
toBeValidated()
Does the object need validating ?
This will also check linked objects.
|
void |
undelete()
Unmark the Mbo for deletion.
|