Uses of Class
org.onebusaway.transit_data.model.SearchQueryBean

Packages that use SearchQueryBean
org.onebusaway.transit_data_federation.services.beans   
org.onebusaway.transit_data.services   
org.onebusaway.webapp.gwt.where_library.impl   
org.onebusaway.webapp.gwt.where_library.rpc   
org.onebusaway.webapp.gwt.where_library.services   
org.onebusaway.webapp.impl   
 

Uses of SearchQueryBean in org.onebusaway.transit_data_federation.services.beans
 

Methods in org.onebusaway.transit_data_federation.services.beans with parameters of type SearchQueryBean
 RoutesBean RoutesBeanService.getRoutesForQuery(SearchQueryBean query)
          TODO: Convert this to use at some point?
 StopsBean StopsBeanService.getStops(SearchQueryBean query)
          TODO: Convert this to use at some point?
 

Uses of SearchQueryBean in org.onebusaway.transit_data.services
 

Methods in org.onebusaway.transit_data.services with parameters of type SearchQueryBean
 RoutesBean TransitDataService.getRoutes(SearchQueryBean query)
           
 StopsBean TransitDataService.getStops(SearchQueryBean query)
           
 

Uses of SearchQueryBean in org.onebusaway.webapp.gwt.where_library.impl
 

Methods in org.onebusaway.webapp.gwt.where_library.impl with parameters of type SearchQueryBean
 void CombinedSearchServiceImpl.search(SearchQueryBean query, int placeTimeoutMillis, com.google.gwt.user.client.rpc.AsyncCallback<CombinedSearchResult> callback)
           
 

Uses of SearchQueryBean in org.onebusaway.webapp.gwt.where_library.rpc
 

Methods in org.onebusaway.webapp.gwt.where_library.rpc with parameters of type SearchQueryBean
 RoutesBean WebappService.getRoutes(SearchQueryBean query)
           
 void WebappServiceAsync.getRoutes(SearchQueryBean query, com.google.gwt.user.client.rpc.AsyncCallback<RoutesBean> callback)
           
 RoutesAndStopsBean WebappService.getRoutesAndStops(SearchQueryBean query)
           
 void WebappServiceAsync.getRoutesAndStops(SearchQueryBean query, com.google.gwt.user.client.rpc.AsyncCallback<RoutesAndStopsBean> callback)
           
 StopsBean WebappService.getStops(SearchQueryBean query)
           
 void WebappServiceAsync.getStops(SearchQueryBean query, com.google.gwt.user.client.rpc.AsyncCallback<StopsBean> callback)
           
 

Uses of SearchQueryBean in org.onebusaway.webapp.gwt.where_library.services
 

Methods in org.onebusaway.webapp.gwt.where_library.services with parameters of type SearchQueryBean
 void CombinedSearchService.search(SearchQueryBean query, int timeoutMillis, com.google.gwt.user.client.rpc.AsyncCallback<CombinedSearchResult> callback)
           
 

Uses of SearchQueryBean in org.onebusaway.webapp.impl
 

Methods in org.onebusaway.webapp.impl with parameters of type SearchQueryBean
 RoutesBean WebappServiceServletImpl.getRoutes(SearchQueryBean query)
           
 RoutesAndStopsBean WebappServiceServletImpl.getRoutesAndStops(SearchQueryBean query)
           
 StopsBean WebappServiceServletImpl.getStops(SearchQueryBean query)
           
 



Copyright © 2012 OneBusAway. All Rights Reserved.