Package | Description |
---|---|
com.dpslink.flash.servlet |
DPS Flash specific servlets for handling shopping functions.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ConfirmOrder.addToSiteActivity(ConfirmOrder.Context ctx)
Adds the current order's values to the session's site activity order
values.
|
protected java.lang.String |
ConfirmOrder.addToUserDefinedField1(ConfirmOrder.Context ctx,
int offset,
java.lang.String value)
Appends to the current contents of the shopping cart's user defined field1,
starting at the offset parameter with the contents of the value parameter.
|
protected void |
ConfirmOrder.clearCreditCard(ConfirmOrder.Context ctx)
Clears the non-persisted credit card from the shopping user so if user
enters another order it will not appear that the CC info has been retained.
|
protected void |
ConfirmOrder.clearShipto(ConfirmOrder.Context ctx)
Clears the non-persisted shipto from the session's user so if user enters
another order it will not appear that the shipto info has been retained.
|
protected Select |
ConfirmOrder.getAdditionalEmails(ConfirmOrder.Context ctx,
java.util.ArrayList<java.lang.String> addrs,
java.util.ArrayList<java.lang.String> names,
int dftindex)
Parses the given collections of order placement interface email data into
an HTML select object and returns the results.
|
protected java.util.ArrayList<java.lang.String> |
ConfirmOrder.getOrderErrors(ConfirmOrder.Context ctx,
java.util.ArrayList<java.lang.Object[]> errors)
Parses the given collection of order placement interface errors into a
a collection of corresponding message text and returns the results.
|
protected void |
ConfirmOrder.setTemplateCartLines(ConfirmOrder.Context ctx)
Invoked by this class' implementation of
setTemplateData to
retrieve and set the cart line data required by the html template. |
protected void |
ConfirmOrder.setTemplateOrderHeader(ConfirmOrder.Context ctx)
Invoked by this class' implementation of
setTemplateData to
retrieve and set the order header data required by the html template. |
protected void |
ConfirmOrder.setTemplatePunchOut(ConfirmOrder.Context ctx)
Invoked by this class' implementation of
setTemplateData to
retrieve and set the punchout data required by the html template. |