Uses of Class
de.hybris.platform.solrfacetsearch.config.IndexedTypeSortField
-
Packages that use IndexedTypeSortField Package Description de.hybris.platform.adaptivesearchsolr.listeners de.hybris.platform.solrfacetsearch.config de.hybris.platform.solrfacetsearch.converters.populator -
-
Uses of IndexedTypeSortField in de.hybris.platform.adaptivesearchsolr.listeners
Methods in de.hybris.platform.adaptivesearchsolr.listeners that return IndexedTypeSortField Modifier and Type Method Description protected IndexedTypeSortFieldSolrAsSearchProfileCalculationListener. createIndexedTypeSortField(AsSortExpression sortExpression)Methods in de.hybris.platform.adaptivesearchsolr.listeners with parameters of type IndexedTypeSortField Modifier and Type Method Description protected AsSortExpressionSolrAsSearchProfileCalculationListener. convertSortExpression(IndexedTypeSortField indexedTypeSortField) -
Uses of IndexedTypeSortField in de.hybris.platform.solrfacetsearch.config
Methods in de.hybris.platform.solrfacetsearch.config that return types with arguments of type IndexedTypeSortField Modifier and Type Method Description java.util.List<IndexedTypeSortField>IndexedTypeSort. getFields()Method parameters in de.hybris.platform.solrfacetsearch.config with type arguments of type IndexedTypeSortField Modifier and Type Method Description voidIndexedTypeSort. setFields(java.util.List<IndexedTypeSortField> fields) -
Uses of IndexedTypeSortField in de.hybris.platform.solrfacetsearch.converters.populator
Methods in de.hybris.platform.solrfacetsearch.converters.populator that return types with arguments of type IndexedTypeSortField Modifier and Type Method Description Converter<SolrSortFieldModel,IndexedTypeSortField>DefaultIndexedTypeSortPopulator. getIndexedTypeSortFieldConverter()Methods in de.hybris.platform.solrfacetsearch.converters.populator with parameters of type IndexedTypeSortField Modifier and Type Method Description voidDefaultIndexedTypeSortFieldPopulator. populate(SolrSortFieldModel source, IndexedTypeSortField target)Method parameters in de.hybris.platform.solrfacetsearch.converters.populator with type arguments of type IndexedTypeSortField Modifier and Type Method Description voidDefaultIndexedTypeSortPopulator. setIndexedTypeSortFieldConverter(Converter<SolrSortFieldModel,IndexedTypeSortField> indexedTypeSortFieldConverter)
-