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
public class DefaultSnSearchContext extends DefaultSnIndexContext implements SnSearchContext
Default implementation forSnSearchContext.
-
-
Constructor Summary
Constructors Constructor Description DefaultSnSearchContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SnSearchRequestgetSearchRequest()Returns the search request.SnSearchResponsegetSearchResponse()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, setIndexId
-
Methods inherited from class de.hybris.platform.searchservices.core.service.impl.DefaultSnContext
addException, getAttributes, getExceptions, getIndexConfiguration, getIndexType, getQualifiers, setIndexConfiguration, setIndexType, setQualifiers
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.searchservices.core.service.SnContext
addException, getAttributes, getExceptions, getIndexConfiguration, getIndexType, getQualifiers
-
Methods inherited from interface de.hybris.platform.searchservices.index.service.SnIndexContext
getIndexId, setIndexId
-
-
-
-
Method Detail
-
getSearchRequest
public SnSearchRequest getSearchRequest()
Description copied from interface:SnSearchContextReturns the search request.- Specified by:
getSearchRequestin interfaceSnSearchContext
-
setSearchRequest
public void setSearchRequest(SnSearchRequest searchRequest)
-
getSearchResponse
public SnSearchResponse getSearchResponse()
Description copied from interface:SnSearchContextReturns the search response.- Specified by:
getSearchResponsein interfaceSnSearchContext
-
setSearchResponse
public void setSearchResponse(SnSearchResponse searchResponse)
Description copied from interface:SnSearchContextSets the search response.- Specified by:
setSearchResponsein interfaceSnSearchContext- Parameters:
searchResponse- - the search response
-
-