| 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.
|
| com.dpslink.flash.servlet |
DPS Flash specific servlets for handling shopping functions.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Class<ARDetail> |
ERP.oARDTL
The ERP object type for accounts receivable detail.
|
| Modifier and Type | Method and Description |
|---|---|
protected ARDetail |
ARInformation.parseARDetail(ERPInterfaceAS400.Received rec)
Parses AR detail data from the receive data queue and returns an AR detail
object.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<ARDetail> |
ARSummary.getARDetails()
Returns the collection of A/R detail line items.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ARSummary.addARDetail(ARDetail line)
Adds an A/R detail line item to the collection of A/R details.
|
| Modifier and Type | Method and Description |
|---|---|
int |
InvoiceHistory.ARSorter.compare(ARDetail ar1,
ARDetail ar2) |
protected java.lang.String |
InvoiceHistory.getARDetailValue(ARDetail detail,
java.lang.String colName)
Retrieve the ARDetail object's value based on a column name.
|