Package | Description |
---|---|
com.dpslink.flash.servlet |
DPS Flash specific servlets for handling shopping functions.
|
Modifier and Type | Method and Description |
---|---|
protected void |
OrderSummary.acSearch(OrderSummary.Context ctx)
Handles processing for a product code auto complete search request.
|
protected void |
OrderSummary.acSearchResponse(OrderSummary.Context ctx,
java.util.ArrayList<OrderSummary.acSearchResult> results)
Sends a JSON formatted response to the browser for a product code auto
complete search request.
|
protected void |
OrderSummary.acWriteResponse(OrderSummary.Context ctx,
java.lang.String response)
Writes a JSON formatted response to the http response output stream for a
product code auto complete search request.
|
protected boolean |
OrderSummary.buildInitialOrderInfo1(OrderSummary.Context ctx)
Builds initial list of orders requested via Order History function and
creates the
ctx.orders collection. |
protected boolean |
OrderSummary.buildSortedOrderInfo2(OrderSummary.Context ctx,
java.lang.String sortByColumn,
java.lang.String sortType)
Builds sorted list of orders requested via Order History function and
modifies the
ctx.orders collection. |
protected boolean |
OrderSummary.buildSortedOrderInfo3(OrderSummary.Context ctx,
java.lang.String sortByColumn,
java.lang.String sortType,
boolean sortAsc)
Builds sorted list of orders requested via Order History function and
modifies the
ctx.orders collection. |
protected void |
OrderSummary.setTemplateCustomerInfo(OrderSummary.Context ctx)
Invoked by this class' implementation of setTemplateData to
retrieve and set the customer data required by the html template.
|
protected void |
OrderSummary.setTemplateOrderInfo0(OrderSummary.Context ctx)
Invoked by this class' implementation of setTemplateData to
retrieve and set the order summary data required by the html template.
|
protected void |
OrderSummary.setTemplateOrderInfo1(OrderSummary.Context ctx)
Invoked by this class' implementation of setTemplateData to
retrieve and set the order summary data required by the html template.
|
protected void |
OrderSummary.setTemplateOrderInfo2(OrderSummary.Context ctx,
java.util.ArrayList<Order> orders)
Sets the order summary data required by the html template.
|