psdi.app.workorder.virtual

Interface WOChangeStatusSetRemote

    • Method Detail

      • setPMWOCancelUserListResponse

        void setPMWOCancelUserListResponse(boolean response)
                                    throws MXException,
                                           java.rmi.RemoteException
        This user response from the yes/no dialog when cancel is called gets set via this method from the WOChangeStatusBean.
        Parameters:
        response - true Yes has been click on the dialog.
        Throws:
        MXException
        java.rmi.RemoteException
      • setReportParameterData

        void setReportParameterData(ReportParameterData data)
                             throws MXException,
                                    java.rmi.RemoteException
        The report parameters that will be sent to the async process which will generate a report and send an email.
        Parameters:
        data - Report Parameters
        Throws:
        MXException
        java.rmi.RemoteException
      • setFailedWOChangeStatusRecord

        void setFailedWOChangeStatusRecord(long workorderid)
                                    throws MXException,
                                           java.rmi.RemoteException
        This method is used to capture all the workorders whose status has been requested to change, but failed to change.
        Parameters:
        workorderid -
        Throws:
        MXException
        java.rmi.RemoteException
      • getFailedWOChangeStatusRecord

        java.util.ArrayList getFailedWOChangeStatusRecord()
                                                   throws MXException,
                                                          java.rmi.RemoteException
        This method is used to get the list of Work Orders whose status did not change, during change status.
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException
      • clearFailedWOChangeStatusRecord

        void clearFailedWOChangeStatusRecord()
                                      throws MXException,
                                             java.rmi.RemoteException
        This method is used to clear the list of Work Orders whose status did not change. Called in order to reset the List.
        Throws:
        MXException
        java.rmi.RemoteException