Uses of Class
org.broadleafcommerce.core.web.checkout.model.BillingInfoForm
Packages that use BillingInfoForm
Package
Description
-
Uses of BillingInfoForm in org.broadleafcommerce.core.web.checkout.service
Methods in org.broadleafcommerce.core.web.checkout.service that return BillingInfoFormModifier and TypeMethodDescriptionCheckoutFormService.prePopulateBillingInfoForm(BillingInfoForm billingInfoForm, ShippingInfoForm shippingInfoForm, org.broadleafcommerce.core.order.domain.Order cart) CheckoutFormServiceImpl.prePopulateBillingInfoForm(BillingInfoForm billingInfoForm, ShippingInfoForm shippingInfoForm, org.broadleafcommerce.core.order.domain.Order cart) Methods in org.broadleafcommerce.core.web.checkout.service with parameters of type BillingInfoFormModifier and TypeMethodDescriptionCheckoutFormService.prePopulateBillingInfoForm(BillingInfoForm billingInfoForm, ShippingInfoForm shippingInfoForm, org.broadleafcommerce.core.order.domain.Order cart) CheckoutFormServiceImpl.prePopulateBillingInfoForm(BillingInfoForm billingInfoForm, ShippingInfoForm shippingInfoForm, org.broadleafcommerce.core.order.domain.Order cart) -
Uses of BillingInfoForm in org.broadleafcommerce.core.web.controller.checkout
Methods in org.broadleafcommerce.core.web.controller.checkout with parameters of type BillingInfoFormModifier and TypeMethodDescriptionprotected voidBroadleafBillingInfoController.copyShippingAddressToBillingAddress(org.broadleafcommerce.core.order.domain.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.BroadleafBillingInfoController.saveBillingAddress(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.ui.Model model, BillingInfoForm billingForm, org.springframework.validation.BindingResult result) Processes the request to save a billing address.