public class PaymentTypeCheckoutStepController
extends AbstractCheckoutStepController
Constructor and Description |
---|
PaymentTypeCheckoutStepController() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
back(RedirectAttributes redirectAttributes) |
protected void |
checkAndSelectDeliveryAddress(PaymentTypeForm paymentTypeForm) |
java.lang.String |
choose(PaymentTypeForm paymentTypeForm,
BindingResult bindingResult,
Model model) |
java.lang.String |
enterStep(Model model,
RedirectAttributes redirectAttributes) |
java.util.Collection<B2BPaymentTypeData> |
getAllB2BPaymentTypes() |
protected CheckoutStep |
getCheckoutStep() |
java.util.List<? extends B2BCostCenterData> |
getVisibleActiveCostCenters() |
java.lang.String |
next(RedirectAttributes redirectAttributes) |
protected PaymentTypeForm |
preparePaymentTypeForm(CartData cartData) |
protected void |
updateCheckoutCart(PaymentTypeForm paymentTypeForm) |
public java.util.Collection<B2BPaymentTypeData> getAllB2BPaymentTypes()
public java.util.List<? extends B2BCostCenterData> getVisibleActiveCostCenters()
public java.lang.String enterStep(Model model, RedirectAttributes redirectAttributes) throws CMSItemNotFoundException, CommerceCartModificationException
CMSItemNotFoundException
CommerceCartModificationException
public java.lang.String choose(PaymentTypeForm paymentTypeForm, BindingResult bindingResult, Model model) throws CMSItemNotFoundException, CommerceCartModificationException
CMSItemNotFoundException
CommerceCartModificationException
protected void updateCheckoutCart(PaymentTypeForm paymentTypeForm)
public java.lang.String next(RedirectAttributes redirectAttributes)
public java.lang.String back(RedirectAttributes redirectAttributes)
protected PaymentTypeForm preparePaymentTypeForm(CartData cartData)
protected void checkAndSelectDeliveryAddress(PaymentTypeForm paymentTypeForm)
protected CheckoutStep getCheckoutStep()