psdi.app.inventory

Interface InvReserveRemote

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


    public interface InvReserveRemote
    extends MboRemote
    Remote Interface to the INVRESERVE object.
    • Method Detail

      • issue

        MboRemote issue(MboSetRemote newIssueSet,
                        java.lang.String bin,
                        java.lang.String lot,
                        java.lang.String asset,
                        double qty)
                 throws java.rmi.RemoteException,
                        MXException
        Throws:
        java.rmi.RemoteException
        MXException
        See Also:
        psdi.app.inventory.InvReserve#issue(psdi.app.inventory.MboSetRemote, java.lang.String, java.lang.String, java.lang.String, double)
      • setInvResType

        void setInvResType(java.lang.String displayResType,
                           boolean disallowNegAvailBal)
                    throws MXException,
                           java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • setInvResType

        void setInvResType(java.lang.String displayResType,
                           int resbuffer,
                           boolean disallowNegAvailBal)
                    throws MXException,
                           java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
      • setInvResType

        void setInvResType(java.lang.String displayResType)
                    throws MXException,
                           java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException