Uses of Class
org.broadleafcommerce.core.web.checkout.model.BillingInfoForm

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
 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 If the paymentMethod is undefined or "creditCard" delegates to the "completeSecureCreditCardCheckout" method.
 String BroadleafCheckoutController.completeSecureCreditCardCheckout(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 using a Credit Card This method assumes that a credit card payment info will be either sent to a third party gateway or saved in a secure schema.
protected  void BroadleafCheckoutController.copyShippingAddressToBillingAddress(Order order, BillingInfoForm billingInfoForm)
          This method will copy the shipping address of the first fulfillment group on the order to the billing address on the BillingInfoForm that is passed in.
 



Copyright © 2013. All Rights Reserved.