| Package | Description | 
|---|---|
| psdi.app.inventory.unittest | |
| psdi.app.item | The Item package includes MAXIMO Business Objects related to items. | 
| psdi.app.location | The Location package includes MBOs mostly related to operating locations. | 
| psdi.app.serviceitem | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | ReceivingLibrary. setItemStatus(ItemRemote item,
             java.lang.String status,
             boolean rolldown)Set item status | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ToolItemRemoteRemote Interface to the ToolItem object. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ItemMBO object to represent an item. | 
| class  | ToolItemThe MBO to represent a tool as an item (view of the item where itemtype='TOOL'). | 
| Modifier and Type | Method and Description | 
|---|---|
| ItemRemote | ItemStructRemote. getMyItemMbo() | 
| ItemRemote | ItemStruct. getMyItemMbo()For Apply IAS, returns the Item mbo
 related to this node on the ItemStruct  tree. | 
| ItemRemote | ItemServiceRemote. isValidItem(UserInfo userInfo,
           java.lang.String itemnum,
           java.lang.String itemsetid) | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ItemStructRemote. applyIAS(MboRemote thisOwner,
        ItemRemote myItemMbo) | 
| void | ItemStruct. applyIAS(MboRemote thisOwner,
        ItemRemote myItemMbo)Public method for starting the Apply IAS procedure. | 
| void | ItemServiceRemote. changeStatus(ItemRemote item,
            java.lang.String status,
            java.util.Date date,
            java.lang.String memo) | 
| void | ItemService. changeStatus(ItemRemote item,
            java.lang.String status,
            java.util.Date date,
            java.lang.String memo)Service Method used to change status. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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.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) | 
| 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 | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ServiceItemRemoteRemote Interface for Service Item rec. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ServiceItemMBO representing a Service Item
 
 This Mbo extends the Item MBO and operates on the
 ServiceItems view. |