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
Default implementation for
SnSearchResponse.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefaultSnSearchResponse(SnIndexConfiguration indexConfiguration, SnIndexType indexType) -
Method Summary
Modifier and TypeMethodDescriptionReturns the search result.voidsetSearchResult(SnSearchResult searchResult) Methods inherited from class de.hybris.platform.searchservices.core.service.impl.AbstractSnResponse
getIndexConfiguration, getIndexTypeMethods 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.SnResponse
getIndexConfiguration, getIndexType
-
Field Details
-
searchResult
-
-
Constructor Details
-
DefaultSnSearchResponse
-
-
Method Details
-
getSearchResult
Description copied from interface:SnSearchResponseReturns the search result.- Specified by:
getSearchResultin interfaceSnSearchResponse- Returns:
- the search result
-
setSearchResult
-