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

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

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

Methods in org.springframework.webflow.samples.booking that return Booking
 Booking TravelService.createBooking(Long hotelId, String userName)
          Create a new, transient hotel booking instance for the given user.
 Booking JpaTravelService.createBooking(Long hotelId, String username)
           
 Booking Hotel.createBooking(User user)
           
 

Methods in org.springframework.webflow.samples.booking that return types with arguments of type Booking
 List<Booking> TravelService.findBookings(String username)
          Find bookings made by the given user
 List<Booking> JpaTravelService.findBookings(String username)
           
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.