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

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

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

Methods in org.springframework.webflow.samples.booking with parameters of type SearchCriteria
 List<Hotel> TravelService.findHotels(SearchCriteria criteria)
          Find hotels available for booking by some criteria.
 List<Hotel> JpaTravelService.findHotels(SearchCriteria criteria)
           
 void DashboardController.getDashboard(SearchCriteria searchCriteria, Principal currentUser, org.springframework.ui.Model model)
           
 void HotelsController.getHotels(SearchCriteria criteria, org.springframework.ui.Model model)
           
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.