psdi.app.ticket

Class TemplateStatusSet

    • Constructor Detail

      • TemplateStatusSet

        public TemplateStatusSet(MboServerInterface ms)
                          throws MXException,
                                 java.rmi.RemoteException
        Construct the set
        Parameters:
        ms - The Mbo Server interface
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • getMboInstance

        protected Mbo getMboInstance(MboSet ms)
                              throws MXException,
                                     java.rmi.RemoteException
        Generate a new TemplateStatus object
        Specified by:
        getMboInstance in class MboSet
        Parameters:
        ms - MboSet
        Returns:
        the new TemplateStatus object
        Throws:
        MXException
        java.rmi.RemoteException
      • canAdd

        public void canAdd()
                    throws MXException
        In order to create new TemplateStatus, this set needs to be owned by a Ticket Mbo
        Overrides:
        canAdd in class MboSet
        Throws:
        MXApplicationException - Thrown with "ticket", "addstatus" if not owned by a Template object.
        MXException