| Package | Description |
|---|---|
| com.dpslink.flash.db |
DPS Flash specific definitions for database objects and database object controllers as well as other non-persisted business related objects.
|
| com.dpslink.flash.erp |
DPS Flash specific interfaces and abstract classes on which all backend interface classes are based.
|
| com.dpslink.flash.erp.bogus |
DPS Flash specific pseudo implementations for
com.dpslink.flash.erp interfaces and abstract classes. |
| com.dpslink.flash.erp.extend |
DPS Flash specific DPS Extend implementations for
com.dpslink.flash.erp interfaces and abstract classes. |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Class<WarehouseQuantity> |
DBO.WHSQTY
The warehouse quantity object class.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<WarehouseQuantity> |
Product.getWarehouseQtys()
(not persisted) Returns the collection of warehouse quantities.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Product.setWarehouseQtys(java.util.ArrayList<WarehouseQuantity> value)
(not persisted) Sets the collection of warehouse quantities.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<WarehouseQuantity> |
IProductInformation.getWhseQtys(Product product)
Retrieves a collection of product availability quantities by warehouse.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<WarehouseQuantity> |
ProductInformation.getWhseQtys(Product product)
Retrieves a collection of product availability quantities by warehouse.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.ArrayList<WarehouseQuantity> |
ProductInformation.ivWhseQtys
A WIP collection of warehouse quantities.
|
| Modifier and Type | Method and Description |
|---|---|
protected WarehouseQuantity |
ProductInformation.parseWhseQtys(ERPInterfaceAS400.Received rec)
Parses warehouse quantity data from the receive data queue and returns
a warehouse quantity object.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<WarehouseQuantity> |
ProductInformation.getWhseQtys(Product product)
Retrieves a collection of product availability quantities by warehouse.
|