Uses of Interface
de.hybris.platform.searchservices.suggest.service.SnSuggestResponse
-
-
Uses of SnSuggestResponse in de.hybris.platform.commerceservices.search.searchservices.impl
Methods in de.hybris.platform.commerceservices.search.searchservices.impl that return SnSuggestResponse Modifier and Type Method Description protected SnSuggestResponseDefaultSearchServicesProductSearchStrategy. createEmptySuggestResponse()Methods in de.hybris.platform.commerceservices.search.searchservices.impl with parameters of type SnSuggestResponse Modifier and Type Method Description protected java.util.List<AutocompleteSuggestion>DefaultSearchServicesProductSearchStrategy. convertSuggestResponse(SnSuggestResponse suggestResponse) -
Uses of SnSuggestResponse in de.hybris.platform.searchservices.suggest.service
Methods in de.hybris.platform.searchservices.suggest.service that return SnSuggestResponse Modifier and Type Method Description SnSuggestResponseSnSuggestStrategy. execute(SnSuggestRequest suggestRequest)Executes the suggest request.SnSuggestResponseSnSuggestContext. getSuggestResponse()Returns the suggest response.SnSuggestResponseSnSuggestService. suggest(SnSuggestRequest suggestRequest)Starts a new suggest operation.Methods in de.hybris.platform.searchservices.suggest.service with parameters of type SnSuggestResponse Modifier and Type Method Description voidSnSuggestContext. setSuggestResponse(SnSuggestResponse suggestResponse)Sets the suggest response. -
Uses of SnSuggestResponse in de.hybris.platform.searchservices.suggest.service.impl
Classes in de.hybris.platform.searchservices.suggest.service.impl that implement SnSuggestResponse Modifier and Type Class Description classDefaultSnSuggestResponseDefault implementation forSnSuggestResponse.Methods in de.hybris.platform.searchservices.suggest.service.impl that return SnSuggestResponse Modifier and Type Method Description protected SnSuggestResponseDefaultSnSuggestStrategy. createSuggestResponse(SnSuggestContext suggestContext, SnSuggestResult suggestResult)protected SnSuggestResponseDefaultSnSuggestStrategy. doExecute(SnSuggestContext suggestContext)SnSuggestResponseDefaultSnSuggestStrategy. execute(SnSuggestRequest suggestRequest)SnSuggestResponseDefaultSnSuggestContext. getSuggestResponse()SnSuggestResponseDefaultSnSuggestService. suggest(SnSuggestRequest suggestRequest)Methods in de.hybris.platform.searchservices.suggest.service.impl with parameters of type SnSuggestResponse Modifier and Type Method Description voidDefaultSnSuggestContext. setSuggestResponse(SnSuggestResponse suggestResponse)
-