Uses of Interface
de.hybris.platform.cockpit.model.search.ResultObject
Packages that use ResultObject
Package
Description
-
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 ResultObjectModifier and TypeMethodDescriptionSearchResult.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 ResultObjectModifier and TypeClassDescriptionclassDeprecated.since 6.3, use ResultObjectWrapper instead.classWraps 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 ResultObjectConstructor parameters in de.hybris.platform.cockpit.model.search.impl with type arguments of type ResultObjectModifierConstructorDescriptionDefaultExtendedSearchResult(Query query, List<ResultObject> result, int totalCount) DefaultSearchResult(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 ResultObjectModifier and TypeMethodDescriptionprotected List<ResultObject>GenericQuerySearchProvider.wrapModelResults(List<Object> rawList) protected List<ResultObject>GenericQuerySearchProvider.wrapResults(List<Object> rawList) Deprecated.since 6.3, useGenericQuerySearchProvider.wrapModelResults(List)instead