com.mycompany.controller
Class SignupController
java.lang.Object
com.mycompany.controller.AbstractController
com.mycompany.controller.SignupController
- All Implemented Interfaces:
- java.io.Serializable
public class SignupController
- extends AbstractController
Controller class for new user signup.
- Author:
- Ian Hlavats (ian@tarantulaconsulting.com)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SignupController
public SignupController()
createUser
public void createUser(javax.faces.event.ActionEvent event)
getCountries
public java.util.List<Country> getCountries()
getGenders
public Gender[] getGenders()
getMinDate
public java.util.Date getMinDate()
- Return a date 100 years ago.
- Returns:
getUser
public User getUser()
setCountryService
public void setCountryService(CountryService countryService)
setUser
public void setUser(User user)
setUserService
public void setUserService(UserService userService)
signup
public java.lang.String signup()
signupMobile
public java.lang.String signupMobile()