public class BroadleafManageCustomerAddressesController extends AbstractCustomerAddressController
| Modifier and Type | Field and Description |
|---|---|
protected String |
addressAddedMessage |
protected String |
addressRemovedErrorMessage |
protected String |
addressRemovedMessage |
protected String |
addressUpdatedMessage |
addressService, countryService, customerAddressesRedirect, customerAddressesView, customerAddressService, customerAddressValidator, isoService, stateService| Constructor and Description |
|---|
BroadleafManageCustomerAddressesController() |
| Modifier and Type | Method and Description |
|---|---|
String |
addCustomerAddress(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model model,
CustomerAddressForm form,
org.springframework.validation.BindingResult result,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) |
String |
getAddressAddedMessage() |
String |
getAddressRemovedErrorMessage() |
String |
getAddressRemovedMessage() |
String |
getAddressUpdatedMessage() |
String |
removeCustomerAddress(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model model,
Long customerAddressId,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) |
void |
removeUnusedPhones(CustomerAddressForm form) |
String |
updateCustomerAddress(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model model,
Long customerAddressId,
CustomerAddressForm form,
org.springframework.validation.BindingResult result,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) |
String |
viewCustomerAddress(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model model,
Long customerAddressId) |
String |
viewCustomerAddresses(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model model) |
getCustomerAddressesRedirect, getCustomerAddressesView, initBinder, populateCountries, populateCustomerAddresses, populateStatesaddDeepLink, getContextPath, isAjaxRequest, jsonResponseprotected String addressUpdatedMessage
protected String addressAddedMessage
protected String addressRemovedMessage
protected String addressRemovedErrorMessage
public BroadleafManageCustomerAddressesController()
public String viewCustomerAddresses(javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model model)
public String viewCustomerAddress(javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model model, Long customerAddressId)
public String addCustomerAddress(javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model model, CustomerAddressForm form, org.springframework.validation.BindingResult result, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) throws ServiceException
ServiceExceptionpublic String updateCustomerAddress(javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model model, Long customerAddressId, CustomerAddressForm form, org.springframework.validation.BindingResult result, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) throws ServiceException
ServiceExceptionpublic String removeCustomerAddress(javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model model, Long customerAddressId, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
public void removeUnusedPhones(CustomerAddressForm form)
public String getAddressUpdatedMessage()
public String getAddressAddedMessage()
public String getAddressRemovedMessage()
public String getAddressRemovedErrorMessage()
Copyright © 2015. All Rights Reserved.