psdi.webclient.beans.configur

Class ConfigurBean

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


    public class ConfigurBean
    extends AppBean
    Bean for Configur app.
    • Constructor Detail

      • ConfigurBean

        public ConfigurBean()
    • Method Detail

      • save

        public void save()
                  throws MXException
        Description copied from class: AppBean
        Needs it's own version of save to insure the proper record is set. If the current row is a new record then before saving, it stores the key attributes and their values. Calls save then resets the qbe and to the stored values. This insures that the inserted record stays as the current record after saving.
        Overrides:
        save in class AppBean
        Throws:
        MXException
      • SAVE

        public int SAVE()
                 throws MXException,
                        java.rmi.RemoteException
        Configur / Save menu option, need to implement Long Ops.
        Overrides:
        SAVE in class AppBean
        Returns:
        EVENT_HANDLED
        Throws:
        MXException
        java.rmi.RemoteException
      • LOADDBCON

        public int LOADDBCON()
                      throws MXException,
                             java.rmi.RemoteException
        Configur / Reload Database Connection menu option. Reload the maximo property cache with the values in the file specified in the mxe.properties.overridepath system property. Also reload the report data source cache to be in sync with the new database properties. This is used to support live update of the database user account.
        Returns:
        EVENT_HANDLED
        Throws:
        MXException
        java.rmi.RemoteException
      • CONFIGURE

        public int CONFIGURE()
                      throws MXException,
                             java.rmi.RemoteException
        Configur / Configure menu option.
        Returns:
        EVENT_HANDLED
        Throws:
        MXException
        java.rmi.RemoteException
      • DELETE

        public int DELETE()
                   throws MXException,
                          java.rmi.RemoteException
        Configure / Delete menu option. The Configure app needs a custom message.
        Overrides:
        DELETE in class AppBean
        Returns:
        EVENT_HANDLED
        Throws:
        MXException
        java.rmi.RemoteException
      • TAXDATA

        public int TAXDATA()
                    throws MXException,
                           java.rmi.RemoteException,
                           java.lang.Exception
        Configur / Populate Tax Data (TaxType and MEA table)
        Returns:
        EVENT_HANDLED
        Throws:
        MXException
        java.rmi.RemoteException
        java.lang.Exception
      • NUMTAX

        public int NUMTAX()
                   throws MXException,
                          java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • EXTTABLE

        public int EXTTABLE()
                     throws MXException,
                            java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException