Uses of Class
org.broadleafcommerce.core.web.checkout.model.PaymentInfoForm
Packages that use PaymentInfoForm
Package
Description
-
Uses of PaymentInfoForm in org.broadleafcommerce.core.web.checkout.service
Methods in org.broadleafcommerce.core.web.checkout.service that return PaymentInfoFormModifier and TypeMethodDescriptionCheckoutFormService.prePopulatePaymentInfoForm(PaymentInfoForm paymentInfoForm, ShippingInfoForm shippingInfoForm, Order cart) CheckoutFormServiceImpl.prePopulatePaymentInfoForm(PaymentInfoForm paymentInfoForm, ShippingInfoForm shippingInfoForm, Order cart) Methods in org.broadleafcommerce.core.web.checkout.service with parameters of type PaymentInfoFormModifier 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.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) -
Uses of PaymentInfoForm in org.broadleafcommerce.core.web.controller.account
Methods in org.broadleafcommerce.core.web.controller.account with parameters of type PaymentInfoFormModifier and TypeMethodDescriptionBroadleafManageCustomerPaymentsController.addCustomerPayment(jakarta.servlet.http.HttpServletRequest request, org.springframework.ui.Model model, PaymentInfoForm paymentInfoForm, org.springframework.validation.BindingResult bindingResult) BroadleafManageCustomerPaymentsController.viewCustomerPayments(jakarta.servlet.http.HttpServletRequest request, org.springframework.ui.Model model, PaymentInfoForm paymentInfoForm) -
Uses of PaymentInfoForm in org.broadleafcommerce.core.web.controller.checkout
Methods in org.broadleafcommerce.core.web.controller.checkout with parameters of type PaymentInfoFormModifier and TypeMethodDescriptionprotected voidBroadleafPaymentInfoController.addTemporaryOrderPayment(PaymentInfoForm paymentForm, Order cart) protected voidBroadleafPaymentInfoController.copyCustomerPaymentAddressToBillingAddress(PaymentInfoForm paymentForm) protected voidBroadleafPaymentInfoController.copyShippingAddressToBillingAddress(Order order, PaymentInfoForm paymentInfoForm) This method will copy the shipping address of the first fulfillment group on the order to the billing address on the PaymentInfoForm that is passed in.protected voidBroadleafPaymentInfoController.preProcessBillingAddress(PaymentInfoForm paymentForm, Order cart) BroadleafPaymentInfoController.saveBillingAddress(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.ui.Model model, PaymentInfoForm paymentForm, org.springframework.validation.BindingResult result) Processes the request to save a billing address.BroadleafPaymentInfoController.savePaymentInfo(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.ui.Model model, PaymentInfoForm paymentForm, org.springframework.validation.BindingResult result) Processes the request to save anOrderPaymentbased on an existing or newCustomerPayment. -
Uses of PaymentInfoForm in org.broadleafcommerce.core.web.payment.service
Methods in org.broadleafcommerce.core.web.payment.service with parameters of type PaymentInfoFormModifier and TypeMethodDescriptionSavedPaymentService.addSavedPayment(Customer customer, PaymentInfoForm paymentInfoForm) SavedPaymentService.updateSavedPayment(Customer customer, PaymentInfoForm paymentInfoForm)