psdi.webclient.beans.rcnastrslt

Class ReconAssetTicketBean

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


    public class ReconAssetTicketBean
    extends DataBean
    • Constructor Detail

      • ReconAssetTicketBean

        public ReconAssetTicketBean()
    • Method Detail

      • initialize

        public void initialize()
                        throws MXException,
                               java.rmi.RemoteException
        Initialize Create ticket record and call ReconAssetResult mbo to pre-populate data for the ticket
        Overrides:
        initialize in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException
      • execute

        public int execute()
                    throws MXException,
                           java.rmi.RemoteException
        Invoke when user clicks OK to create Ticket for a select Recon Asset Result record. Method is will save the record and display Confirmation Dialog.
        Overrides:
        execute in class DataBean
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        DataBean.execute()