All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
add()
Add a mbo, defaulting the attributes shown below.
|
void |
delete(long accessModifier)
If Maxvar says to AutoDeleteLockout, then if the related LockOut
is not referenced by any other TagLock, delete the LockOut.
|
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 TagOutID or LockOutID.
|
protected boolean |
skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.Since this method takes the MboValueInfo as its parameter
just check to see if this field needs to be copied or skipped.If this field does not need to be copied return true.
|
void |
undelete()
Unmark the Mbo for deletion.
|