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 boolean |
OrderPlacement.parseCart(ERPInterfaceAS400.Pcml pcml)
Parses cart data returned from the ERP program and updates the current
cart's values.
|
protected void |
OrderInformation.parseOrderInfo(ERPInterfaceAS400.Pcml pcml)
Parses order information data returned from the ERP program and sets the
various WIP variables.
|
protected boolean |
OrderPlacement.sendCart(ERPInterfaceAS400.Pcml pcml)
Sets the ERP program parameters for the current cart and calls the ERP
program for execution.
|