Package | Description |
---|---|
psdi.app.inventory.unittest | |
psdi.app.item |
The Item package includes MAXIMO Business Objects related to items.
|
psdi.app.serviceitem |
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.
|
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
|
Modifier and Type | Class and Description |
---|---|
class |
ToolItem
The MBO to represent a tool as an item (view of the item where itemtype='TOOL').
|
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.
|