Uses of Class
de.hybris.platform.solrfacetsearch.model.SolrSortModel
-
Packages that use SolrSortModel Package Description de.hybris.platform.solrfacetsearch.config de.hybris.platform.solrfacetsearch.converters.populator de.hybris.platform.solrfacetsearch.model Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo package.de.hybris.platform.solrfacetsearch.model.config Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo.config package. -
-
Uses of SolrSortModel in de.hybris.platform.solrfacetsearch.config
Methods in de.hybris.platform.solrfacetsearch.config that return SolrSortModel Modifier and Type Method Description SolrSortModelIndexedTypeSort. getSort()Deprecated.Methods in de.hybris.platform.solrfacetsearch.config with parameters of type SolrSortModel Modifier and Type Method Description voidIndexedTypeSort. setSort(SolrSortModel sort)Deprecated. -
Uses of SolrSortModel in de.hybris.platform.solrfacetsearch.converters.populator
Methods in de.hybris.platform.solrfacetsearch.converters.populator that return types with arguments of type SolrSortModel Modifier and Type Method Description protected Converter<SolrSortModel,IndexedTypeSort>DefaultIndexedTypePopulator. getIndexedTypeSortConverter()Methods in de.hybris.platform.solrfacetsearch.converters.populator with parameters of type SolrSortModel Modifier and Type Method Description protected java.util.Map<java.lang.String,java.lang.String>DefaultIndexedTypeSortPopulator. buildNameLocalizationMap(SolrSortModel source)voidDefaultIndexedTypeSortPopulator. populate(SolrSortModel source, IndexedTypeSort target)Method parameters in de.hybris.platform.solrfacetsearch.converters.populator with type arguments of type SolrSortModel Modifier and Type Method Description voidDefaultIndexedTypePopulator. setIndexedTypeSortConverter(Converter<SolrSortModel,IndexedTypeSort> indexedTypeSortConverter) -
Uses of SolrSortModel in de.hybris.platform.solrfacetsearch.model
Methods in de.hybris.platform.solrfacetsearch.model that return SolrSortModel Modifier and Type Method Description SolrSortModelSolrSortFieldModel. getSort()Generated method - Getter of theSolrSortField.sortattribute defined at extensionsolrfacetsearch.Methods in de.hybris.platform.solrfacetsearch.model with parameters of type SolrSortModel Modifier and Type Method Description voidSolrSortFieldModel. setSort(SolrSortModel value)Generated method - Setter ofSolrSortField.sortattribute defined at extensionsolrfacetsearch.Constructors in de.hybris.platform.solrfacetsearch.model with parameters of type SolrSortModel Constructor Description SolrSortFieldModel(boolean _ascending, java.lang.String _fieldName, ItemModel _owner, SolrSortModel _sort)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrSortFieldModel(boolean _ascending, java.lang.String _fieldName, SolrSortModel _sort)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of SolrSortModel in de.hybris.platform.solrfacetsearch.model.config
Methods in de.hybris.platform.solrfacetsearch.model.config that return types with arguments of type SolrSortModel Modifier and Type Method Description java.util.List<SolrSortModel>SolrIndexedTypeModel. getSorts()Generated method - Getter of theSolrIndexedType.sortsattribute defined at extensionsolrfacetsearch.Method parameters in de.hybris.platform.solrfacetsearch.model.config with type arguments of type SolrSortModel Modifier and Type Method Description voidSolrIndexedTypeModel. setSorts(java.util.List<SolrSortModel> value)Generated method - Setter ofSolrIndexedType.sortsattribute defined at extensionsolrfacetsearch.
-