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

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

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

Methods in org.springframework.webflow.samples.booking that return Hotel
 Hotel TravelService.addHotel(Hotel hotel)
           
 Hotel JpaTravelService.addHotel(Hotel hotel)
           
 Hotel TravelService.findHotelById(Long id)
          Find hotels by their identifier.
 Hotel JpaTravelService.findHotelById(Long id)
           
 Hotel Booking.getHotel()
           
 

Methods in org.springframework.webflow.samples.booking that return types with arguments of type Hotel
 List<Hotel> TravelService.findHotels(SearchCriteria criteria)
          Find hotels available for booking by some criteria.
 List<Hotel> JpaTravelService.findHotels(SearchCriteria criteria)
           
 

Methods in org.springframework.webflow.samples.booking with parameters of type Hotel
 Hotel TravelService.addHotel(Hotel hotel)
           
 Hotel JpaTravelService.addHotel(Hotel hotel)
           
 String HotelsController.addHotel(Hotel hotel)
           
 void Booking.setHotel(Hotel hotel)
           
 

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



Copyright © 2009 SpringSource, Inc. All Rights Reserved.