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<ARAging> |
ERP.oARAGE
The ERP object type for accounts receivable aging.
|
Modifier and Type | Method and Description |
---|---|
protected ARAging |
ARInformation.parseARAging(ERPInterfaceAS400.Received rec)
Parses AR aging data from the receive data queue and returns an AR aging
object.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<ARAging> |
ARSummary.getARAgings()
Returns the collection of A/R aging line items.
|
Modifier and Type | Method and Description |
---|---|
void |
ARSummary.addARAging(ARAging line)
Adds an A/R aging line item to the collection of A/R agings.
|