Class DefaultExtendedSearchResult
- java.lang.Object
-
- de.hybris.platform.cockpit.model.search.impl.DefaultSearchResult
-
- de.hybris.platform.cockpit.model.search.impl.DefaultExtendedSearchResult
-
- All Implemented Interfaces:
ExtendedSearchResult,SearchResult
public class DefaultExtendedSearchResult extends DefaultSearchResult implements ExtendedSearchResult
A extended form of search result which in addition provides the originalQueryobject.
-
-
Constructor Summary
Constructors Constructor Description DefaultExtendedSearchResult(Query query, java.util.List<ResultObject> result, int totalCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QuerygetQuery()Returns the query which has been used to fetch this search result.-
Methods inherited from class de.hybris.platform.cockpit.model.search.impl.DefaultSearchResult
getResult, getStart, getTotalCount
-
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.cockpit.model.search.SearchResult
getResult, getStart, getTotalCount
-
-
-
-
Constructor Detail
-
DefaultExtendedSearchResult
public DefaultExtendedSearchResult(Query query, java.util.List<ResultObject> result, int totalCount)
-
-
Method Detail
-
getQuery
public Query getQuery()
Description copied from interface:ExtendedSearchResultReturns the query which has been used to fetch this search result.- Specified by:
getQueryin interfaceExtendedSearchResult- See Also:
SearchProvider
-
-