Interface AccommodationSuggestionFacade
- All Known Implementing Classes:
DefaultAccommodationSuggestionFacade
public interface AccommodationSuggestionFacade
Facade that exposes the methods for the accommodation suggestions functionality
-
Method Summary
Modifier and TypeMethodDescriptiongetLocationSuggestions(String text) Returns a list of GlobalSuggestionData with the suggestions for the location search
-
Method Details
-
getLocationSuggestions
Returns a list of GlobalSuggestionData with the suggestions for the location search- Parameters:
text- the search text- Returns:
- a list of GlobalSuggestionData with the suggestions for the location search
-