Package | Description |
---|---|
com.dpslink.flash.servlet |
DPS Flash specific servlets for handling shopping functions.
|
Modifier and Type | Method and Description |
---|---|
protected void |
InvoiceHistory.handleInvoicePayments(InvoiceHistory.Context ctx)
Handles AJAX requests for invoice payment information.
|
protected void |
InvoiceHistory.handleInvoicePDF(InvoiceHistory.Context ctx)
Handles creation and transfer of data for the Invoice PDF.
|
protected void |
InvoiceHistory.handleInvoicePDFError(InvoiceHistory.Context ctx)
Handles creation and transfer of data for the Invoice PDF.
|
protected void |
InvoiceHistory.setTemplateDetailNew(InvoiceHistory.Context ctx)
Invoked by this class' implementation of setTemplateData to
retrieve and set the detail data required by the html template.
|
protected void |
InvoiceHistory.setTemplateDetailSame(InvoiceHistory.Context ctx)
Invoked by this class' implementation of setTemplateData to
retrieve and set the detail data required by the html template.
|
protected boolean |
InvoiceHistory.setTemplateError(InvoiceHistory.Context ctx,
java.lang.String errName)
Sets the html template error fields for the given error name.
|
private boolean |
InvoiceHistory.sortDetailInfo(InvoiceHistory.Context ctx,
java.lang.String sortByColumn,
java.lang.String sortDataType)
Sorts the collection of A/R details.
|
private boolean |
InvoiceHistory.sortDetailInfo(InvoiceHistory.Context ctx,
java.lang.String sortByColumn,
java.lang.String sortDataType,
boolean sortAsc)
Sorts the collection of A/R details.
|