• Packages that use Item 
    Package Description
    psdi.app.inventory.unittest  
    psdi.app.item
    The Item package includes MAXIMO Business Objects related to items.
    psdi.app.serviceitem  
    • Uses of Item in psdi.app.inventory.unittest

      Methods in psdi.app.inventory.unittest that return Item 
      Modifier and Type Method and Description
      static Item ItemLibrary.changeStatusToActive(Item item, boolean rollToOrgandInventory)
      Use this method to change the status of an item to active
      static Item ItemLibrary.createBasicItem()
      Use this method to create a Item with the following options: Lot Type: No Lot Non-rotating non-capitalized Use this method only for a an item that is only needed for one JUnit
      static Item ItemLibrary.createBasicItem(java.lang.String name)
      Use this method to create a workorder that will spawn over multiple unittest.
      Methods in psdi.app.inventory.unittest with parameters of type Item 
      Modifier and Type Method and Description
      static void ItemLibrary.addItemToStoreroom(Item item, java.lang.String siteid, java.lang.String storeroom, double unitcost, double initialBalance) 
      static void ItemLibrary.addItemToStoreroom(Item item, java.lang.String siteid, java.lang.String storeroom, java.lang.String costType, double unitcost, java.lang.String defaultBin, double initialBalance, java.lang.String issueUnit, java.lang.String orderUnit, boolean consignment)
      Takes a non-rotating item passed in and adds the item to the storeroom.
      static Item ItemLibrary.changeStatusToActive(Item item, boolean rollToOrgandInventory)
      Use this method to change the status of an item to active
    • Uses of Item in psdi.app.item

      Subclasses of Item in psdi.app.item 
      Modifier and Type Class and Description
      class  ToolItem
      The MBO to represent a tool as an item (view of the item where itemtype='TOOL').
    • Uses of Item in psdi.app.serviceitem

      Subclasses of Item in psdi.app.serviceitem 
      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.