|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BillingInfoForm | |
|---|---|
| org.broadleafcommerce.core.web.controller.checkout | |
| Uses of BillingInfoForm in org.broadleafcommerce.core.web.controller.checkout |
|---|
| Methods in org.broadleafcommerce.core.web.controller.checkout with parameters of type BillingInfoForm | |
|---|---|
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. |
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. |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||