Package | Description |
---|---|
com.dpslink.flash.erp.extend |
DPS Flash specific DPS Extend implementations for
com.dpslink.flash.erp interfaces and abstract classes. |
Modifier and Type | Method and Description |
---|---|
protected void |
OrderPlacement.parseAdditional(ERPInterfaceAS400.Received rec)
Parses additional information from the receive data queue and adds to the
email name and address collections.
|
protected ARAging |
ARInformation.parseARAging(ERPInterfaceAS400.Received rec)
Parses AR aging data from the receive data queue and returns an AR aging
object.
|
protected ARDetail |
ARInformation.parseARDetail(ERPInterfaceAS400.Received rec)
Parses AR detail data from the receive data queue and returns an AR detail
object.
|
protected ARSummary |
ARInformation.parseARSummary(ERPInterfaceAS400.Received rec)
Parses AR summary data from the receive data queue and returns an AR
summary object.
|
protected void |
OrderPlacement.parseCartLine(ERPInterfaceAS400.Received rec)
Parses cart line data from the receive data queue and updates a cart line
in the current cart's collection of cart lines.
|
protected void |
OrderPlacement.parseConfirmLine(ERPInterfaceAS400.Received rec)
Parses order line information that is not in the cart which should be
displayed to the user.
|
protected BackendControl |
Control.parseControl(ERPInterfaceAS400.Received rec)
Parses backend control data from the receive data queue and returns a
backend control object.
|
protected Customer |
CustomerMaintenance.parseCustomer(ERPInterfaceAS400.Received rec)
Parses customer data from the receive data queue and returns a customer
object.
|
protected void |
OrderPlacement.parseErrorCode(ERPInterfaceAS400.Received rec)
Parses error code information from the receive data queue and adds to the
collection of error codes.
|
protected ImportMetaCriteria |
ProductInformation.parseImportMeta(ERPInterfaceAS400.Received rec)
Parses import metadata criteria data from the receive data queue and
returns an import metadata criteria object.
|
protected void |
ProductInformation.parseOnOrder(ERPInterfaceAS400.Received rec)
Parses on-order data from the receive data queue and places the result
in the WIP collection.
|
protected OrderDetail |
OrderInformation.parseOrderDetail(ERPInterfaceAS400.Received rec)
Parses order detail data from the receive data queue and returns an
order detail object.
|
protected Order |
OrderSummary.parseOrderSummary(ERPInterfaceAS400.Received rec)
Parses order summary data from the receive data queue and returns an
order summary object.
|
protected PaymentDetail |
OrderInformation.parsePaymentDetail(ERPInterfaceAS400.Received rec)
Parses payment detail data from the receive data queue and returns a
payment detail object.
|
protected PendingProduct |
ProductInformation.parsePending(ERPInterfaceAS400.Received rec)
Parses pending product data from the receive data queue and returns a
pending product object.
|
protected Xref |
ProductInformation.parsePendingXref(ERPInterfaceAS400.Received rec)
Parses pending product xref data from the receive data queue and returns
an xref object.
|
protected void |
ProductInformation.parsePriceAndAvail(ERPInterfaceAS400.Received rec)
Parses price and availability data from the receive data queue and updates
the originally supplied list of products.
|
protected QuantityPriceBreak |
ProductInformation.parseQtyBreaks(ERPInterfaceAS400.Received rec)
Parses quantity price break data from the receive data queue and returns
a quantity price break object.
|
protected OrderDetail |
OrderInformation.parseShipDetail(ERPInterfaceAS400.Received rec)
Parses shipment detail data from the receive data queue and returns a
shipment detail object (as an order detail object).
|
protected ShipSummary |
OrderInformation.parseShipSummary(ERPInterfaceAS400.Received rec)
Parses shipment summary data from the receive data queue and returns a
shipment summary object.
|
protected java.lang.String |
OrderInformation.parseTrackingDetail(ERPInterfaceAS400.Received rec)
Parses shipment tracking data from the receive data queue and returns a
shipment tracking number.
|
protected User |
UserMaintenance.parseUser(ERPInterfaceAS400.Received rec)
Parses user data from the receive data queue and returns a user object.
|
protected WarehouseDetail |
ProductInformation.parseWhseDetail(ERPInterfaceAS400.Received rec)
Parses warehouse detail data from the receive data queue and returns
a warehouse detail object.
|
protected WarehouseQuantity |
ProductInformation.parseWhseQtys(ERPInterfaceAS400.Received rec)
Parses warehouse quantity data from the receive data queue and returns
a warehouse quantity object.
|