Uses of Class
org.springframework.webflow.samples.booking.User

Packages that use User
org.springframework.webflow.samples.booking   
 

Uses of User in org.springframework.webflow.samples.booking
 

Methods in org.springframework.webflow.samples.booking that return User
 User Preference.getUser()
           
 User Booking.getUser()
           
 

Methods in org.springframework.webflow.samples.booking with parameters of type User
 Booking Hotel.createBooking(User user)
           
 void Preference.setUser(User user)
           
 void Booking.setUser(User user)
           
 

Constructors in org.springframework.webflow.samples.booking with parameters of type User
Booking(Hotel hotel, User user)
           
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.