Interface AccommodationSuggestionsDisplayStrategy
- All Known Implementing Classes:
DefaultAccommodationSuggestionsDisplayStrategy
public interface AccommodationSuggestionsDisplayStrategy
Strategy to create the display view of suggestion results.
-
Method Summary
Modifier and TypeMethodDescriptioncreateGlobalSuggestionData(String text, List<AccommodationOfferingDayRateData> results, String searchType) Method to create a list of GlobalSuggestionData from a list of AccommodationOfferingDayRateData.
-
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 textresults- the list of accommodationOfferingDayRateDatasearchType- the search type- Returns:
- the list of GlobalSuggestionData
-