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<QuantityOnOrder> |
DBO.QTYONORD
The quantity on-order object class.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<QuantityOnOrder> |
Product.getOnOrderFromSupplierDetail()
(not persisted) Returns the product's on order from supplier detailed information.
|
Modifier and Type | Method and Description |
---|---|
void |
Product.setOnOrderFromSupplierDetail(java.util.ArrayList<QuantityOnOrder> value)
(not persisted) Sets the product's on order from supplier detailed information.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<QuantityOnOrder> |
IProductInformation.getQtyOnOrder(Product product)
Retrieves a collection of product on-order expected receipt dates and
quantities.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<QuantityOnOrder> |
ProductInformation.getQtyOnOrder(Product product)
Retrieves a collection of product on-order expected receipt dates and
quantities.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.TreeMap<java.util.Date,QuantityOnOrder> |
ProductInformation.ivOnOrder
A WIP collection of on-order data.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<QuantityOnOrder> |
ProductInformation.getQtyOnOrder(Product product)
Retrieves a collection of product on-order expected receipt dates and
quantities.
|