Uses of Class
org.broadleafcommerce.core.web.checkout.model.ShippingInfoForm
Packages that use ShippingInfoForm
Package
Description
-
Uses of ShippingInfoForm in org.broadleafcommerce.core.web.checkout.service
Methods in org.broadleafcommerce.core.web.checkout.service that return ShippingInfoFormModifier and TypeMethodDescriptionCheckoutFormService.prePopulateShippingInfoForm(ShippingInfoForm shippingInfoForm, Order cart) CheckoutFormServiceImpl.prePopulateShippingInfoForm(ShippingInfoForm shippingInfoForm, Order cart) Methods in org.broadleafcommerce.core.web.checkout.service with parameters of type ShippingInfoFormModifier and TypeMethodDescriptionvoidCheckoutFormService.determineIfSavedAddressIsSelected(org.springframework.ui.Model model, ShippingInfoForm shippingInfoForm, PaymentInfoForm paymentInfoForm) voidCheckoutFormServiceImpl.determineIfSavedAddressIsSelected(org.springframework.ui.Model model, ShippingInfoForm shippingInfoForm, PaymentInfoForm paymentInfoForm) protected booleanCheckoutFormServiceImpl.getShouldUseShippingAddressDefaultValue(CustomerPayment customerPaymentUsedForOrder, PaymentInfoForm paymentInfoForm, ShippingInfoForm shippingInfoForm) A temporary credit cardOrderPaymentwill only be added to the cart if the customer has opted out of saving their credit card for future payments.CheckoutFormService.prePopulateBillingInfoForm(BillingInfoForm billingInfoForm, ShippingInfoForm shippingInfoForm, Order cart) CheckoutFormServiceImpl.prePopulateBillingInfoForm(BillingInfoForm billingInfoForm, ShippingInfoForm shippingInfoForm, Order cart) voidCheckoutFormService.prePopulateInfoForms(ShippingInfoForm shippingInfoForm, PaymentInfoForm paymentInfoForm) voidCheckoutFormServiceImpl.prePopulateInfoForms(ShippingInfoForm shippingInfoForm, PaymentInfoForm paymentInfoForm) CheckoutFormService.prePopulatePaymentInfoForm(PaymentInfoForm paymentInfoForm, ShippingInfoForm shippingInfoForm, Order cart) CheckoutFormServiceImpl.prePopulatePaymentInfoForm(PaymentInfoForm paymentInfoForm, ShippingInfoForm shippingInfoForm, Order cart) CheckoutFormService.prePopulateShippingInfoForm(ShippingInfoForm shippingInfoForm, Order cart) CheckoutFormServiceImpl.prePopulateShippingInfoForm(ShippingInfoForm shippingInfoForm, Order cart) -
Uses of ShippingInfoForm in org.broadleafcommerce.core.web.controller.checkout
Methods in org.broadleafcommerce.core.web.controller.checkout with parameters of type ShippingInfoFormModifier and TypeMethodDescriptionprotected voidBroadleafShippingInfoController.copyBillingAddressToShippingAddress(Order order, ShippingInfoForm shippingInfoForm) This method will copy the billing address of any CREDIT CARD order payment on the order to the shipping address on the ShippingInfoForm that is passed in.voidBroadleafShippingInfoController.removeUnusedPhones(ShippingInfoForm form) BroadleafShippingInfoController.saveMultishipAddAddress(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.ui.Model model, ShippingInfoForm addressForm, org.springframework.validation.BindingResult result) Processes the requested add address from the multiship process.BroadleafShippingInfoController.saveSingleShip(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.ui.Model model, ShippingInfoForm shippingForm, org.springframework.validation.BindingResult result) Processes the request to save a single shipping address.