Uses of Interface
org.onebusaway.presentation.model.SearchResult
-
Packages that use SearchResult Package Description org.onebusaway.presentation.model org.onebusaway.presentation.services.search -
-
Uses of SearchResult in org.onebusaway.presentation.model
Methods in org.onebusaway.presentation.model that return types with arguments of type SearchResult Modifier and Type Method Description List<SearchResult>SearchResultCollection. getMatches()List<SearchResult>SearchResultCollection. getSuggestions()Methods in org.onebusaway.presentation.model with parameters of type SearchResult Modifier and Type Method Description voidSearchResultCollection. addMatch(SearchResult thing)voidSearchResultCollection. addSuggestion(SearchResult thing) -
Uses of SearchResult in org.onebusaway.presentation.services.search
Methods in org.onebusaway.presentation.services.search that return SearchResult Modifier and Type Method Description SearchResultSearchResultFactory. getGeocoderResult(EnterpriseGeocoderResult geocodeResult, Set<RouteBean> routeFilter)SearchResultSearchResultFactory. getRouteResult(RouteBean routeBean)SearchResultSearchResultFactory. getRouteResultForRegion(RouteBean routeBean)SearchResultSearchResultFactory. getStopResult(StopBean stopBean, Set<RouteBean> routeFilter)
-