psdi.webclient.beans.intobject

Class ImportBean

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


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

      • ImportBean

        public ImportBean()
    • Method Detail

      • export

        public int export()
                   throws MXException,
                          java.rmi.RemoteException
        Export data
        Throws:
        MXException
        java.rmi.RemoteException
      • 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
        IOException, - RemoteException
        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
      • loadImport

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