Uses of Interface
de.hybris.platform.searchservices.suggest.service.SnSuggestContext
-
Packages that use SnSuggestContext Package Description de.hybris.platform.searchservices.suggest.service de.hybris.platform.searchservices.suggest.service.impl -
-
Uses of SnSuggestContext in de.hybris.platform.searchservices.suggest.service
Methods in de.hybris.platform.searchservices.suggest.service that return SnSuggestContext Modifier and Type Method Description SnSuggestContextSnSuggestContextFactory. createSuggestContext(SnSuggestRequest suggestRequest)Creates a new instance ofSnSuggestContext.Methods in de.hybris.platform.searchservices.suggest.service with parameters of type SnSuggestContext Modifier and Type Method Description voidSnSuggestListener. afterSuggest(SnSuggestContext context)Handles a notification that the suggest operation has just completed.voidSnSuggestListener. afterSuggestError(SnSuggestContext context)Handles a notification that the suggest operation failed (this may also be due to listeners failing).voidSnSuggestListener. beforeSuggest(SnSuggestContext context)Handles a notification that the suggest operation is about to begin execution. -
Uses of SnSuggestContext in de.hybris.platform.searchservices.suggest.service.impl
Classes in de.hybris.platform.searchservices.suggest.service.impl that implement SnSuggestContext Modifier and Type Class Description classDefaultSnSuggestContextDefault implementation forSnSuggestContext.Methods in de.hybris.platform.searchservices.suggest.service.impl that return SnSuggestContext Modifier and Type Method Description SnSuggestContextDefaultSnSuggestContextFactory. createSuggestContext(SnSuggestRequest suggestRequest)Methods in de.hybris.platform.searchservices.suggest.service.impl with parameters of type SnSuggestContext Modifier and Type Method Description protected SnSuggestResponseDefaultSnSuggestStrategy. createSuggestResponse(SnSuggestContext suggestContext, SnSuggestResult suggestResult)protected SnSuggestResponseDefaultSnSuggestStrategy. doExecute(SnSuggestContext suggestContext)protected voidDefaultSnSuggestStrategy. executeAfterSuggestErrorListeners(SnSuggestContext suggestContext, java.util.List<SnSuggestListener> listeners)protected voidDefaultSnSuggestStrategy. executeAfterSuggestListeners(SnSuggestContext suggestContext, java.util.List<SnSuggestListener> listeners)protected voidDefaultSnSuggestStrategy. executeBeforeSuggestListeners(SnSuggestContext suggestContext, java.util.List<SnSuggestListener> listeners)
-