Uses of Class
de.hybris.platform.adaptivesearch.jalo.AsPromotedFacet
-
Packages that use AsPromotedFacet Package Description de.hybris.platform.adaptivesearch.jalo -
-
Uses of AsPromotedFacet in de.hybris.platform.adaptivesearch.jalo
Fields in de.hybris.platform.adaptivesearch.jalo with type parameters of type AsPromotedFacet Modifier and Type Field Description protected static OneToManyHandler<AsPromotedFacet>GeneratedAbstractAsConfigurableSearchConfiguration. PROMOTEDFACETSHANDLEROneToManyHandlerfor handling 1:n PROMOTEDFACETS's relation attributes from 'many' side.Methods in de.hybris.platform.adaptivesearch.jalo that return types with arguments of type AsPromotedFacet Modifier and Type Method Description java.util.List<AsPromotedFacet>GeneratedAbstractAsConfigurableSearchConfiguration. getPromotedFacets()Generated method - Getter of theAbstractAsConfigurableSearchConfiguration.promotedFacetsattribute.java.util.List<AsPromotedFacet>GeneratedAbstractAsConfigurableSearchConfiguration. getPromotedFacets(SessionContext ctx)Generated method - Getter of theAbstractAsConfigurableSearchConfiguration.promotedFacetsattribute.Methods in de.hybris.platform.adaptivesearch.jalo with parameters of type AsPromotedFacet Modifier and Type Method Description voidGeneratedAbstractAsConfigurableSearchConfiguration. addToPromotedFacets(AsPromotedFacet value)Generated method - Addsvalueto promotedFacets.voidGeneratedAbstractAsConfigurableSearchConfiguration. addToPromotedFacets(SessionContext ctx, AsPromotedFacet value)Generated method - Addsvalueto promotedFacets.voidGeneratedAbstractAsConfigurableSearchConfiguration. removeFromPromotedFacets(AsPromotedFacet value)Generated method - Removesvaluefrom promotedFacets.voidGeneratedAbstractAsConfigurableSearchConfiguration. removeFromPromotedFacets(SessionContext ctx, AsPromotedFacet value)Generated method - Removesvaluefrom promotedFacets.Method parameters in de.hybris.platform.adaptivesearch.jalo with type arguments of type AsPromotedFacet Modifier and Type Method Description voidGeneratedAbstractAsConfigurableSearchConfiguration. setPromotedFacets(SessionContext ctx, java.util.List<AsPromotedFacet> value)Generated method - Setter of theAbstractAsConfigurableSearchConfiguration.promotedFacetsattribute.voidGeneratedAbstractAsConfigurableSearchConfiguration. setPromotedFacets(java.util.List<AsPromotedFacet> value)Generated method - Setter of theAbstractAsConfigurableSearchConfiguration.promotedFacetsattribute.
-