Class DefaultSnSearchResponse
- java.lang.Object
-
- de.hybris.platform.searchservices.core.service.impl.AbstractSnResponse
-
- de.hybris.platform.searchservices.search.service.impl.DefaultSnSearchResponse
-
- All Implemented Interfaces:
SnResponse,SnSearchResponse
public class DefaultSnSearchResponse extends AbstractSnResponse implements SnSearchResponse
Default implementation forSnSearchResponse.
-
-
Field Summary
Fields Modifier and Type Field Description protected SnSearchResultsearchResult
-
Constructor Summary
Constructors Constructor Description DefaultSnSearchResponse(SnIndexConfiguration indexConfiguration, SnIndexType indexType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SnSearchResultgetSearchResult()Returns the search result.voidsetSearchResult(SnSearchResult searchResult)-
Methods inherited from class de.hybris.platform.searchservices.core.service.impl.AbstractSnResponse
getIndexConfiguration, getIndexType
-
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.SnResponse
getIndexConfiguration, getIndexType
-
-
-
-
Field Detail
-
searchResult
protected SnSearchResult searchResult
-
-
Constructor Detail
-
DefaultSnSearchResponse
public DefaultSnSearchResponse(SnIndexConfiguration indexConfiguration, SnIndexType indexType)
-
-
Method Detail
-
getSearchResult
public SnSearchResult getSearchResult()
Description copied from interface:SnSearchResponseReturns the search result.- Specified by:
getSearchResultin interfaceSnSearchResponse- Returns:
- the search result
-
setSearchResult
public void setSearchResult(SnSearchResult searchResult)
-
-