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

Uses of Class
psdi.app.inventory.Inventory

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

      Methods in psdi.app.countbook that return Inventory 
      Modifier and Type Method and Description
      Inventory CountBookService.getInventory(UserInfo userInfo, java.lang.String itemnum, java.lang.String location, java.lang.String siteid) 
      Inventory CountBookServiceRemote.getInventory(UserInfo userInfo, java.lang.String itemnum, java.lang.String location, java.lang.String siteid)
      Gets Inventory mbo based on the itemnum/location passed.
      Inventory CountBookService.getInventory(UserInfo userInfo, java.lang.String itemnum, java.lang.String itemsetid, java.lang.String location, java.lang.String siteid) 
      Inventory CountBookServiceRemote.getInventory(UserInfo userInfo, java.lang.String itemnum, java.lang.String itemsetid, java.lang.String location, java.lang.String siteid) 
    • Uses of Inventory in psdi.app.inventory

      Subclasses of Inventory in psdi.app.inventory 
      Modifier and Type Class and Description
      class  ToolInv
      The MBO to represent tool inventory.
      Methods in psdi.app.inventory with parameters of type Inventory 
      Modifier and Type Method and Description
      protected double MatRecTrans.getAvailableQty(Inventory inv, InvBalancesRemote invBal)
      gets the available quantity.
      void InventoryServiceRemote.validateBinLot(Inventory inv, java.lang.String binnum, java.lang.String lotnum) 
      void InventoryService.validateBinLot(Inventory inv, java.lang.String binnum, java.lang.String lotnum)
      This method takes location,binnum,lotnum and checks the ITEMNUM/LOCATION/BINNUM/LOTNUM combination against the INVBALANCES table.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes