Uses of Class
de.hybris.platform.solrfacetsearch.config.IndexedTypeSort
-
-
Uses of IndexedTypeSort in de.hybris.platform.adaptivesearchsolr.listeners
Methods in de.hybris.platform.adaptivesearchsolr.listeners that return IndexedTypeSort Modifier and Type Method Description protected IndexedTypeSortSolrAsSearchProfileCalculationListener. createIndexedTypeSort(FacetSearchContext facetSearchContext, AsConfigurationHolder<? extends AbstractAsSortConfiguration,AbstractAsSortConfiguration> sortHolder)Methods in de.hybris.platform.adaptivesearchsolr.listeners with parameters of type IndexedTypeSort Modifier and Type Method Description protected AsConfigurationHolder<AsSort,AbstractAsSortConfiguration>SolrAsSearchProfileCalculationListener. convertSort(AsSearchProfileContext context, IndexedTypeSort indexedTypeSort, AsUidGenerator asUidGenerator) -
Uses of IndexedTypeSort in de.hybris.platform.adaptivesearchsolr.strategies.impl
Methods in de.hybris.platform.adaptivesearchsolr.strategies.impl with parameters of type IndexedTypeSort Modifier and Type Method Description protected AsSortDataSolrAsSearchProvider. createSortData(IndexedTypeSort sort) -
Uses of IndexedTypeSort in de.hybris.platform.commerceservices.search.solrfacetsearch.populators
Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.populators that return types with arguments of type IndexedTypeSort Modifier and Type Method Description protected SolrSearchRequest<FacetSearchConfig,IndexedType,IndexedProperty,SearchQuery,IndexedTypeSort>SearchFiltersPopulatorTest. populateTarget()Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.populators with parameters of type IndexedTypeSort Modifier and Type Method Description protected voidSearchResponseSortsPopulator. addSortData(java.util.List<SortData> result, java.lang.String currentSortCode, IndexedTypeSort sort) -
Uses of IndexedTypeSort in de.hybris.platform.solrfacetsearch.config
Methods in de.hybris.platform.solrfacetsearch.config that return types with arguments of type IndexedTypeSort Modifier and Type Method Description java.util.List<IndexedTypeSort>IndexedType. getSorts()java.util.Map<java.lang.String,IndexedTypeSort>IndexedType. getSortsByCode()Method parameters in de.hybris.platform.solrfacetsearch.config with type arguments of type IndexedTypeSort Modifier and Type Method Description voidIndexedType. setSorts(java.util.List<IndexedTypeSort> sorts)voidIndexedType. setSortsByCode(java.util.Map<java.lang.String,IndexedTypeSort> sortsByCode) -
Uses of IndexedTypeSort in de.hybris.platform.solrfacetsearch.converters.populator
Methods in de.hybris.platform.solrfacetsearch.converters.populator that return types with arguments of type IndexedTypeSort Modifier and Type Method Description protected java.util.Map<java.lang.String,IndexedTypeSort>DefaultIndexedTypePopulator. buildSortsByCode(IndexedType source)protected Converter<SolrSortModel,IndexedTypeSort>DefaultIndexedTypePopulator. getIndexedTypeSortConverter()Methods in de.hybris.platform.solrfacetsearch.converters.populator with parameters of type IndexedTypeSort Modifier and Type Method Description voidDefaultIndexedTypeSortPopulator. populate(SolrSortModel source, IndexedTypeSort target)Method parameters in de.hybris.platform.solrfacetsearch.converters.populator with type arguments of type IndexedTypeSort Modifier and Type Method Description voidDefaultIndexedTypePopulator. setIndexedTypeSortConverter(Converter<SolrSortModel,IndexedTypeSort> indexedTypeSortConverter) -
Uses of IndexedTypeSort in de.hybris.platform.solrfacetsearch.search
Methods in de.hybris.platform.solrfacetsearch.search that return IndexedTypeSort Modifier and Type Method Description IndexedTypeSortSearchResult. getCurrentNamedSort()Return currently selected sort.Methods in de.hybris.platform.solrfacetsearch.search that return types with arguments of type IndexedTypeSort Modifier and Type Method Description java.util.List<IndexedTypeSort>SearchResult. getAvailableNamedSorts()Return list of available named sorts. -
Uses of IndexedTypeSort in de.hybris.platform.solrfacetsearch.search.context
Methods in de.hybris.platform.solrfacetsearch.search.context that return IndexedTypeSort Modifier and Type Method Description IndexedTypeSortFacetSearchContext. getNamedSort()Return current named sort.Methods in de.hybris.platform.solrfacetsearch.search.context that return types with arguments of type IndexedTypeSort Modifier and Type Method Description java.util.List<IndexedTypeSort>FacetSearchContext. getAvailableNamedSorts()Return list of available named sorts.Methods in de.hybris.platform.solrfacetsearch.search.context with parameters of type IndexedTypeSort Modifier and Type Method Description voidFacetSearchContext. setNamedSort(IndexedTypeSort namedSort)Sets current named sortIndexedTypeSort. -
Uses of IndexedTypeSort in de.hybris.platform.solrfacetsearch.search.context.impl
Methods in de.hybris.platform.solrfacetsearch.search.context.impl that return IndexedTypeSort Modifier and Type Method Description IndexedTypeSortDefaultFacetSearchContext. getNamedSort()Methods in de.hybris.platform.solrfacetsearch.search.context.impl that return types with arguments of type IndexedTypeSort Modifier and Type Method Description java.util.List<IndexedTypeSort>DefaultFacetSearchContext. getAvailableNamedSorts()Methods in de.hybris.platform.solrfacetsearch.search.context.impl with parameters of type IndexedTypeSort Modifier and Type Method Description voidDefaultFacetSearchContext. setNamedSort(IndexedTypeSort namedSort)Method parameters in de.hybris.platform.solrfacetsearch.search.context.impl with type arguments of type IndexedTypeSort Modifier and Type Method Description voidDefaultFacetSearchContext. setAvailableNamedSorts(java.util.List<IndexedTypeSort> availableNamedSorts) -
Uses of IndexedTypeSort in de.hybris.platform.solrfacetsearch.search.impl
Methods in de.hybris.platform.solrfacetsearch.search.impl that return IndexedTypeSort Modifier and Type Method Description IndexedTypeSortSolrSearchResult. getCurrentNamedSort()Methods in de.hybris.platform.solrfacetsearch.search.impl that return types with arguments of type IndexedTypeSort Modifier and Type Method Description java.util.List<IndexedTypeSort>SolrSearchResult. getAvailableNamedSorts()Methods in de.hybris.platform.solrfacetsearch.search.impl with parameters of type IndexedTypeSort Modifier and Type Method Description voidSolrSearchResult. setCurrentNamedSort(IndexedTypeSort currentNamedSort)Method parameters in de.hybris.platform.solrfacetsearch.search.impl with type arguments of type IndexedTypeSort Modifier and Type Method Description voidSolrSearchResult. setAvailableNamedSorts(java.util.List<IndexedTypeSort> availableNamedSorts)
-