psdi.app.inventory

Interface InvUseLineRemote

  • All Superinterfaces:
    MboRemote, java.rmi.Remote
    All Known Implementing Classes:
    InvUseLine


    public interface InvUseLineRemote
    extends MboRemote
    • Method Detail

      • isReturn

        boolean isReturn()
                  throws MXException,
                         java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        psdi.app.inventory.MatUseTrans.isReturn(boolean)
      • isIssue

        boolean isIssue()
                 throws MXException,
                        java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        psdi.mxam.app.inventory.InvUseLine#isIssue()
      • isMixed

        boolean isMixed()
                 throws MXException,
                        java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        psdi.mxam.app.inventory.InvUseLine#isIssue()
      • isTransfer

        boolean isTransfer()
                    throws MXException,
                           java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        psdi.mxam.app.inventory.InvUseLine#isIssue()
      • setStagingBin

        void setStagingBin(java.lang.String binflag,
                           java.lang.String stagebin)
                    throws MXException,
                           java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        psdi.mxam.app.inventory.InvUseLine#setStageBin(String, String)
      • checkReservationExist

        boolean checkReservationExist()
                               throws MXException,
                                      java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        psdi.mxam.app.inventory.InvUseLine#checkReservationExist()
      • updateInvUseLineForReservation

        void updateInvUseLineForReservation(MboRemote reservation)
                                     throws MXException,
                                            java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        psdi.mxam.app.inventory.InvUseLine#updateInvUseLineForReservation(MboRemoten)
      • updateInvUseLineForReturn

        void updateInvUseLineForReturn(MboRemote issuedItemForReturn)
                                throws MXException,
                                       java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        psdi.mxam.app.inventory.InvUseLine#updateInvUseLineForReturn(MboRemote)
      • checkIssueExist

        boolean checkIssueExist()
                         throws MXException,
                                java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        psdi.mxam.app.inventory.InvUseLine#checkIssueExist()
      • getPO

        MboRemote getPO()
                 throws MXException,
                        java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        psdi.mxam.app.inventory.InvUseLine#getPO()
      • getPOLine

        MboRemote getPOLine()
                     throws MXException,
                            java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        psdi.mxam.app.inventory.InvUseLine#getPOLine()
      • validateQty

        boolean validateQty()
                     throws MXException,
                            java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        psdi.mxam.app.inventory.InvUseLine#validateQty()
      • getSharedInvBalance

        MboRemote getSharedInvBalance()
                               throws MXException,
                                      java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        psdi.mxam.app.inventory.InvUseLine#getSharedInvBalance()
      • getTotalCurBalance

        double getTotalCurBalance()
                           throws MXException,
                                  java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        psdi.mxam.app.inventory.InvUseLine#getTotalCurBalance()
      • setReservationUserPref

        void setReservationUserPref()
                             throws MXException,
                                    java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        psdi.mxam.app.inventory.InvUseLine#setReservationUserPref()
      • setReturnUserPref

        void setReturnUserPref()
                        throws MXException,
                               java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        psdi.mxam.app.inventory.InvUseLine#setReturnUserPref()
      • setUserPref

        void setUserPref(MboRemote mbo)
                  throws MXException,
                         java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        psdi.mxam.app.inventory.InvUseLine#setUserPref()
      • updateReceivedQty

        void updateReceivedQty(double receivedQty)
                        throws MXException,
                               java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        psdi.app.inventory.InvUseLine#updateReceivedQty()
      • updateReturnedQty

        void updateReturnedQty(double returnedQty)
                        throws MXException,
                               java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
        See Also:
        psdi.app.inventory.InvUseLine#updateReturnedQty()