Uses of Class
de.hybris.platform.servicelayer.search.AbstractQuery
Packages that use AbstractQuery
Package
Description
-
Uses of AbstractQuery in de.hybris.platform.genericsearch
Subclasses of AbstractQuery in de.hybris.platform.genericsearchModifier and TypeClassDescriptionclassThe GenericSearchQuery stores all needed informations (the query itself, parameters, ...) to execute a search in theGenericSearchService. -
Uses of AbstractQuery in de.hybris.platform.servicelayer.search
Subclasses of AbstractQuery in de.hybris.platform.servicelayer.searchModifier and TypeClassDescriptionclassThe FlexibleSearchQuery stores all needed informations (the query itself, parameters, ...) to execute a search in theFlexibleSearchService. -
Uses of AbstractQuery in de.hybris.platform.servicelayer.search.paginated
Methods in de.hybris.platform.servicelayer.search.paginated with type parameters of type AbstractQueryModifier and TypeMethodDescriptionprotected <T extends AbstractQuery>
voidDefaultAbstractQueryHelperTest.assertClonedResults(T original, T updated) Assert the given two AbstractQuery sub-class parameters have the same attribute values.protected <T extends AbstractQuery>
voidDefaultAbstractQueryHelperTest.setAllAttributes(T original) Sets all attributes of given search query object, so that these values can be compared with the ones returned from abstractQueryHelper class -
Uses of AbstractQuery in de.hybris.platform.servicelayer.search.paginated.impl
Methods in de.hybris.platform.servicelayer.search.paginated.impl with type parameters of type AbstractQueryModifier and TypeMethodDescriptionprotected <T extends AbstractQuery>
voidDefaultAbstractQueryHelper.copyAttributes(T original, T target) Copies original attributes over to target object.