All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
add()
Add a mbo, defaulting the attributes shown below.
|
void |
appValidate()
Application validation routine.
|
void |
copyAttributesFromPrecaution(MboRemote precMbo)
Copy values from WoPrecaution or Precaution to the non-persistent attributes of this
WoHazardPrec mbo.
|
void |
delete(long accessModifier)
Deleting WoHazardPrec may cascade to WoPrecaution.
|
void |
init()
Owner must be workorder, wohazard, wosafetylink or woprecaution.
|
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.
|
boolean |
toBeSaved()
Does the object need to be saved to persistent storage ?
This will also check for change of non-persistent attributes.
|
void |
undelete()
Unmark the Mbo for deletion.
|