psdi.webclient.beans.repfacility

Interface FollowUpWithRepairFacilities

    • Method Detail

      • createFollowUp

        MboRemote createFollowUp(MboSetRemote mboSet)
                          throws java.rmi.RemoteException,
                                 MXException
        Adds new workorder records to the mboSet received as a parameter
        Parameters:
        mboSet -
        Returns:
        Throws:
        java.rmi.RemoteException
        MXException
      • canSaveFollowUp

        boolean canSaveFollowUp(MboRemote newWO)
                         throws java.rmi.RemoteException,
                                MXException
        Callback method that if the generated workorder can be saved
        Parameters:
        newWO -
        Throws:
        java.rmi.RemoteException
        MXException
      • beforeFollowUpSave

        void beforeFollowUpSave(MboRemote newWO)
                         throws java.rmi.RemoteException,
                                MXException
        Callback method to allow specific logic to be executed before the generated work order is saved
        Parameters:
        newWO -
        Throws:
        java.rmi.RemoteException
        MXException
      • afterFollowUpSave

        void afterFollowUpSave(MboRemote newWO)
                        throws java.rmi.RemoteException,
                               MXException
        Callback method to allow specific logic to be executed after the generated work order is saved
        Parameters:
        newWO -
        Throws:
        java.rmi.RemoteException
        MXException