Uses of Class
de.hybris.platform.adaptivesearch.jalo.AsSort
-
Packages that use AsSort Package Description de.hybris.platform.adaptivesearch.jalo -
-
Uses of AsSort in de.hybris.platform.adaptivesearch.jalo
Fields in de.hybris.platform.adaptivesearch.jalo with type parameters of type AsSort Modifier and Type Field Description protected static OneToManyHandler<AsSort>GeneratedAbstractAsConfigurableSearchConfiguration. SORTSHANDLEROneToManyHandlerfor handling 1:n SORTS's relation attributes from 'many' side.Methods in de.hybris.platform.adaptivesearch.jalo that return types with arguments of type AsSort Modifier and Type Method Description java.util.List<AsSort>GeneratedAbstractAsConfigurableSearchConfiguration. getSorts()Generated method - Getter of theAbstractAsConfigurableSearchConfiguration.sortsattribute.java.util.List<AsSort>GeneratedAbstractAsConfigurableSearchConfiguration. getSorts(SessionContext ctx)Generated method - Getter of theAbstractAsConfigurableSearchConfiguration.sortsattribute.Methods in de.hybris.platform.adaptivesearch.jalo with parameters of type AsSort Modifier and Type Method Description voidGeneratedAbstractAsConfigurableSearchConfiguration. addToSorts(AsSort value)Generated method - Addsvalueto sorts.voidGeneratedAbstractAsConfigurableSearchConfiguration. addToSorts(SessionContext ctx, AsSort value)Generated method - Addsvalueto sorts.voidGeneratedAbstractAsConfigurableSearchConfiguration. removeFromSorts(AsSort value)Generated method - Removesvaluefrom sorts.voidGeneratedAbstractAsConfigurableSearchConfiguration. removeFromSorts(SessionContext ctx, AsSort value)Generated method - Removesvaluefrom sorts.Method parameters in de.hybris.platform.adaptivesearch.jalo with type arguments of type AsSort Modifier and Type Method Description voidGeneratedAbstractAsConfigurableSearchConfiguration. setSorts(SessionContext ctx, java.util.List<AsSort> value)Generated method - Setter of theAbstractAsConfigurableSearchConfiguration.sortsattribute.voidGeneratedAbstractAsConfigurableSearchConfiguration. setSorts(java.util.List<AsSort> value)Generated method - Setter of theAbstractAsConfigurableSearchConfiguration.sortsattribute.
-