Uses of Class
de.hybris.platform.solrfacetsearch.config.SearchQuerySort
-
Packages that use SearchQuerySort Package Description de.hybris.platform.solrfacetsearch.config de.hybris.platform.solrfacetsearch.converters.populator -
-
Uses of SearchQuerySort in de.hybris.platform.solrfacetsearch.config
Methods in de.hybris.platform.solrfacetsearch.config that return types with arguments of type SearchQuerySort Modifier and Type Method Description java.util.Collection<SearchQuerySort>SearchQueryTemplate. getSearchQuerySorts()Method parameters in de.hybris.platform.solrfacetsearch.config with type arguments of type SearchQuerySort Modifier and Type Method Description voidSearchQueryTemplate. setSearchQuerySorts(java.util.Collection<SearchQuerySort> searchQuerySorts) -
Uses of SearchQuerySort in de.hybris.platform.solrfacetsearch.converters.populator
Methods in de.hybris.platform.solrfacetsearch.converters.populator with parameters of type SearchQuerySort Modifier and Type Method Description voidDefaultSearchQuerySortPopulator. populate(SolrSearchQuerySortModel source, SearchQuerySort target)Method parameters in de.hybris.platform.solrfacetsearch.converters.populator with type arguments of type SearchQuerySort Modifier and Type Method Description voidDefaultSearchQueryTemplatePopulator. setSolrSearchQuerySortConverter(Converter<SolrSearchQuerySortModel,SearchQuerySort> solrSearchQuerySortConverter)
-