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<WarehouseDetail> |
DBO.WHSDTL
The warehouse detail object class.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<WarehouseDetail> |
WarehouseQuantity.getDetails()
Returns the collection of warehouse details.
|
Modifier and Type | Method and Description |
---|---|
void |
WarehouseQuantity.setDetails(java.util.ArrayList<WarehouseDetail> value)
Sets the collection of warehouse details.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<WarehouseDetail> |
IProductInformation.getWhseDetail(java.lang.String whseId,
java.lang.String whseDesc,
Product product)
Retrieves a collection of detailed product quantities for a warehouse.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<WarehouseDetail> |
ProductInformation.getWhseDetail(java.lang.String whseId,
java.lang.String whseDesc,
Product product)
Retrieves a collection of detailed product quantities for a warehouse.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<WarehouseDetail> |
ProductInformation.ivWhseDtls
A WIP collection of warehouse details.
|
Modifier and Type | Method and Description |
---|---|
protected WarehouseDetail |
ProductInformation.parseWhseDetail(ERPInterfaceAS400.Received rec)
Parses warehouse detail data from the receive data queue and returns
a warehouse detail object.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<WarehouseDetail> |
ProductInformation.getWhseDetail(java.lang.String whseId,
java.lang.String whseDesc,
Product product)
Retrieves a collection of detailed product quantities for a warehouse.
|