psdi.app.ticket

Class SR

    • Constructor Detail

      • SR

        public SR(MboSet ms)
           throws MXException,
                  java.rmi.RemoteException
        Constructs the SR object.
        Parameters:
        ms - the SR MboSet.
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        Description copied from class: Ticket
        Sets default values for a new Ticket
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Ticket
        Throws:
        MXException
        java.rmi.RemoteException
      • save

        protected void save()
                     throws MXException,
                            java.rmi.RemoteException
        Actions that are performed when a Ticket is saved.
        Overrides:
        save in class Ticket
        Throws:
        MXException
        java.rmi.RemoteException
      • newWorkLog

        public void newWorkLog()
                        throws MXException,
                               java.rmi.RemoteException
        Creates a new WorkLog record, called from the self service viewsr app.
        Specified by:
        newWorkLog in interface SRRemote
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        psdi.app.ticket.WorkLog#newWorkLog()