Package | Description |
---|---|
com.dpslink.flash.servlet |
DPS Flash specific servlets for handling shopping functions.
|
Modifier and Type | Method and Description |
---|---|
protected OrderRequestAPI.Context |
OrderRequestAPI.createContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates the servlet context inner class.
|
Modifier and Type | Method and Description |
---|---|
private Customer |
OrderRequestAPI.addShipto(OrderRequestAPI.Context ctx)
Adds new ship-to customer based on information in the order request.
|
private void |
OrderRequestAPI.addToSiteActivity(OrderRequestAPI.Context ctx)
Adds the current order's values to the batch session's site activity
order values.
|
private void |
OrderRequestAPI.createSiteActivity(OrderRequestAPI.Context ctx)
Records the initial site activity information for the batch session.
|
private Product |
OrderRequestAPI.findProduct(OrderRequestAPI.Context ctx,
OrderRequestLine reqline)
Finds an existing product for an order request line.
|
private Customer |
OrderRequestAPI.findShipto(OrderRequestAPI.Context ctx)
Finds an existing customer that matches the requested ship-to.
|
private void |
OrderRequestAPI.queueSiteActivity(OrderRequestAPI.Context ctx,
boolean post)
Queues the session's activity for logging to the site activity history.
|
private java.lang.String |
OrderRequestAPI.takeOrder(OrderRequestAPI.Context ctx)
Creates a shopping cart and places an order.
|
private boolean |
OrderRequestAPI.unknownProduct(OrderRequestAPI.Context ctx,
OrderRequestLine reqline)
Puts the placeholder product in the shopping cart.
|