Uses of Class
de.hybris.platform.solrfacetsearch.model.SolrSortModel
Packages that use SolrSortModel
Package
Description
Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo package.
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 SolrSortModelMethods in de.hybris.platform.solrfacetsearch.config with parameters of type SolrSortModel -
Uses of SolrSortModel in de.hybris.platform.solrfacetsearch.model
Methods in de.hybris.platform.solrfacetsearch.model that return SolrSortModelModifier and TypeMethodDescriptionSolrSortFieldModel.getSort()Generated method - Getter of theSolrSortField.sortattribute defined at extensionsolrfacetsearch.Methods in de.hybris.platform.solrfacetsearch.model with parameters of type SolrSortModelModifier and TypeMethodDescriptionvoidSolrSortFieldModel.setSort(SolrSortModel value) Generated method - Setter ofSolrSortField.sortattribute defined at extensionsolrfacetsearch.Constructors in de.hybris.platform.solrfacetsearch.model with parameters of type SolrSortModelModifierConstructorDescriptionSolrSortFieldModel(boolean _ascending, 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, 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 SolrSortModelModifier and TypeMethodDescriptionSolrIndexedTypeModel.getSorts()Generated method - Getter of theSolrIndexedType.sortsattribute defined at extensionsolrfacetsearch.Method parameters in de.hybris.platform.solrfacetsearch.model.config with type arguments of type SolrSortModelModifier and TypeMethodDescriptionvoidSolrIndexedTypeModel.setSorts(List<SolrSortModel> value) Generated method - Setter ofSolrIndexedType.sortsattribute defined at extensionsolrfacetsearch.