| Package | Description |
|---|---|
| org.broadleafcommerce.core.web.checkout.service | |
| org.broadleafcommerce.core.web.controller.checkout | |
| org.broadleafcommerce.core.web.processor |
| Modifier and Type | Method and Description |
|---|---|
ShippingInfoForm |
CheckoutFormService.prePopulateShippingInfoForm(ShippingInfoForm shippingInfoForm,
Order cart) |
ShippingInfoForm |
CheckoutFormServiceImpl.prePopulateShippingInfoForm(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. |
BillingInfoForm |
CheckoutFormService.prePopulateBillingInfoForm(BillingInfoForm billingInfoForm,
ShippingInfoForm shippingInfoForm,
Order cart) |
BillingInfoForm |
CheckoutFormServiceImpl.prePopulateBillingInfoForm(BillingInfoForm billingInfoForm,
ShippingInfoForm shippingInfoForm,
Order cart) |
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) |
ShippingInfoForm |
CheckoutFormService.prePopulateShippingInfoForm(ShippingInfoForm shippingInfoForm,
Order cart) |
ShippingInfoForm |
CheckoutFormServiceImpl.prePopulateShippingInfoForm(ShippingInfoForm shippingInfoForm,
Order cart) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BroadleafShippingInfoController.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.
|
void |
BroadleafShippingInfoController.removeUnusedPhones(ShippingInfoForm form) |
String |
BroadleafShippingInfoController.saveMultishipAddAddress(javax.servlet.http.HttpServletRequest request,
javax.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.
|
String |
BroadleafShippingInfoController.saveSingleShip(javax.servlet.http.HttpServletRequest request,
javax.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.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
OnePageCheckoutProcessor.prepopulateCheckoutForms(Order cart,
OrderInfoForm orderInfoForm,
ShippingInfoForm shippingForm,
BillingInfoForm billingForm)
Deprecated.
The Checkout page for Heat Clinic will have the shipping information pre-populated
with an address if the fulfillment group has an address and fulfillment option
associated with it.
|
Copyright © 2018. All rights reserved.