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.bogus |
DPS Flash specific pseudo implementations for
com.dpslink.flash.erp interfaces and abstract classes. |
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<PaymentDetail> |
ERP.oPAYDTL
The ERP object type for payment detail.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<PaymentDetail> |
IARInformation.getInvoicePayments(java.lang.String paidbyCustId,
java.lang.String invoiceNumber)
Returns a collection of payment details for an invoice.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<PaymentDetail> |
ARInformation.getInvoicePayments(java.lang.String paidbyCustId,
java.lang.String invoiceNumber)
Returns a collection of payment details for an invoice.
|
Modifier and Type | Method and Description |
---|---|
protected PaymentDetail |
OrderInformation.parsePaymentDetail(ERPInterfaceAS400.Received rec)
Parses payment detail data from the receive data queue and returns a
payment detail object.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<PaymentDetail> |
ARInformation.getInvoicePayments(java.lang.String paidbyCustId,
java.lang.String invoiceNumber)
Returns a collection of payment details for an invoice.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<PaymentDetail> |
Order.getPaymentDetails()
Returns the collection of payment detail items.
|
Modifier and Type | Method and Description |
---|---|
void |
Order.addPaymentDetail(PaymentDetail payment)
Adds a payment detail object to the collection of payment details.
|