Uses of Class
org.jboss.seam.examples.booking.model.User

Packages that use User
org.jboss.seam.examples.booking.account   
org.jboss.seam.examples.booking.model   
 

Uses of User in org.jboss.seam.examples.booking.account
 

Methods in org.jboss.seam.examples.booking.account that return User
 User CurrentUserManager.getCurrentAccount()
           
 User Registrar.getNewUser()
           
 

Methods in org.jboss.seam.examples.booking.account with parameters of type User
 void CurrentUserManager.onLogin(User user, HttpServletRequest request)
           
 

Uses of User in org.jboss.seam.examples.booking.model
 

Fields in org.jboss.seam.examples.booking.model with type parameters of type User
static SingularAttribute<User,String> User_.email
           
static SingularAttribute<User,String> User_.name
           
static SingularAttribute<User,String> User_.password
           
static SingularAttribute<Booking,User> Booking_.user
           
static SingularAttribute<User,String> User_.username
           
 

Methods in org.jboss.seam.examples.booking.model that return User
 User Booking.getUser()
           
 

Methods in org.jboss.seam.examples.booking.model with parameters of type User
 void Booking.setUser(User user)
           
 

Constructors in org.jboss.seam.examples.booking.model with parameters of type User
Booking(Hotel hotel, User user, int daysFromNow, int nights)
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.