Uses of Interface
de.hybris.platform.cockpit.model.search.ResultObject
-
Packages that use ResultObject Package Description de.hybris.platform.cockpit.model.search de.hybris.platform.cockpit.model.search.impl de.hybris.platform.cockpit.services.search.impl -
-
Uses of ResultObject in de.hybris.platform.cockpit.model.search
Methods in de.hybris.platform.cockpit.model.search that return types with arguments of type ResultObject Modifier and Type Method Description java.util.List<ResultObject>
SearchResult. getResult()
Returns the object result collection according to the range specified inside the query of this result. -
Uses of ResultObject in de.hybris.platform.cockpit.model.search.impl
Classes in de.hybris.platform.cockpit.model.search.impl that implement ResultObject Modifier and Type Class Description class
DefaultResultObject
Deprecated.since 6.3, use ResultObjectWrapper instead.class
ResultObjectWrapper
Wraps a typed object into a result object that has a score attribute.Methods in de.hybris.platform.cockpit.model.search.impl that return types with arguments of type ResultObject Modifier and Type Method Description java.util.List<ResultObject>
DefaultSearchResult. getResult()
Constructor parameters in de.hybris.platform.cockpit.model.search.impl with type arguments of type ResultObject Constructor Description DefaultExtendedSearchResult(Query query, java.util.List<ResultObject> result, int totalCount)
DefaultSearchResult(java.util.List<ResultObject> result, int start, int totalCount)
-
Uses of ResultObject in de.hybris.platform.cockpit.services.search.impl
Methods in de.hybris.platform.cockpit.services.search.impl that return types with arguments of type ResultObject Modifier and Type Method Description protected java.util.List<ResultObject>
GenericQuerySearchProvider. wrapModelResults(java.util.List<java.lang.Object> rawList)
protected java.util.List<ResultObject>
GenericQuerySearchProvider. wrapResults(java.util.List<java.lang.Object> rawList)
Deprecated.since 6.3, useGenericQuerySearchProvider.wrapModelResults(List)
instead
-