psdi.webclient.beans.asset

Class SourceOrTargetAssetTicketBean

  • All Implemented Interfaces:
    java.util.EventListener, javax.servlet.http.HttpSessionBindingListener, DataBeanListener


    public class SourceOrTargetAssetTicketBean
    extends TicketBean
    This bean is used in Asset application, in the Relationship Tab, in the Relationships table when the user is creating Service Request, Problems, or Incidents ticket when selecting Source Asset or Target Asset. It will also still be used when the user tries to create a ticket via Select Action menu.
    • Constructor Detail

      • SourceOrTargetAssetTicketBean

        public SourceOrTargetAssetTicketBean()
    • Method Detail

      • getMboSetRemote

        protected MboSetRemote getMboSetRemote()
                                        throws MXException,
                                               java.rmi.RemoteException
        Get the MboSet to use against either the applications's Asset or the one selected from the Relationships table - Source or Target Asset
        Overrides:
        getMboSetRemote in class DataBean
        Throws:
        java.rmi.RemoteException - if error occurs
        MXException - if error occurs
      • createNewTicket

        protected void createNewTicket()
                                throws java.rmi.RemoteException,
                                       MXException
        Create the new ticket based on the selected asset.
        Overrides:
        createNewTicket in class TicketBean
        Throws:
        java.rmi.RemoteException - if error occurs
        MXException - if error occurs
      • saveNewTicket

        protected void saveNewTicket()
                              throws java.rmi.RemoteException,
                                     MXException
        Save the new ticket based on the selected asset.
        Overrides:
        saveNewTicket in class TicketBean
        Throws:
        java.rmi.RemoteException - if error occurs
        MXException - if error occurs