Package | Description |
---|---|
psdi.app.countbook | |
psdi.app.inventory |
The Inventory package includes MBOs related to Inventory Control.
|
Modifier and Type | Method and Description |
---|---|
Inventory |
CountBookService.getInventory(UserInfo userInfo,
java.lang.String itemnum,
java.lang.String location,
java.lang.String siteid) |
Inventory |
CountBookServiceRemote.getInventory(UserInfo userInfo,
java.lang.String itemnum,
java.lang.String location,
java.lang.String siteid)
Gets Inventory mbo based on the itemnum/location passed.
|
Inventory |
CountBookService.getInventory(UserInfo userInfo,
java.lang.String itemnum,
java.lang.String itemsetid,
java.lang.String location,
java.lang.String siteid) |
Inventory |
CountBookServiceRemote.getInventory(UserInfo userInfo,
java.lang.String itemnum,
java.lang.String itemsetid,
java.lang.String location,
java.lang.String siteid) |
Modifier and Type | Class and Description |
---|---|
class |
ToolInv
The MBO to represent tool inventory.
|
Modifier and Type | Method and Description |
---|---|
protected double |
MatRecTrans.getAvailableQty(Inventory inv,
InvBalancesRemote invBal)
gets the available quantity.
|
void |
InventoryService.validateBinLot(Inventory inv,
java.lang.String binnum,
java.lang.String lotnum)
This method takes location,binnum,lotnum and checks the
ITEMNUM/LOCATION/BINNUM/LOTNUM combination against
the INVBALANCES table.
|
void |
InventoryServiceRemote.validateBinLot(Inventory inv,
java.lang.String binnum,
java.lang.String lotnum) |