public class SummaryCheckoutStepController
extends AbstractCheckoutStepController
| Constructor and Description |
|---|
SummaryCheckoutStepController() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
back(RedirectAttributes redirectAttributes) |
java.lang.String |
enterStep(Model model,
RedirectAttributes redirectAttributes) |
protected CheckoutStep |
getCheckoutStep() |
java.lang.String |
next(RedirectAttributes redirectAttributes) |
java.lang.String |
placeOrder(PlaceOrderForm placeOrderForm,
Model model,
HttpServletRequest request,
RedirectAttributes redirectModel) |
protected boolean |
validateOrderForm(PlaceOrderForm placeOrderForm,
Model model)
Validates the order form before to filter out invalid order states
|
public java.lang.String enterStep(Model model,
RedirectAttributes redirectAttributes)
throws CMSItemNotFoundException,
CommerceCartModificationException
public java.lang.String placeOrder(PlaceOrderForm placeOrderForm,
Model model,
HttpServletRequest request,
RedirectAttributes redirectModel)
throws CMSItemNotFoundException,
InvalidCartException,
CommerceCartModificationException
protected boolean validateOrderForm(PlaceOrderForm placeOrderForm,
Model model)
placeOrderForm - The spring form of the order being submittedmodel - A spring Modelpublic java.lang.String back(RedirectAttributes redirectAttributes)
public java.lang.String next(RedirectAttributes redirectAttributes)
protected CheckoutStep getCheckoutStep()
Copyright © 2018 SAP SE. All Rights Reserved.