psdi.webclient.beans.extsystem

Class LoadBean

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


    public class LoadBean
    extends DataBean
    Bean class for File Loading/Data Import into Maximo
    • Constructor Detail

      • LoadBean

        public LoadBean()
    • Method Detail

      • load

        public int load()
                 throws MXException,
                        java.rmi.RemoteException
        Import Data into Maximo
        Returns:
        EVENT_HANDLED
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception
      • importdata

        public int importdata()
                       throws MXException,
                              java.rmi.RemoteException
        Method to import xml/Flat file. Both preview mode and writing into Queue are supported.
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException
      • loadData

        public int loadData()
                     throws MXException
        Method to import xml/Flat file. Both preview mode and writing into Queue are supported.
        Returns:
        Throws:
        MXException