psdi.app.workorder

Interface WorkPlanMbo

    • Method Detail

      • updateTotals

        void updateTotals(MboRemote wo,
                          boolean isGain)
                   throws MXException,
                          java.rmi.RemoteException
        Updates the work order totals related to the work plan mbo.
        Parameters:
        wo - The work order Mbo to update.
        isGain - Is this a gain or loss for the work order.
        Throws:
        MXException
        java.rmi.RemoteException
      • copyPlan

        void copyPlan(MboRemote source)
               throws MXException,
                      java.rmi.RemoteException
        Used to fill in data when copying from Job Plan to Work Plan
        Parameters:
        source - The JobPlan Mbo to copy from.
        Throws:
        MXException
        java.rmi.RemoteException