Uses of Class
de.hybris.platform.solrfacetsearch.jalo.SolrSortField
-
Packages that use SolrSortField Package Description de.hybris.platform.solrfacetsearch.jalo -
-
Uses of SolrSortField in de.hybris.platform.solrfacetsearch.jalo
Fields in de.hybris.platform.solrfacetsearch.jalo with type parameters of type SolrSortField Modifier and Type Field Description protected static OneToManyHandler<SolrSortField>GeneratedSolrSort. FIELDSHANDLEROneToManyHandlerfor handling 1:n FIELDS's relation attributes from 'many' side.Methods in de.hybris.platform.solrfacetsearch.jalo that return SolrSortField Modifier and Type Method Description SolrSortFieldGeneratedSolrfacetsearchManager. createSolrSortField(SessionContext ctx, java.util.Map attributeValues)SolrSortFieldGeneratedSolrfacetsearchManager. createSolrSortField(java.util.Map attributeValues)Methods in de.hybris.platform.solrfacetsearch.jalo that return types with arguments of type SolrSortField Modifier and Type Method Description java.util.List<SolrSortField>GeneratedSolrSort. getFields()Generated method - Getter of theSolrSort.fieldsattribute.java.util.List<SolrSortField>GeneratedSolrSort. getFields(SessionContext ctx)Generated method - Getter of theSolrSort.fieldsattribute.Methods in de.hybris.platform.solrfacetsearch.jalo with parameters of type SolrSortField Modifier and Type Method Description voidGeneratedSolrSort. addToFields(SessionContext ctx, SolrSortField value)Generated method - Addsvalueto fields.voidGeneratedSolrSort. addToFields(SolrSortField value)Generated method - Addsvalueto fields.voidGeneratedSolrSort. removeFromFields(SessionContext ctx, SolrSortField value)Generated method - Removesvaluefrom fields.voidGeneratedSolrSort. removeFromFields(SolrSortField value)Generated method - Removesvaluefrom fields.Method parameters in de.hybris.platform.solrfacetsearch.jalo with type arguments of type SolrSortField Modifier and Type Method Description voidGeneratedSolrSort. setFields(SessionContext ctx, java.util.List<SolrSortField> value)Generated method - Setter of theSolrSort.fieldsattribute.voidGeneratedSolrSort. setFields(java.util.List<SolrSortField> value)Generated method - Setter of theSolrSort.fieldsattribute.
-