Uses of Class
de.hybris.platform.persistence.flexiblesearch.TranslatedQuery
-
Packages that use TranslatedQuery Package Description de.hybris.platform.jalo.flexiblesearch de.hybris.platform.jalo.flexiblesearch.internal de.hybris.platform.persistence.flexiblesearch -
-
Uses of TranslatedQuery in de.hybris.platform.jalo.flexiblesearch
Methods in de.hybris.platform.jalo.flexiblesearch that return TranslatedQuery Modifier and Type Method Description protected TranslatedQueryFlexibleSearch. translate(SessionContext ctx, Principal principal, java.lang.String query, int valueCount, boolean hasLanguage, boolean failOnUnknownFields, boolean disableRestrictions, boolean disableGrouprestrictions, java.util.Map values)Deprecated.Methods in de.hybris.platform.jalo.flexiblesearch with parameters of type TranslatedQuery Modifier and Type Method Description protected SearchResultFlexibleSearch. executeSearch(TranslatedQuery tQuery, java.util.Map values, PK langPK, java.util.List<java.lang.Class<?>> resultClasses, boolean dontNeedTotal, int start, int count, int prefetchSize, java.util.Set<PK> prefetchLanguages, boolean doExecuteQuery, java.util.List<Hint> hints)Deprecated.Constructors in de.hybris.platform.jalo.flexiblesearch with parameters of type TranslatedQuery Constructor Description FlexibleSearchCacheKey(TranslatedQuery tq, java.util.Map values, PK langPK, java.util.List<java.lang.Class<?>> resultClasses, boolean dontNeedTotal, int start, int count, java.util.Set<java.lang.Integer> beanTCs, boolean executeQuery, int ttlPeriod, java.lang.String tenantId, java.util.List<Hint> hints) -
Uses of TranslatedQuery in de.hybris.platform.jalo.flexiblesearch.internal
Methods in de.hybris.platform.jalo.flexiblesearch.internal with parameters of type TranslatedQuery Modifier and Type Method Description SearchResultFlexibleSearchExecutor. execute(int start, int count, boolean dontNeedTotal, TranslatedQuery translatedQuery, java.util.List<java.lang.Class<?>> resultClasses, java.util.Map values, PK languagePK, int prefetchSize, java.util.Set<PK> prefetchLanguages, java.util.List<Hint> hints)SearchResultFlexibleSearchExecutor. simulate(int start, int count, TranslatedQuery translatedQuery, java.util.Map values, PK languagePK, java.util.List<Hint> hints) -
Uses of TranslatedQuery in de.hybris.platform.persistence.flexiblesearch
Methods in de.hybris.platform.persistence.flexiblesearch that return TranslatedQuery Modifier and Type Method Description TranslatedQueryParsedQuery. getTranslatedQuery()Deprecated.since 6.0.0TranslatedQueryParsedQuery. getTranslatedQuery(java.util.Map values)TranslatedQueryQueryParser. translateQuery(Principal principal, java.lang.String query, int valueCount, boolean hasLanguage, boolean failOnUnknownFields, boolean disableRestrictions, boolean disablePrincipalGroupRestrictions, java.util.Collection<ContextQueryFilter> dynamicRestrictions, java.util.Map values)translates a flexible query.Methods in de.hybris.platform.persistence.flexiblesearch that return types with arguments of type TranslatedQuery Modifier and Type Method Description java.util.Map<java.lang.Object,TranslatedQuery>QueryParser. getQueryCacheMap(Cache cache)
-