Uses of Class
de.hybris.platform.adaptivesearch.data.AsSort
-
-
Uses of AsSort in de.hybris.platform.adaptivesearch.converters.populators
Methods in de.hybris.platform.adaptivesearch.converters.populators that return types with arguments of type AsSort Modifier and Type Method Description ContextAwareConverter<AsSortModel,AsSort,AsItemConfigurationConverterContext>AsConfigurableSearchConfigurationPopulator. getAsSortConverter()Method parameters in de.hybris.platform.adaptivesearch.converters.populators with type arguments of type AsSort Modifier and Type Method Description voidAsConfigurableSearchConfigurationPopulator. setAsSortConverter(ContextAwareConverter<AsSortModel,AsSort,AsItemConfigurationConverterContext> asSortConverter) -
Uses of AsSort in de.hybris.platform.adaptivesearch.data
Methods in de.hybris.platform.adaptivesearch.data that return types with arguments of type AsSort Modifier and Type Method Description java.util.List<AsSort>AsConfigurableSearchConfiguration. getSorts()java.util.Map<java.lang.String,AsConfigurationHolder<AsSort,AbstractAsSortConfiguration>>AsSearchProfileResult. getSorts()Method parameters in de.hybris.platform.adaptivesearch.data with type arguments of type AsSort Modifier and Type Method Description voidAsConfigurableSearchConfiguration. setSorts(java.util.List<AsSort> sorts)voidAsSearchProfileResult. setSorts(java.util.Map<java.lang.String,AsConfigurationHolder<AsSort,AbstractAsSortConfiguration>> sorts) -
Uses of AsSort in de.hybris.platform.adaptivesearch.strategies.impl
Methods in de.hybris.platform.adaptivesearch.strategies.impl that return types with arguments of type AsSort Modifier and Type Method Description static AbstractAsSortsMergeStrategyTest.SortBuilder<AsSort>AbstractAsSortsMergeStrategyTest.SortBuilder. anAsSort()Method parameters in de.hybris.platform.adaptivesearch.strategies.impl with type arguments of type AsSort Modifier and Type Method Description intDefaultAsSearchProfileResultFactory.SortComparator. compare(AsConfigurationHolder<AsSort,AbstractAsSortConfiguration> configurationHolder1, AsConfigurationHolder<AsSort,AbstractAsSortConfiguration> configurationHolder2) -
Uses of AsSort in de.hybris.platform.adaptivesearchbackoffice.editors.sorts
Method parameters in de.hybris.platform.adaptivesearchbackoffice.editors.sorts with type arguments of type AsSort Modifier and Type Method Description protected voidAsSortsDataHandler. convertFromSearchProfileResult(AsConfigurationHolder<AsSort,AbstractAsSortConfiguration> source, SortEditorData target, AbstractAsSearchProfileModel searchProfile) -
Uses of AsSort in de.hybris.platform.adaptivesearchsolr.listeners
Methods in de.hybris.platform.adaptivesearchsolr.listeners that return types with arguments of type AsSort Modifier and Type Method Description protected AsConfigurationHolder<AsSort,AbstractAsSortConfiguration>SolrAsSearchProfileCalculationListener. convertSort(AsSearchProfileContext context, IndexedTypeSort indexedTypeSort, AsUidGenerator asUidGenerator)
-