Package | Description |
---|---|
com.dpslink.flash.servlet |
DPS Flash specific servlets for handling shopping functions.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
OrderDetails.checkAllLineItemsOpen(OrderDetails.Context ctx)
Check if all order detail line items in open status.
|
protected Customer |
OrderDetails.getDefaultShipto(OrderDetails.Context ctx)
Determines shipto customer for new order: id original order shipto
customer still exists and has matching address this shipto becomes
a default shipto, otherwise one-time shipto object is being created
and returned as a default.
|
protected boolean |
OrderDetails.processReorder(OrderDetails.Context ctx)
Invoked by EditFormFields if the submit action was "Reorder".
|
protected void |
OrderDetails.setTemplateActionInfo(OrderDetails.Context ctx,
boolean openitems)
Invoked by this class' implementation of setTemplateData to set
the reorder & cancel action link information required by the html template.
|
protected void |
OrderDetails.setTemplateCustomerInfo(OrderDetails.Context ctx,
java.lang.String keyPrefix,
java.lang.String customerID)
Invoked by this class' implementation of setTemplateData to
retrieve and set the customer data required by the html template.
|
protected boolean |
OrderDetails.setTemplateError(OrderDetails.Context ctx,
java.lang.String errName)
Sets the html template error fields for the given error name.
|
protected void |
OrderDetails.setTemplateOrderInfo(OrderDetails.Context ctx)
Invoked by this class' implementation of setTemplateData to
retrieve and set the order header and total data required by the html
template.
|