Uses of Class
de.hybris.platform.adaptivesearch.jalo.AsPromotedFacet
Packages that use AsPromotedFacet
-
Uses of AsPromotedFacet in de.hybris.platform.adaptivesearch.jalo
Fields in de.hybris.platform.adaptivesearch.jalo with type parameters of type AsPromotedFacetModifier and TypeFieldDescriptionprotected static final 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 AsPromotedFacetModifier and TypeMethodDescriptionGeneratedAbstractAsConfigurableSearchConfiguration.getPromotedFacets()Generated method - Getter of theAbstractAsConfigurableSearchConfiguration.promotedFacetsattribute.GeneratedAbstractAsConfigurableSearchConfiguration.getPromotedFacets(SessionContext ctx) Generated method - Getter of theAbstractAsConfigurableSearchConfiguration.promotedFacetsattribute.Methods in de.hybris.platform.adaptivesearch.jalo with parameters of type AsPromotedFacetModifier and TypeMethodDescriptionvoidGeneratedAbstractAsConfigurableSearchConfiguration.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 AsPromotedFacetModifier and TypeMethodDescriptionvoidGeneratedAbstractAsConfigurableSearchConfiguration.setPromotedFacets(SessionContext ctx, List<AsPromotedFacet> value) Generated method - Setter of theAbstractAsConfigurableSearchConfiguration.promotedFacetsattribute.voidGeneratedAbstractAsConfigurableSearchConfiguration.setPromotedFacets(List<AsPromotedFacet> value) Generated method - Setter of theAbstractAsConfigurableSearchConfiguration.promotedFacetsattribute.