Uses of Class
de.hybris.platform.adaptivesearch.jalo.AsFacetRange
-
Packages that use AsFacetRange Package Description de.hybris.platform.adaptivesearch.jalo -
-
Uses of AsFacetRange in de.hybris.platform.adaptivesearch.jalo
Fields in de.hybris.platform.adaptivesearch.jalo with type parameters of type AsFacetRange Modifier and Type Field Description protected static OneToManyHandler<AsFacetRange>GeneratedAbstractAsFacetConfiguration. RANGESHANDLEROneToManyHandlerfor handling 1:n RANGES's relation attributes from 'many' side.Methods in de.hybris.platform.adaptivesearch.jalo that return types with arguments of type AsFacetRange Modifier and Type Method Description java.util.List<AsFacetRange>GeneratedAbstractAsFacetConfiguration. getRanges()Generated method - Getter of theAbstractAsFacetConfiguration.rangesattribute.java.util.List<AsFacetRange>GeneratedAbstractAsFacetConfiguration. getRanges(SessionContext ctx)Generated method - Getter of theAbstractAsFacetConfiguration.rangesattribute.Methods in de.hybris.platform.adaptivesearch.jalo with parameters of type AsFacetRange Modifier and Type Method Description voidGeneratedAbstractAsFacetConfiguration. addToRanges(AsFacetRange value)Generated method - Addsvalueto ranges.voidGeneratedAbstractAsFacetConfiguration. addToRanges(SessionContext ctx, AsFacetRange value)Generated method - Addsvalueto ranges.voidGeneratedAbstractAsFacetConfiguration. removeFromRanges(AsFacetRange value)Generated method - Removesvaluefrom ranges.voidGeneratedAbstractAsFacetConfiguration. removeFromRanges(SessionContext ctx, AsFacetRange value)Generated method - Removesvaluefrom ranges.Method parameters in de.hybris.platform.adaptivesearch.jalo with type arguments of type AsFacetRange Modifier and Type Method Description voidGeneratedAbstractAsFacetConfiguration. setRanges(SessionContext ctx, java.util.List<AsFacetRange> value)Generated method - Setter of theAbstractAsFacetConfiguration.rangesattribute.voidGeneratedAbstractAsFacetConfiguration. setRanges(java.util.List<AsFacetRange> value)Generated method - Setter of theAbstractAsFacetConfiguration.rangesattribute.
-