| 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,
BillingInfoForm billingInfoForm) |
void |
CheckoutFormServiceImpl.determineIfSavedAddressIsSelected(org.springframework.ui.Model model,
ShippingInfoForm shippingInfoForm,
BillingInfoForm billingInfoForm) |
BillingInfoForm |
CheckoutFormService.prePopulateBillingInfoForm(BillingInfoForm billingInfoForm,
ShippingInfoForm shippingInfoForm,
Order cart) |
BillingInfoForm |
CheckoutFormServiceImpl.prePopulateBillingInfoForm(BillingInfoForm billingInfoForm,
ShippingInfoForm shippingInfoForm,
Order cart) |
void |
CheckoutFormService.prePopulateInfoForms(ShippingInfoForm shippingInfoForm,
BillingInfoForm billingInfoForm) |
void |
CheckoutFormServiceImpl.prePopulateInfoForms(ShippingInfoForm shippingInfoForm,
BillingInfoForm billingInfoForm) |
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.