| Modifier and Type | Method and Description |
|---|---|
PaymentInfoForm |
CheckoutFormService.prePopulatePaymentInfoForm(PaymentInfoForm paymentInfoForm,
ShippingInfoForm shippingInfoForm,
Order cart) |
PaymentInfoForm |
CheckoutFormServiceImpl.prePopulatePaymentInfoForm(PaymentInfoForm paymentInfoForm,
ShippingInfoForm shippingInfoForm,
Order cart) |
| Modifier and Type | Method and Description |
|---|---|
void |
CheckoutFormService.determineIfSavedAddressIsSelected(org.springframework.ui.Model model,
ShippingInfoForm shippingInfoForm,
PaymentInfoForm paymentInfoForm) |
void |
CheckoutFormServiceImpl.determineIfSavedAddressIsSelected(org.springframework.ui.Model model,
ShippingInfoForm shippingInfoForm,
PaymentInfoForm paymentInfoForm) |
protected boolean |
CheckoutFormServiceImpl.getShouldUseShippingAddressDefaultValue(CustomerPayment customerPaymentUsedForOrder,
PaymentInfoForm paymentInfoForm,
ShippingInfoForm shippingInfoForm)
A temporary credit card
OrderPayment will only be added to the cart if the customer has opted out
of saving their credit card for future payments. |
void |
CheckoutFormService.prePopulateInfoForms(ShippingInfoForm shippingInfoForm,
PaymentInfoForm paymentInfoForm) |
void |
CheckoutFormServiceImpl.prePopulateInfoForms(ShippingInfoForm shippingInfoForm,
PaymentInfoForm paymentInfoForm) |
PaymentInfoForm |
CheckoutFormService.prePopulatePaymentInfoForm(PaymentInfoForm paymentInfoForm,
ShippingInfoForm shippingInfoForm,
Order cart) |
PaymentInfoForm |
CheckoutFormServiceImpl.prePopulatePaymentInfoForm(PaymentInfoForm paymentInfoForm,
ShippingInfoForm shippingInfoForm,
Order cart) |
| Modifier and Type | Method and Description |
|---|---|
String |
BroadleafManageCustomerPaymentsController.addCustomerPayment(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model model,
PaymentInfoForm paymentInfoForm,
org.springframework.validation.BindingResult bindingResult) |
String |
BroadleafManageCustomerPaymentsController.viewCustomerPayments(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model model,
PaymentInfoForm paymentInfoForm) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BroadleafPaymentInfoController.addTemporaryOrderPayment(PaymentInfoForm paymentForm,
Order cart) |
protected void |
BroadleafPaymentInfoController.copyCustomerPaymentAddressToBillingAddress(PaymentInfoForm paymentForm) |
protected void |
BroadleafPaymentInfoController.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 void |
BroadleafPaymentInfoController.preProcessBillingAddress(PaymentInfoForm paymentForm,
Order cart) |
String |
BroadleafPaymentInfoController.saveBillingAddress(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
PaymentInfoForm paymentForm,
org.springframework.validation.BindingResult result)
Processes the request to save a billing address.
|
String |
BroadleafPaymentInfoController.savePaymentInfo(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model,
PaymentInfoForm paymentForm,
org.springframework.validation.BindingResult result)
Processes the request to save an
OrderPayment based on an existing or new CustomerPayment. |
| Modifier and Type | Method and Description |
|---|---|
Long |
SavedPaymentService.addSavedPayment(Customer customer,
PaymentInfoForm paymentInfoForm) |
Long |
SavedPaymentService.updateSavedPayment(Customer customer,
PaymentInfoForm paymentInfoForm) |
Copyright © 2019. All rights reserved.