Uses of Class
de.hybris.platform.solrfacetsearch.model.SolrSearchQuerySortModel
-
Packages that use SolrSearchQuerySortModel Package Description de.hybris.platform.solrfacetsearch.converters.populator de.hybris.platform.solrfacetsearch.model Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo package. -
-
Uses of SolrSearchQuerySortModel in de.hybris.platform.solrfacetsearch.converters.populator
Methods in de.hybris.platform.solrfacetsearch.converters.populator with parameters of type SolrSearchQuerySortModel 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 SolrSearchQuerySortModel Modifier and Type Method Description voidDefaultSearchQueryTemplatePopulator. setSolrSearchQuerySortConverter(Converter<SolrSearchQuerySortModel,SearchQuerySort> solrSearchQuerySortConverter) -
Uses of SolrSearchQuerySortModel in de.hybris.platform.solrfacetsearch.model
Methods in de.hybris.platform.solrfacetsearch.model that return types with arguments of type SolrSearchQuerySortModel Modifier and Type Method Description java.util.Collection<SolrSearchQuerySortModel>SolrSearchQueryTemplateModel. getSearchQuerySorts()Generated method - Getter of theSolrSearchQueryTemplate.searchQuerySortsattribute defined at extensionsolrfacetsearch.Method parameters in de.hybris.platform.solrfacetsearch.model with type arguments of type SolrSearchQuerySortModel Modifier and Type Method Description voidSolrSearchQueryTemplateModel. setSearchQuerySorts(java.util.Collection<SolrSearchQuerySortModel> value)Generated method - Setter ofSolrSearchQueryTemplate.searchQuerySortsattribute defined at extensionsolrfacetsearch.
-