Interface CheckoutStepController
-
- All Known Implementing Classes:
AbstractCheckoutStepController,ChineseDeliveryAddressCheckoutStepController,ChineseDeliveryMethodCheckoutStepController,ChinesePaymentMethodCheckoutStepController,ChineseSummaryCheckoutStepController,ChineseTaxInvoiceController,DeliveryAddressCheckoutStepController,DeliveryAddressCheckoutStepController,DeliveryMethodCheckoutStepController,DeliveryMethodCheckoutStepController,HopPaymentResponseController,MultiStepCheckoutController,PaymentMethodCheckoutStepController,PaymentMethodCheckoutStepController,PaymentTypeCheckoutStepController,PickupLocationCheckoutStepController,SapDigitalPaymentAndBillingMethodCheckoutStepController,SopPaymentResponseController,SummaryCheckoutStepController,SummaryCheckoutStepController,SummaryCheckoutStepController
public interface CheckoutStepController
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringback(org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)java.lang.StringenterStep(org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)Swapping the parameter order might break the validation aspect from working.java.lang.Stringnext(org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
-
-
-
Method Detail
-
enterStep
java.lang.String enterStep(org.springframework.ui.Model model, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) throws CMSItemNotFoundException, CommerceCartModificationExceptionSwapping the parameter order might break the validation aspect from working.- Parameters:
model-redirectAttributes-- Returns:
- returns the result for entering the checkout step
- Throws:
CMSItemNotFoundExceptionCommerceCartModificationException
-
back
java.lang.String back(org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
- Parameters:
redirectAttributes-- Returns:
- checkoutstep link for navigating back
-
next
java.lang.String next(org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
- Parameters:
redirectAttributes-- Returns:
- checkoutstep link for navigating next
-
-