| 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. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Inventory
Mbo object to represent Inventory. 
 | 
class  | 
ToolInv
The MBO to represent tool inventory. 
 | 
| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
InventoryRemote | 
FldCommonStoreloc.getInventory()
return the current inventory record. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
InventoryRemote | 
ItemRemote.addToStore(java.lang.String store)  | 
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,
          java.lang.String category)  | 
InventoryRemote | 
Item.addToStore(java.lang.String store,
          java.lang.String category)  | 
InventoryRemote | 
ItemRemote.addToStore(java.lang.String store,
          java.lang.String category,
          boolean validateLocationLater)  | 
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. 
 |