Package | Description |
---|---|
com.dpslink.flash.servlet |
DPS Flash specific servlets for handling shopping functions.
|
Modifier and Type | Method and Description |
---|---|
protected ClientRequest.Context |
ClientRequest.createContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates the servlet context inner class.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ClientRequest.createCart(ClientRequest.Context ctx,
java.util.ArrayList<ClientRequest.OrderLine> orderLines,
org.json.JSONArray rejects)
Create the cart and cartlines in the database.
|
protected void |
ClientRequest.findProduct(ClientRequest.Context ctx,
org.json.JSONObject results)
Find a product based on given criteria.
|
protected void |
ClientRequest.logon(ClientRequest.Context ctx,
org.json.JSONObject results)
Find a product based on given criteria.
|
protected void |
ClientRequest.processRequest(ClientRequest.Context ctx,
org.json.JSONObject results)
Process the client client request.
|
protected void |
ClientRequest.setTemplateProductAttributes(ClientRequest.Context ctx)
Retrieve and set the product attributes data required by the html template.
|
protected void |
ClientRequest.uploadCart(ClientRequest.Context ctx,
org.json.JSONObject results)
Upload a cart from remote client.
|
protected void |
ClientRequest.writeResponse(ClientRequest.Context ctx,
javax.servlet.http.HttpServletResponse response,
org.json.JSONObject results)
Writes a JSON formatted response to the http response output stream for
the given set of search result data.
|