public abstract class AbstractCheckoutController extends BroadleafAbstractController
| Constructor and Description |
|---|
AbstractCheckoutController() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseConfirmationView() |
String |
getCartPageRedirect() |
String |
getCheckoutPageRedirect() |
String |
getCheckoutView() |
protected String |
getConfirmationView(String orderNumber) |
protected void |
initBinder(javax.servlet.http.HttpServletRequest request,
org.springframework.web.bind.ServletRequestDataBinder binder)
Initializes some custom binding operations for the checkout flow.
|
protected void |
populateModelWithReferenceData(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model model) |
addDeepLink, getContextPath, isAjaxRequest, jsonResponseprotected static String cartPageRedirect
protected static String checkoutView
protected static String checkoutPageRedirect
protected static String baseConfirmationView
@Autowired(required=false) @Qualifier(value="blPaymentGatewayCheckoutService") protected PaymentGatewayCheckoutService paymentGatewayCheckoutService
protected OrderService orderService
protected OrderPaymentService orderPaymentService
protected OrderToPaymentRequestDTOService dtoTranslationService
protected FulfillmentGroupService fulfillmentGroupService
protected FulfillmentOptionService fulfillmentOptionService
protected CheckoutService checkoutService
protected CustomerService customerService
protected StateService stateService
protected CountryService countryService
protected CustomerAddressService customerAddressService
protected AddressService addressService
protected PhoneService phoneService
protected OrderMultishipOptionService orderMultishipOptionService
protected ShippingInfoFormValidator shippingInfoFormValidator
protected BillingInfoFormValidator billingInfoFormValidator
protected GiftCardInfoFormValidator giftCardInfoFormValidator
protected MultishipAddAddressFormValidator multishipAddAddressFormValidator
protected OrderInfoFormValidator orderInfoFormValidator
protected BroadleafCheckoutControllerExtensionManager checkoutControllerExtensionManager
public String getCartPageRedirect()
public String getCheckoutView()
public String getCheckoutPageRedirect()
public String getBaseConfirmationView()
protected void populateModelWithReferenceData(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model model)
protected void initBinder(javax.servlet.http.HttpServletRequest request,
org.springframework.web.bind.ServletRequestDataBinder binder)
throws Exception
request - binder - ExceptionCopyright © 2015. All Rights Reserved.