Interface AccommodationSuggestionsDisplayStrategy

All Known Implementing Classes:
DefaultAccommodationSuggestionsDisplayStrategy

public interface AccommodationSuggestionsDisplayStrategy
Strategy to create the display view of suggestion results.
  • Method Details

    • createGlobalSuggestionData

      List<GlobalSuggestionData> createGlobalSuggestionData(String text, List<AccommodationOfferingDayRateData> results, String searchType)
      Method to create a list of GlobalSuggestionData from a list of AccommodationOfferingDayRateData.
      Parameters:
      text - the search text
      results - the list of accommodationOfferingDayRateData
      searchType - the search type
      Returns:
      the list of GlobalSuggestionData