Uses of Class
de.hybris.platform.adaptivesearch.jalo.AsPromotedFacetValue
-
Packages that use AsPromotedFacetValue Package Description de.hybris.platform.adaptivesearch.jalo -
-
Uses of AsPromotedFacetValue in de.hybris.platform.adaptivesearch.jalo
Fields in de.hybris.platform.adaptivesearch.jalo with type parameters of type AsPromotedFacetValue Modifier and Type Field Description protected static OneToManyHandler<AsPromotedFacetValue>GeneratedAbstractAsFacetConfiguration. PROMOTEDVALUESHANDLEROneToManyHandlerfor handling 1:n PROMOTEDVALUES's relation attributes from 'many' side.Methods in de.hybris.platform.adaptivesearch.jalo that return types with arguments of type AsPromotedFacetValue Modifier and Type Method Description java.util.List<AsPromotedFacetValue>GeneratedAbstractAsFacetConfiguration. getPromotedValues()Generated method - Getter of theAbstractAsFacetConfiguration.promotedValuesattribute.java.util.List<AsPromotedFacetValue>GeneratedAbstractAsFacetConfiguration. getPromotedValues(SessionContext ctx)Generated method - Getter of theAbstractAsFacetConfiguration.promotedValuesattribute.Methods in de.hybris.platform.adaptivesearch.jalo with parameters of type AsPromotedFacetValue Modifier and Type Method Description voidGeneratedAbstractAsFacetConfiguration. addToPromotedValues(AsPromotedFacetValue value)Generated method - Addsvalueto promotedValues.voidGeneratedAbstractAsFacetConfiguration. addToPromotedValues(SessionContext ctx, AsPromotedFacetValue value)Generated method - Addsvalueto promotedValues.voidGeneratedAbstractAsFacetConfiguration. removeFromPromotedValues(AsPromotedFacetValue value)Generated method - Removesvaluefrom promotedValues.voidGeneratedAbstractAsFacetConfiguration. removeFromPromotedValues(SessionContext ctx, AsPromotedFacetValue value)Generated method - Removesvaluefrom promotedValues.Method parameters in de.hybris.platform.adaptivesearch.jalo with type arguments of type AsPromotedFacetValue Modifier and Type Method Description voidGeneratedAbstractAsFacetConfiguration. setPromotedValues(SessionContext ctx, java.util.List<AsPromotedFacetValue> value)Generated method - Setter of theAbstractAsFacetConfiguration.promotedValuesattribute.voidGeneratedAbstractAsFacetConfiguration. setPromotedValues(java.util.List<AsPromotedFacetValue> value)Generated method - Setter of theAbstractAsFacetConfiguration.promotedValuesattribute.
-