com.mycompany.controller
Class SignupController

java.lang.Object
  extended by com.mycompany.controller.AbstractController
      extended by 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

Constructor Summary
SignupController()
           
 
Method Summary
 void createUser(javax.faces.event.ActionEvent event)
           
 java.util.List<Country> getCountries()
           
 Gender[] getGenders()
           
 java.util.Date getMinDate()
          Return a date 100 years ago.
 User getUser()
           
 void setCountryService(CountryService countryService)
           
 void setUser(User user)
           
 void setUserService(UserService userService)
           
 java.lang.String signup()
           
 java.lang.String signupMobile()
           
 
Methods inherited from class com.mycompany.controller.AbstractController
setUserSession
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignupController

public SignupController()
Method Detail

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()