public interface WorkPlanMbo
| Modifier and Type | Method and Description | 
|---|---|
| void | copyPlan(MboRemote source)Used to fill in data when copying from Job Plan to Work Plan | 
| void | updateTotals(MboRemote wo,
            boolean isGain)Updates the work order totals related to the work plan mbo. | 
void updateTotals(MboRemote wo, boolean isGain) throws MXException, java.rmi.RemoteException
wo - The work order Mbo to update.isGain - Is this a gain or loss for the work order.MXExceptionjava.rmi.RemoteExceptionvoid copyPlan(MboRemote source) throws MXException, java.rmi.RemoteException
source - The JobPlan Mbo to copy from.MXExceptionjava.rmi.RemoteException