psdi.iface.app.item

Class MaxToolItemProcess

    • Constructor Detail

      • MaxToolItemProcess

        public MaxToolItemProcess()
                           throws MXException,
                                  java.rmi.RemoteException
        Constructor
        Throws:
        MXException - maximo exception
        java.rmi.RemoteException - remote exception
    • Method Detail

      • setAdditionalData

        public void setAdditionalData(MboSetRemote mboSet,
                                      java.lang.String tableName)
                               throws MXException,
                                      java.rmi.RemoteException
        Set additional data
        Overrides:
        setAdditionalData in class MosProcessImpl
        Parameters:
        mboSet - the mboset
        tableName - the table name
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception
      • changeCapitalized

        protected void changeCapitalized(ToolItemRemote toolItemMbo,
                                         boolean newStatus)
                                  throws MXException,
                                         java.rmi.RemoteException
        Call changeCapitalizedStatus on Item mbo if the capitalized flag has changed.
        Parameters:
        itemMbo - the Item Mbo
        newStatus - the new capitalized status
        Throws:
        MXException - Maximo Exception
        java.rmi.RemoteException - Remote Exception
      • changeStatus

        public void changeStatus(MboRemote setMbo,
                                 java.lang.String stat,
                                 java.lang.String memo)
                          throws MXException,
                                 java.rmi.RemoteException
        Call actual status change in Mbo.
        Overrides:
        changeStatus in class StatefulMicSetIn
        Parameters:
        setMbo - Mbo to change status
        stat - new status
        memo - status change memo
        Throws:
        MXException - MAXIMO exception
        java.rmi.RemoteException - Remote exception