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

Uses of Interface
psdi.app.inventory.InventoryRemote

  • Packages that use InventoryRemote 
    Package Description
    psdi.app.inventory
    The Inventory package includes MBOs related to Inventory Control.
    psdi.app.inventory.virtual  
    psdi.app.item
    The Item package includes MAXIMO Business Objects related to items.
    • Uses of InventoryRemote in psdi.app.inventory

      Classes in psdi.app.inventory that implement InventoryRemote 
      Modifier and Type Class and Description
      class  Inventory
      Mbo object to represent Inventory.
      class  ToolInv
      The MBO to represent tool inventory.
      Methods in psdi.app.inventory with parameters of type InventoryRemote 
      Modifier and Type Method and Description
      ReorderSetRemote ReorderServiceRemote.getReorderSet(UserInfo userInfo, boolean viewOnly, InventoryRemote inv) 
      ReorderSetRemote ReorderService.getReorderSet(UserInfo userInfo, boolean viewOnly, InventoryRemote inv)
      One form of the overloaded function of getReorderSet().
      ReorderSetRemote ReorderServiceRemote.getReorderSet(UserInfo userInfo, boolean viewOnly, InventoryRemote inv, boolean ignoreReorderPoint) 
      ReorderSetRemote ReorderService.getReorderSet(UserInfo userInfo, boolean viewOnly, InventoryRemote inv, boolean ignoreReorderPoint) 
      void MatRecTrans.updateInventory(InventoryRemote invmbo, PORemote poMbo, InvCost invcost)
      This method performs the update to the InvCost record passed in.
    • Uses of InventoryRemote in psdi.app.inventory.virtual

      Methods in psdi.app.inventory.virtual that return InventoryRemote 
      Modifier and Type Method and Description
      InventoryRemote FldCommonStoreloc.getInventory()
      return the current inventory record.
    • Uses of InventoryRemote in psdi.app.item

      Methods in psdi.app.item that return InventoryRemote 
      Modifier and Type Method and Description
      InventoryRemote Item.addToStore(java.lang.String store)
      addToStore (String) - public method WHAT: method used to create an Inventory Record associated with the passed in storeroom, and with the passed in category type.
      InventoryRemote ItemRemote.addToStore(java.lang.String store) 
      InventoryRemote Item.addToStore(java.lang.String store, java.lang.String category) 
      InventoryRemote ItemRemote.addToStore(java.lang.String store, java.lang.String category) 
      InventoryRemote Item.addToStore(java.lang.String store, java.lang.String category, boolean validateLocationLater)
      addToStore (String, String,boolean) - public method WHAT: method used to create an Inventory Record associated with the passed-in storeroom, and with the passed-in category type.
      InventoryRemote ItemRemote.addToStore(java.lang.String store, java.lang.String category, boolean validateLocationLater) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes