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

Uses of Interface
psdi.app.item.ItemRemote

  • Packages that use ItemRemote 
    Package Description
    psdi.app.countbook  
    psdi.app.inventory
    The Inventory package includes MBOs related to Inventory Control.
    psdi.app.inventory.unittest  
    psdi.app.item
    The Item package includes MAXIMO Business Objects related to items.
    psdi.app.item.virtual  
    psdi.app.location

    The Location package includes MBOs mostly related to operating locations.

    psdi.app.serviceitem  
    psdi.iface.app.item  
    • Uses of ItemRemote in psdi.app.countbook

      Methods in psdi.app.countbook with parameters of type ItemRemote 
      Modifier and Type Method and Description
      CountBookLineSetRemote CountBookService.populateCBLineForItem(java.lang.String storeRoom, UserInfo userInfo, ProfileRemote profileRemote, CountBookLineSetRemote cbLineSetRemote, ItemRemote itemRemote, java.lang.String countBookNum) 
      CountBookLineSetRemote CountBookServiceRemote.populateCBLineForItem(java.lang.String storeRoom, UserInfo userInfo, ProfileRemote profileRemote, CountBookLineSetRemote cbLineSetRemote, ItemRemote itemRemote, java.lang.String countBookNum)
      This method populates the count book line for given item.
    • Uses of ItemRemote in psdi.app.inventory

      Methods in psdi.app.inventory with parameters of type ItemRemote 
      Modifier and Type Method and Description
      void InvUseLine.checkLotExpiry(MboRemote invBal, ItemRemote item) 
    • Uses of ItemRemote in psdi.app.inventory.unittest

      Methods in psdi.app.inventory.unittest with parameters of type ItemRemote 
      Modifier and Type Method and Description
      static MboRemote InvPickListTest.addItemToStoreroom(ItemRemote itemMbo, java.lang.String defaultBin, java.lang.String lotnum) 
      static void InvPickListTest.assertInvUseLineSplit(ItemRemote itemMbo, com.ibm.json.java.JSONArray linesplitArrOut, com.ibm.json.java.JSONObject payLoad, java.lang.String action) 
      static void InvPickListTest.assertInvUseLineSplitIssueToAction(ItemRemote itemMbo, com.ibm.json.java.JSONArray linesplitArrOut, com.ibm.json.java.JSONObject payLoad, java.lang.String action) 
      static void InvPickListTest.assertInvUseLineSplitPickToAction(ItemRemote itemMbo, com.ibm.json.java.JSONArray linesplitArrOut, com.ibm.json.java.JSONObject payLoad, java.lang.String action) 
      static void InvPickListTest.assertInvUseLineSplitStageToAction(ItemRemote itemMbo, com.ibm.json.java.JSONArray linesplitArrOut, com.ibm.json.java.JSONObject payLoad, java.lang.String action) 
      static MboRemote InvPickListTest.createInvPickList(MboRemote woMbo, ItemRemote itemMbo) 
      static void ReceivingLibrary.setItemStatus(ItemRemote item, java.lang.String status, boolean rolldown)
      Set item status
    • Uses of ItemRemote in psdi.app.item

      Subinterfaces of ItemRemote in psdi.app.item 
      Modifier and Type Interface and Description
      interface  ToolItemRemote
      Remote Interface to the ToolItem object.
      Classes in psdi.app.item that implement ItemRemote 
      Modifier and Type Class and Description
      class  Item
      MBO object to represent an item.
      class  ToolItem
      The MBO to represent a tool as an item (view of the item where itemtype='TOOL').
      Methods in psdi.app.item that return ItemRemote 
      Modifier and Type Method and Description
      ItemRemote ItemStruct.getMyItemMbo()
      For Apply IAS, returns the Item mbo related to this node on the ItemStruct tree.
      ItemRemote ItemStructRemote.getMyItemMbo() 
      ItemRemote ItemService.isValidItem(UserInfo userInfo, java.lang.String itemnum, java.lang.String itemsetid)
      Returns the item mbo if the passed item is a valid item; throws item not found exception if item is not valid.
      ItemRemote ItemServiceRemote.isValidItem(UserInfo userInfo, java.lang.String itemnum, java.lang.String itemsetid) 
      Methods in psdi.app.item with parameters of type ItemRemote 
      Modifier and Type Method and Description
      void ItemStruct.applyIAS(MboRemote thisOwner, ItemRemote myItemMbo)
      Public method for starting the Apply IAS procedure.
      void ItemStructRemote.applyIAS(MboRemote thisOwner, ItemRemote myItemMbo) 
      void ItemService.changeStatus(ItemRemote item, java.lang.String status, java.util.Date date, java.lang.String memo)
      Service Method used to change status.
      void ItemServiceRemote.changeStatus(ItemRemote item, java.lang.String status, java.util.Date date, java.lang.String memo) 
    • Uses of ItemRemote in psdi.app.item.virtual

      Methods in psdi.app.item.virtual with parameters of type ItemRemote 
      Modifier and Type Method and Description
      boolean StoreroomSearchSetRemote.addItemsToStorerooms(ItemRemote item, InventorySetRemote inventorySetBulk) 
      boolean StoreroomSearchSet.addItemsToStorerooms(ItemRemote item, InventorySetRemote inventorySetBulk) 
      boolean StoreroomSearchSet.addItemsToStoreroomsRun(ItemRemote item, InventorySetRemote inventorySetBulk, java.util.HashSet selStoreroomIds) 
    • Uses of ItemRemote in psdi.app.location

      Methods in psdi.app.location with parameters of type ItemRemote 
      Modifier and Type Method and Description
      MboSetRemote LocationService.getKitComponentsNotYetInStore(UserInfo userInfo, ItemRemote item, java.lang.String storeroom, java.util.Hashtable defaultBins)
      checks to see if all components of a kit exist in the storeroom to which the kit is being added
      MboSetRemote LocationServiceRemote.getKitComponentsNotYetInStore(UserInfo userInfo, ItemRemote item, java.lang.String storeroom, java.util.Hashtable defaultBins) 
      MboSetRemote LocationService.getKitComponentsNotYetInStore(UserInfo userInfo, ItemRemote item, java.lang.String storeroom, java.lang.String siteId, java.util.Hashtable defaultBins)
      checks to see if all components of a kit exist in the storeroom to which the kit is being added
      MboSetRemote LocationServiceRemote.getKitComponentsNotYetInStore(UserInfo userInfo, ItemRemote item, java.lang.String storeroom, java.lang.String siteId, java.util.Hashtable defaultBins) 
    • Uses of ItemRemote in psdi.app.serviceitem

      Subinterfaces of ItemRemote in psdi.app.serviceitem 
      Modifier and Type Interface and Description
      interface  ServiceItemRemote
      Remote Interface for Service Item rec.
      Classes in psdi.app.serviceitem that implement ItemRemote 
      Modifier and Type Class and Description
      class  ServiceItem
      MBO representing a Service Item This Mbo extends the Item MBO and operates on the ServiceItems view.
    • Uses of ItemRemote in psdi.iface.app.item

      Methods in psdi.iface.app.item with parameters of type ItemRemote 
      Modifier and Type Method and Description
      protected void MaxItemProcess.changeCapitalized(ItemRemote itemMbo, boolean newStatus)
      Call changeCapitalizedStatus on Item mbo if the capitalized flag has changed.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes