psdi.iface.app.common

Class MaxIfaceLoad

    • Constructor Detail

      • MaxIfaceLoad

        public MaxIfaceLoad(MboSet ms)
                     throws MXException,
                            java.rmi.RemoteException
        Constructor
        Parameters:
        ms - The MaxIfaceLoad MboSet.
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception
    • Method Detail

      • setAsync

        public void setAsync(boolean async)
      • isAsync

        public boolean isAsync()
      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        Default value for some of the fields of the new maxconddetail table.
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Mbo
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception
      • exportData

        public java.lang.String exportData(MboRemote mbo,
                                           java.lang.String appName)
                                    throws MXException,
                                           java.rmi.RemoteException
        Export the Data from the main page
        Specified by:
        exportData in interface MaxIfaceLoadRemote
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception
      • exportData

        public java.lang.String exportData(MboSetRemote set,
                                           java.lang.String appName)
                                    throws MXException,
                                           java.rmi.RemoteException
        Export the Data from the list page
        Specified by:
        exportData in interface MaxIfaceLoadRemote
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception
      • sendData

        public java.lang.String sendData(byte[] data,
                                         java.lang.String appName)
                                  throws MXException,
                                         java.rmi.RemoteException
        Send data using handler
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception