Package | Description |
---|---|
com.dpslink.flash.erp |
DPS Flash specific interfaces and abstract classes on which all backend interface classes are based.
|
com.dpslink.flash.erp.extend |
DPS Flash specific DPS Extend implementations for
com.dpslink.flash.erp interfaces and abstract classes. |
com.dpslink.flash.erp.obj |
DPS Flash specific business related objects unique to backend interface processing.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.Class<ShipSummary> |
ERP.oSHPSUM
The ERP object type for shipment summary.
|
Modifier and Type | Field and Description |
---|---|
protected ShipSummary |
OrderInformation.ivShipSum
A WIP shipment summary object.
|
Modifier and Type | Method and Description |
---|---|
protected ShipSummary |
OrderInformation.parseShipSummary(ERPInterfaceAS400.Received rec)
Parses shipment summary data from the receive data queue and returns a
shipment summary object.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<ShipSummary> |
Order.getShipSummaries()
Returns the collection of shipment summary records.
|
Modifier and Type | Method and Description |
---|---|
void |
Order.addShipSummary(ShipSummary shipment)
Adds a shipment summary record to the collection of shipment summaries.
|