Class DefaultSnSearchContext
java.lang.Object
de.hybris.platform.searchservices.core.service.impl.DefaultSnContext
de.hybris.platform.searchservices.index.service.impl.DefaultSnIndexContext
de.hybris.platform.searchservices.search.service.impl.DefaultSnSearchContext
- All Implemented Interfaces:
SnContext,SnIndexContext,SnSearchContext
Default implementation for
SnSearchContext.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the search request.Returns the search response.voidsetSearchRequest(SnSearchRequest searchRequest) voidsetSearchResponse(SnSearchResponse searchResponse) Sets the search response.Methods inherited from class de.hybris.platform.searchservices.index.service.impl.DefaultSnIndexContext
getIndexId, setIndexIdMethods inherited from class de.hybris.platform.searchservices.core.service.impl.DefaultSnContext
addException, getAttributes, getExceptions, getIndexConfiguration, getIndexType, getQualifiers, setIndexConfiguration, setIndexType, setQualifiersMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.searchservices.core.service.SnContext
addException, getAttributes, getExceptions, getIndexConfiguration, getIndexType, getQualifiersMethods inherited from interface de.hybris.platform.searchservices.index.service.SnIndexContext
getIndexId, setIndexId
-
Constructor Details
-
DefaultSnSearchContext
public DefaultSnSearchContext()
-
-
Method Details
-
getSearchRequest
Description copied from interface:SnSearchContextReturns the search request.- Specified by:
getSearchRequestin interfaceSnSearchContext
-
setSearchRequest
-
getSearchResponse
Description copied from interface:SnSearchContextReturns the search response.- Specified by:
getSearchResponsein interfaceSnSearchContext
-
setSearchResponse
Description copied from interface:SnSearchContextSets the search response.- Specified by:
setSearchResponsein interfaceSnSearchContext- Parameters:
searchResponse- - the search response
-