psdi.app.ticket

Interface TicketServiceRemote

    • Method Detail

      • changeStatus

        void changeStatus(TicketRemote ticket,
                          java.lang.String status,
                          java.util.Date date,
                          java.lang.String memo)
                   throws MXException,
                          java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        throws MXException, RemoteException
      • createWorkorder

        void createWorkorder(TicketRemote ticket,
                             java.lang.String siteid)
                      throws MXException,
                             java.rmi.RemoteException
        Service method to create a workorder from the sr.
        Parameters:
        ticket - Ticket Mbo. Incidents and SRs are Tickets.
        Throws:
        MXException
        java.rmi.RemoteException
      • getWorkLog

        MboSetRemote getWorkLog(MboRemote ticket,
                                java.lang.Boolean viewSR)
                         throws MXException,
                                java.rmi.RemoteException
        Gets the work log entries for the current ticket.
        Throws:
        MXException
        java.rmi.RemoteException