Uses of Class
de.hybris.platform.persistence.flexiblesearch.ParsedQuery
-
Packages that use ParsedQuery Package Description de.hybris.platform.persistence.flexiblesearch.typecache de.hybris.platform.persistence.flexiblesearch.typecache.impl -
-
Uses of ParsedQuery in de.hybris.platform.persistence.flexiblesearch.typecache
Methods in de.hybris.platform.persistence.flexiblesearch.typecache with parameters of type ParsedQuery Modifier and Type Method Description java.util.Collection<AbstractQueryFilter>FlexibleSearchTypeCacheProvider. getQueryFilters(ParsedQuery query, java.lang.String type, boolean includeSubtypes)Gets the query filters for building possible restrictions. -
Uses of ParsedQuery in de.hybris.platform.persistence.flexiblesearch.typecache.impl
Methods in de.hybris.platform.persistence.flexiblesearch.typecache.impl with parameters of type ParsedQuery Modifier and Type Method Description java.util.Collection<AbstractQueryFilter>DefaultFlexibleSearchTypeCacheProvider. getQueryFilters(ParsedQuery query, java.lang.String type, boolean includeSubtypes)
-