Package | Description |
---|---|
com.dpslink.flash.servlet |
DPS Flash specific servlets for handling shopping functions.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CheckOut.setTemplateCartLines(CheckOut.Context ctx)
Invoked by this class' implementation of
setTemplateData to
retrieve and set the cart line data required by the html template. |
protected void |
CheckOut.setTemplateCreditCard(CheckOut.Context ctx)
Invoked by this class' implementation of
setTemplateData to
retrieve and set the credit card data required by the html template. |
protected boolean |
CheckOut.setTemplateError(CheckOut.Context ctx,
java.lang.String errName)
Sets the html template error fields for the given error name.
|
protected void |
CheckOut.setTemplateOrderHeader(CheckOut.Context ctx)
Invoked by this class' implementation of
setTemplateData to
retrieve and set the order header data required by the html template. |
protected void |
CheckOut.setTemplatePaymentOptions(CheckOut.Context ctx)
Invoked by this class' implementation of
setTemplateData to
retrieve and set the payment options data required by the html template. |
protected void |
CheckOut.setTemplatePunchOut(CheckOut.Context ctx)
Invoked by this class' implementation of
setTemplateData to
retrieve and set the punchout data required by the html template. |
protected boolean |
CheckOut.updateCartValues(CheckOut.Context ctx)
Updates the session's shopping cart with current information.
|
protected boolean |
CheckOut.updateEmailAddress(CheckOut.Context ctx)
Updates the shopping user's email address with the submitted email
address (if it has changed).
|