public class DeliveryMethodCheckoutStepController
extends AbstractCheckoutStepController
| Constructor and Description |
|---|
DeliveryMethodCheckoutStepController() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
back(RedirectAttributes redirectAttributes) |
java.lang.String |
doSelectDeliveryMode(java.lang.String selectedDeliveryMethod)
This method gets called when the "Use Selected Delivery Method" button is clicked.
|
java.lang.String |
enterStep(Model model,
RedirectAttributes redirectAttributes) |
protected CheckoutStep |
getCheckoutStep() |
java.lang.String |
next(RedirectAttributes redirectAttributes) |
public DeliveryMethodCheckoutStepController()
public java.lang.String enterStep(Model model,
RedirectAttributes redirectAttributes)
throws CMSItemNotFoundException
CMSItemNotFoundExceptionpublic java.lang.String doSelectDeliveryMode(java.lang.String selectedDeliveryMethod)
selectedDeliveryMethod - - the id of the delivery mode.public java.lang.String back(RedirectAttributes redirectAttributes)
public java.lang.String next(RedirectAttributes redirectAttributes)
protected CheckoutStep getCheckoutStep()
Copyright © 2018 SAP SE. All Rights Reserved.