Uses of Class
de.hybris.platform.solrfacetsearch.jalo.SolrSort
-
Packages that use SolrSort Package Description de.hybris.platform.solrfacetsearch.jalo de.hybris.platform.solrfacetsearch.jalo.config -
-
Uses of SolrSort in de.hybris.platform.solrfacetsearch.jalo
Methods in de.hybris.platform.solrfacetsearch.jalo that return SolrSort Modifier and Type Method Description SolrSort
GeneratedSolrfacetsearchManager. createSolrSort(SessionContext ctx, java.util.Map attributeValues)
SolrSort
GeneratedSolrfacetsearchManager. createSolrSort(java.util.Map attributeValues)
SolrSort
GeneratedSolrSortField. getSort()
Generated method - Getter of theSolrSortField.sort
attribute.SolrSort
GeneratedSolrSortField. getSort(SessionContext ctx)
Generated method - Getter of theSolrSortField.sort
attribute.Methods in de.hybris.platform.solrfacetsearch.jalo with parameters of type SolrSort Modifier and Type Method Description void
GeneratedSolrSortField. setSort(SessionContext ctx, SolrSort value)
Generated method - Setter of theSolrSortField.sort
attribute.void
GeneratedSolrSortField. setSort(SolrSort value)
Generated method - Setter of theSolrSortField.sort
attribute. -
Uses of SolrSort in de.hybris.platform.solrfacetsearch.jalo.config
Fields in de.hybris.platform.solrfacetsearch.jalo.config with type parameters of type SolrSort Modifier and Type Field Description protected static OneToManyHandler<SolrSort>
GeneratedSolrIndexedType. SORTSHANDLER
OneToManyHandler
for handling 1:n SORTS's relation attributes from 'many' side.Methods in de.hybris.platform.solrfacetsearch.jalo.config that return types with arguments of type SolrSort Modifier and Type Method Description java.util.List<SolrSort>
GeneratedSolrIndexedType. getSorts()
Generated method - Getter of theSolrIndexedType.sorts
attribute.java.util.List<SolrSort>
GeneratedSolrIndexedType. getSorts(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.sorts
attribute.Methods in de.hybris.platform.solrfacetsearch.jalo.config with parameters of type SolrSort Modifier and Type Method Description void
GeneratedSolrIndexedType. addToSorts(SessionContext ctx, SolrSort value)
Generated method - Addsvalue
to sorts.void
GeneratedSolrIndexedType. addToSorts(SolrSort value)
Generated method - Addsvalue
to sorts.void
GeneratedSolrIndexedType. removeFromSorts(SessionContext ctx, SolrSort value)
Generated method - Removesvalue
from sorts.void
GeneratedSolrIndexedType. removeFromSorts(SolrSort value)
Generated method - Removesvalue
from sorts.Method parameters in de.hybris.platform.solrfacetsearch.jalo.config with type arguments of type SolrSort Modifier and Type Method Description void
GeneratedSolrIndexedType. setSorts(SessionContext ctx, java.util.List<SolrSort> value)
Generated method - Setter of theSolrIndexedType.sorts
attribute.void
GeneratedSolrIndexedType. setSorts(java.util.List<SolrSort> value)
Generated method - Setter of theSolrIndexedType.sorts
attribute.
-