public interface FollowUpWithRepairFacilities
CreateWorkorderBean
Modifier and Type | Method and Description |
---|---|
void |
afterFollowUpSave(MboRemote newWO)
Callback method to allow specific logic to be executed after the
generated work order is saved
|
void |
beforeFollowUpSave(MboRemote newWO)
Callback method to allow specific logic to be executed before the
generated work order is saved
|
boolean |
canSaveFollowUp(MboRemote newWO)
Callback method that if the generated workorder can be saved
|
MboRemote |
createFollowUp(MboSetRemote mboSet)
Adds new workorder records to the mboSet received as a parameter
|
MboRemote createFollowUp(MboSetRemote mboSet) throws java.rmi.RemoteException, MXException
mboSet
- java.rmi.RemoteException
MXException
boolean canSaveFollowUp(MboRemote newWO) throws java.rmi.RemoteException, MXException
newWO
- java.rmi.RemoteException
MXException
void beforeFollowUpSave(MboRemote newWO) throws java.rmi.RemoteException, MXException
newWO
- java.rmi.RemoteException
MXException
void afterFollowUpSave(MboRemote newWO) throws java.rmi.RemoteException, MXException
newWO
- java.rmi.RemoteException
MXException