Uses of Class
de.hybris.platform.servicelayer.search.AbstractQuery
-
-
Uses of AbstractQuery in de.hybris.platform.genericsearch
Subclasses of AbstractQuery in de.hybris.platform.genericsearch Modifier and Type Class Description classGenericSearchQueryThe 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.search Modifier and Type Class Description classFlexibleSearchQueryThe 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 AbstractQuery Modifier and Type Method Description protected <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 AbstractQuery Modifier and Type Method Description protected <T extends AbstractQuery>
voidDefaultAbstractQueryHelper. copyAttributes(T original, T target)Copies original attributes over to target object.
-