psdi.app.countbook

Interface CountBookLineSetRemote

    • Method Detail

      • getInvBalanceRecord

        MboRemote getInvBalanceRecord(java.lang.String itemNum,
                                      java.lang.String location,
                                      java.lang.String binnum,
                                      java.lang.String lotnum,
                                      MboRemote mboRemotePassed)
                               throws MXException,
                                      java.rmi.RemoteException
        Seeks out an InvBalance record based on passed in values for bin and lot. In order to retreive a set regardless of binnum and/or lotnum, pass in null. If binnum or lotnum parameters = null, they will not be considered when retrieving the set. If they should be considered as null when querying, pass in the parameter as an empty string ("").
        Parameters:
        itemNum -
        location -
        binnum -
        lotnum -
        mboRemotePassed -
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        CountBookLineSet.getInvBalanceRecord(String, String, String, String, MboRemote)
      • getInvBalanceSet

        MboSetRemote getInvBalanceSet(java.lang.String itemNum,
                                      java.lang.String location,
                                      java.lang.String binnum,
                                      java.lang.String lotnum,
                                      MboRemote mboRemote)
                               throws MXException,
                                      java.rmi.RemoteException
        Seeks out an InvBalance set based on passed in values for bin and lot. In order to retreive a set regardless of binnum and/or lotnum, pass in null. If binnum or lotnum parameters = null, they will not be considered when retrieving the set. If they should be considered as NULL when querying, pass in the parameter as an empty string ("").
        Parameters:
        itemNum -
        location -
        binnum -
        lotnum -
        mboRemote -
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        CountBookLineSet.getInvBalanceSet(String, String, String, String, MboRemote)
      • reconcileLine

        void reconcileLine(java.lang.String location)
                    throws MXException,
                           java.rmi.RemoteException
        This method checks if there is any physical count entered for the cbline. If yes, then it checks if the physical count is within the tolerance limit of the curr balance in the inventory balance, and then set the reconcile flag accordingly.
        Parameters:
        location - Storeroom string
        Throws:
        MXException - MAXIMO system error
        java.rmi.RemoteException - RMI error
        See Also:
        CountBookLineSet.reconcileLine(String)
      • reconcileWithInventory

        java.util.Vector reconcileWithInventory(java.lang.String storeRoom)
                                         throws MXException,
                                                java.rmi.RemoteException
        This method is used to call the reconciliation of inventory. It is called when the count book is completed
        Parameters:
        storeRoom - Storeroom string
        Returns:
        A vector of items which were not reconciled
        Throws:
        MXException - MAXIMO system error
        java.rmi.RemoteException - RMI error
        See Also:
        CountBookLineSet.reconcileWithInventory(String)