| Package | Description |
|---|---|
| org.broadleafcommerce.profile.web.controller |
| Modifier and Type | Method and Description |
|---|---|
PhoneNameForm |
CustomerPhoneController.initPhoneNameForm(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model model)
Called before each and every request comes into the controller, and is placed on the request for use by those methods.
|
| Modifier and Type | Method and Description |
|---|---|
String |
CustomerPhoneController.savePhone(PhoneNameForm phoneNameForm,
org.springframework.validation.BindingResult errors,
javax.servlet.http.HttpServletRequest request,
Long customerPhoneId,
Long phoneId)
Creates a new phone if no customerPhoneId & phoneId are passed in; otherwise, it creates a new customerPhone object otherwise.
|
String |
CustomerPhoneController.viewPhone(Long customerPhoneId,
javax.servlet.http.HttpServletRequest request,
PhoneNameForm phoneNameForm,
org.springframework.validation.BindingResult errors)
Provides a blank template for a new Customer Phone to be created if no customerPhoneId is provided.
|
Copyright © 2014. All Rights Reserved.