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 SolrSortGeneratedSolrfacetsearchManager. createSolrSort(SessionContext ctx, java.util.Map attributeValues)SolrSortGeneratedSolrfacetsearchManager. createSolrSort(java.util.Map attributeValues)SolrSortGeneratedSolrSortField. getSort()Generated method - Getter of theSolrSortField.sortattribute.SolrSortGeneratedSolrSortField. getSort(SessionContext ctx)Generated method - Getter of theSolrSortField.sortattribute.Methods in de.hybris.platform.solrfacetsearch.jalo with parameters of type SolrSort Modifier and Type Method Description voidGeneratedSolrSortField. setSort(SessionContext ctx, SolrSort value)Generated method - Setter of theSolrSortField.sortattribute.voidGeneratedSolrSortField. setSort(SolrSort value)Generated method - Setter of theSolrSortField.sortattribute. -
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. SORTSHANDLEROneToManyHandlerfor 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.sortsattribute.java.util.List<SolrSort>GeneratedSolrIndexedType. getSorts(SessionContext ctx)Generated method - Getter of theSolrIndexedType.sortsattribute.Methods in de.hybris.platform.solrfacetsearch.jalo.config with parameters of type SolrSort Modifier and Type Method Description voidGeneratedSolrIndexedType. addToSorts(SessionContext ctx, SolrSort value)Generated method - Addsvalueto sorts.voidGeneratedSolrIndexedType. addToSorts(SolrSort value)Generated method - Addsvalueto sorts.voidGeneratedSolrIndexedType. removeFromSorts(SessionContext ctx, SolrSort value)Generated method - Removesvaluefrom sorts.voidGeneratedSolrIndexedType. removeFromSorts(SolrSort value)Generated method - Removesvaluefrom sorts.Method parameters in de.hybris.platform.solrfacetsearch.jalo.config with type arguments of type SolrSort Modifier and Type Method Description voidGeneratedSolrIndexedType. setSorts(SessionContext ctx, java.util.List<SolrSort> value)Generated method - Setter of theSolrIndexedType.sortsattribute.voidGeneratedSolrIndexedType. setSorts(java.util.List<SolrSort> value)Generated method - Setter of theSolrIndexedType.sortsattribute.
-