Uses of Class
org.broadleafcommerce.profile.web.core.model.PhoneNameForm
Packages that use PhoneNameForm
-
Uses of PhoneNameForm in org.broadleafcommerce.profile.web.controller
Methods in org.broadleafcommerce.profile.web.controller that return PhoneNameFormModifier and TypeMethodDescriptionCustomerPhoneController.initPhoneNameForm(jakarta.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 PhoneNameFormModifier and TypeMethodDescriptionCustomerPhoneController.savePhone(PhoneNameForm phoneNameForm, org.springframework.validation.BindingResult errors, jakarta.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.CustomerPhoneController.viewPhone(Long customerPhoneId, jakarta.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.