| Package | Description |
|---|---|
| org.broadleafcommerce.core.web.controller.checkout |
| Modifier and Type | Method and Description |
|---|---|
ExtensionResultStatusType |
DefaultCreditCardExtensionHandler.addAdditionalPaymentInfos(Map<PaymentInfo,Referenced> payments,
List<PaymentInfoType> paymentInfoTypeList,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
BillingInfoForm billingForm,
org.springframework.validation.BindingResult result)
Adds a credit card PaymentInfo to the payments map and the order.
|
ExtensionResultStatusType |
DefaultCODExtensionHandler.addAdditionalPaymentInfos(Map<PaymentInfo,Referenced> payments,
List<PaymentInfoType> paymentInfoTypeList,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
BillingInfoForm billingForm,
org.springframework.validation.BindingResult result)
Adds a COD PaymentInfo to the payments map and the order.
|
ExtensionResultStatusType |
PaymentInfoServiceExtensionHandler.addAdditionalPaymentInfos(Map<PaymentInfo,Referenced> payments,
List<PaymentInfoType> paymentInfoTypeList,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
BillingInfoForm billingForm,
org.springframework.validation.BindingResult result)
Adds additional PaymentInfos to the payments map which will be used to checkout.
|
protected ExtensionResultStatusType |
DefaultCreditCardExtensionHandler.addToPaymentsMap(Map<PaymentInfo,Referenced> payments,
BillingInfoForm billingForm,
org.springframework.validation.BindingResult result)
Adds a credit card PaymentInfo to the payments map and the order.
|
String |
BroadleafCheckoutController.completeCheckout(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
BillingInfoForm billingForm,
org.springframework.validation.BindingResult result)
Processes the request to complete checkout.
|
protected void |
DefaultCreditCardExtensionHandler.copyShippingAddressToBillingAddress(Order order,
BillingInfoForm billingInfoForm)
This method will copy the shipping address of the first shippable fulfillment group on the order
to the billing address on the BillingInfoForm that is passed in.
|
protected List<PaymentInfoType> |
BroadleafCheckoutController.createPaymentInfoTypeList(BillingInfoForm billingForm)
A help method that creates a list of PaymentInfos based on payment method in the billingInfoForm.
|
Copyright © 2014. All Rights Reserved.