Uses of Class
de.hybris.platform.adaptivesearch.data.AsSortExpression
Packages that use AsSortExpression
Package
Description
-
Uses of AsSortExpression in de.hybris.platform.adaptivesearch.converters.populators
Methods in de.hybris.platform.adaptivesearch.converters.populators that return types with arguments of type AsSortExpressionModifier and TypeMethodDescriptionAsSortConfigurationPopulator.getAsSortExpressionConverter()ContextAwareConverter<AsSortExpression,AsSortExpressionModel, AsItemConfigurationReverseConverterContext> AsSortConfigurationReversePopulator.getAsSortExpressionReverseConverter()Methods in de.hybris.platform.adaptivesearch.converters.populators with parameters of type AsSortExpressionModifier and TypeMethodDescriptionvoidAsSortExpressionPopulator.populate(AsSortExpressionModel source, AsSortExpression target, AsItemConfigurationConverterContext context) voidAsSortExpressionReversePopulator.populate(AsSortExpression source, AsSortExpressionModel target, AsItemConfigurationReverseConverterContext context) Method parameters in de.hybris.platform.adaptivesearch.converters.populators with type arguments of type AsSortExpressionModifier and TypeMethodDescriptionvoidAsSortConfigurationPopulator.setAsSortExpressionConverter(ContextAwareConverter<AsSortExpressionModel, AsSortExpression, AsItemConfigurationConverterContext> asSortExpressionConverter) voidAsSortConfigurationReversePopulator.setAsSortExpressionReverseConverter(ContextAwareConverter<AsSortExpression, AsSortExpressionModel, AsItemConfigurationReverseConverterContext> asSortExpressionReverseConverter) -
Uses of AsSortExpression in de.hybris.platform.adaptivesearch.data
Methods in de.hybris.platform.adaptivesearch.data that return types with arguments of type AsSortExpressionMethod parameters in de.hybris.platform.adaptivesearch.data with type arguments of type AsSortExpressionModifier and TypeMethodDescriptionvoidAbstractAsSortConfiguration.setExpressions(List<AsSortExpression> expressions) -
Uses of AsSortExpression in de.hybris.platform.adaptivesearch.searchservices.listeners
Methods in de.hybris.platform.adaptivesearch.searchservices.listeners that return AsSortExpressionModifier and TypeMethodDescriptionprotected AsSortExpressionSnAsSearchProfileCalculationListener.createSortExpression(SnSortExpression source) Methods in de.hybris.platform.adaptivesearch.searchservices.listeners with parameters of type AsSortExpressionModifier and TypeMethodDescriptionprotected SnSortExpressionSnAsSearchProfileCalculationListener.createSortExpression(AsSortExpression source) -
Uses of AsSortExpression in de.hybris.platform.adaptivesearch.strategies.impl
Methods in de.hybris.platform.adaptivesearch.strategies.impl that return AsSortExpressionModifier and TypeMethodDescriptionAbstractAsSortsMergeStrategyTest.AsSortExpressionBuilder.build()Method parameters in de.hybris.platform.adaptivesearch.strategies.impl with type arguments of type AsSortExpressionModifier and TypeMethodDescriptionAbstractAsSortsMergeStrategyTest.SortBuilder.withExpressions(List<AsSortExpression> expresions) -
Uses of AsSortExpression in de.hybris.platform.adaptivesearchsolr.listeners
Methods in de.hybris.platform.adaptivesearchsolr.listeners that return AsSortExpressionModifier and TypeMethodDescriptionprotected AsSortExpressionSolrAsSearchProfileCalculationListener.convertSortExpression(IndexedTypeSortField indexedTypeSortField) Methods in de.hybris.platform.adaptivesearchsolr.listeners with parameters of type AsSortExpressionModifier and TypeMethodDescriptionprotected IndexedTypeSortFieldSolrAsSearchProfileCalculationListener.createIndexedTypeSortField(AsSortExpression sortExpression) protected booleanSolrAsSearchProfileCalculationListener.isValidSortExpression(FacetSearchContext facetSearchContext, AsSortExpression sortExpression)