Interface AccommodationSuggestionFacade

All Known Implementing Classes:
DefaultAccommodationSuggestionFacade

public interface AccommodationSuggestionFacade
Facade that exposes the methods for the accommodation suggestions functionality
  • Method Details

    • getLocationSuggestions

      List<GlobalSuggestionData> getLocationSuggestions(String text)
      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