Uses of Interface
de.hybris.platform.searchservices.suggest.service.SnSuggestResponse
Packages that use SnSuggestResponse
Package
Description
-
Uses of SnSuggestResponse in de.hybris.platform.commerceservices.search.searchservices.impl
Methods in de.hybris.platform.commerceservices.search.searchservices.impl with parameters of type SnSuggestResponseModifier and TypeMethodDescriptionprotected 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 SnSuggestResponseModifier and TypeMethodDescriptionSnSuggestStrategy.execute(SnSuggestRequest suggestRequest) Executes the suggest request.SnSuggestContext.getSuggestResponse()Returns the suggest response.SnSuggestService.suggest(SnSuggestRequest suggestRequest) Starts a new suggest operation.Methods in de.hybris.platform.searchservices.suggest.service with parameters of type SnSuggestResponseModifier and TypeMethodDescriptionvoidSnSuggestContext.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 SnSuggestResponseMethods in de.hybris.platform.searchservices.suggest.service.impl that return SnSuggestResponseModifier and TypeMethodDescriptionprotected SnSuggestResponseDefaultSnSuggestStrategy.createSuggestResponse(SnSuggestContext suggestContext, SnSuggestResult suggestResult) protected SnSuggestResponseDefaultSnSuggestStrategy.doExecute(SnSuggestContext suggestContext) DefaultSnSuggestStrategy.execute(SnSuggestRequest suggestRequest) DefaultSnSuggestContext.getSuggestResponse()DefaultSnSuggestService.suggest(SnSuggestRequest suggestRequest) Methods in de.hybris.platform.searchservices.suggest.service.impl with parameters of type SnSuggestResponseModifier and TypeMethodDescriptionvoidDefaultSnSuggestContext.setSuggestResponse(SnSuggestResponse suggestResponse)