Uses of Class
de.hybris.platform.commerceservices.enums.SolrIndexedPropertyFacetSort
-
Packages that use SolrIndexedPropertyFacetSort Package Description de.hybris.platform.commerceservices.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.solrfacetsearch.model.config Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo.config package. -
-
Uses of SolrIndexedPropertyFacetSort in de.hybris.platform.commerceservices.enums
Methods in de.hybris.platform.commerceservices.enums that return SolrIndexedPropertyFacetSort Modifier and Type Method Description static SolrIndexedPropertyFacetSortSolrIndexedPropertyFacetSort. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SolrIndexedPropertyFacetSort[]SolrIndexedPropertyFacetSort. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SolrIndexedPropertyFacetSort in de.hybris.platform.solrfacetsearch.model.config
Methods in de.hybris.platform.solrfacetsearch.model.config that return SolrIndexedPropertyFacetSort Modifier and Type Method Description SolrIndexedPropertyFacetSortSolrIndexedPropertyModel. getFacetSort()Deprecated.Methods in de.hybris.platform.solrfacetsearch.model.config with parameters of type SolrIndexedPropertyFacetSort Modifier and Type Method Description voidSolrIndexedPropertyModel. setFacetSort(SolrIndexedPropertyFacetSort value)Deprecated.
-