Uses of Class
org.broadleafcommerce.profile.web.core.model.PhoneNameForm

Packages that use PhoneNameForm
org.broadleafcommerce.profile.web.controller   
 

Uses of PhoneNameForm in org.broadleafcommerce.profile.web.controller
 

Methods in org.broadleafcommerce.profile.web.controller that return PhoneNameForm
 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.
 

Methods in org.broadleafcommerce.profile.web.controller with parameters of type PhoneNameForm
 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 © 2013. All Rights Reserved.