Uses of Class
de.hybris.platform.adaptivesearch.data.AsSort
Packages that use AsSort
Package
Description
-
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 AsSortModifier and TypeMethodDescriptionAsConfigurableSearchConfigurationPopulator.getAsSortConverter()Method parameters in de.hybris.platform.adaptivesearch.converters.populators with type arguments of type AsSortModifier and TypeMethodDescriptionvoidAsConfigurableSearchConfigurationPopulator.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 AsSortModifier and TypeMethodDescriptionAsConfigurableSearchConfiguration.getSorts()AsSearchProfileResult.getSorts()Method parameters in de.hybris.platform.adaptivesearch.data with type arguments of type AsSortModifier and TypeMethodDescriptionvoidvoidAsSearchProfileResult.setSorts(Map<String, AsConfigurationHolder<AsSort, AbstractAsSortConfiguration>> sorts) -
Uses of AsSort in de.hybris.platform.adaptivesearch.searchservices.listeners
Methods in de.hybris.platform.adaptivesearch.searchservices.listeners that return types with arguments of type AsSortModifier and TypeMethodDescriptionSnAsSearchProfileCalculationListener.createSortHolder(AsSearchProfileContext asContext, SnSort source, AsUidGenerator asUidGenerator) -
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 AsSortMethod parameters in de.hybris.platform.adaptivesearch.strategies.impl with type arguments of type AsSortModifier and TypeMethodDescriptionintDefaultAsSearchProfileResultFactory.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 AsSortModifier and TypeMethodDescriptionprotected 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 AsSortModifier and TypeMethodDescriptionSolrAsSearchProfileCalculationListener.convertSort(AsSearchProfileContext context, IndexedTypeSort indexedTypeSort, AsUidGenerator asUidGenerator)