Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Interface
psdi.app.inventory.InvBalancesRemote

  • Packages that use InvBalancesRemote 
    Package Description
    psdi.app.inventory
    The Inventory package includes MBOs related to Inventory Control.
    • Uses of InvBalancesRemote in psdi.app.inventory

      Classes in psdi.app.inventory that implement InvBalancesRemote 
      Modifier and Type Class and Description
      class  InvBalances
      Mbo object to represent InvBalances.
      Methods in psdi.app.inventory that return InvBalancesRemote 
      Modifier and Type Method and Description
      InvBalancesRemote Inventory.addInvBalancesRecord(java.lang.String binnum, java.lang.String lotnum, double curbal)
      addInvBalancesRecord(1,2,3) Adds an InvBalance record, setting the values to those passed in for bin,lot, and quantity Also, defaults the physcnt attribute to the same as curbal - the passed in quantity
      InvBalancesRemote InventoryRemote.addInvBalancesRecord(java.lang.String binnum, java.lang.String lotnum, double curbal) 
      InvBalancesRemote Inventory.addInvBalancesRecord(java.lang.String binnum, java.lang.String lotnum, double curbal, java.lang.String conditionCode)
      addInvBalancesRecord(1,2,3,4) Adds an InvBalance record, setting the values to those passed in for bin,lot, and quantity Also, defaults the physcnt attribute to the same as curbal - the passed in quantity
      InvBalancesRemote InventoryRemote.addInvBalancesRecord(java.lang.String binnum, java.lang.String lotnum, double curbal, java.lang.String conditionCode) 
      Methods in psdi.app.inventory with parameters of type InvBalancesRemote 
      Modifier and Type Method and Description
      protected double MatRecTrans.getAvailableQty(Inventory inv, InvBalancesRemote invBal)
      gets the available quantity.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes