Uses of Class
de.hybris.platform.adaptivesearch.jalo.AsExcludedFacet
-
Packages that use AsExcludedFacet Package Description de.hybris.platform.adaptivesearch.jalo -
-
Uses of AsExcludedFacet in de.hybris.platform.adaptivesearch.jalo
Fields in de.hybris.platform.adaptivesearch.jalo with type parameters of type AsExcludedFacet Modifier and Type Field Description protected static OneToManyHandler<AsExcludedFacet>GeneratedAbstractAsConfigurableSearchConfiguration. EXCLUDEDFACETSHANDLEROneToManyHandlerfor handling 1:n EXCLUDEDFACETS's relation attributes from 'many' side.Methods in de.hybris.platform.adaptivesearch.jalo that return types with arguments of type AsExcludedFacet Modifier and Type Method Description java.util.List<AsExcludedFacet>GeneratedAbstractAsConfigurableSearchConfiguration. getExcludedFacets()Generated method - Getter of theAbstractAsConfigurableSearchConfiguration.excludedFacetsattribute.java.util.List<AsExcludedFacet>GeneratedAbstractAsConfigurableSearchConfiguration. getExcludedFacets(SessionContext ctx)Generated method - Getter of theAbstractAsConfigurableSearchConfiguration.excludedFacetsattribute.Methods in de.hybris.platform.adaptivesearch.jalo with parameters of type AsExcludedFacet Modifier and Type Method Description voidGeneratedAbstractAsConfigurableSearchConfiguration. addToExcludedFacets(AsExcludedFacet value)Generated method - Addsvalueto excludedFacets.voidGeneratedAbstractAsConfigurableSearchConfiguration. addToExcludedFacets(SessionContext ctx, AsExcludedFacet value)Generated method - Addsvalueto excludedFacets.voidGeneratedAbstractAsConfigurableSearchConfiguration. removeFromExcludedFacets(AsExcludedFacet value)Generated method - Removesvaluefrom excludedFacets.voidGeneratedAbstractAsConfigurableSearchConfiguration. removeFromExcludedFacets(SessionContext ctx, AsExcludedFacet value)Generated method - Removesvaluefrom excludedFacets.Method parameters in de.hybris.platform.adaptivesearch.jalo with type arguments of type AsExcludedFacet Modifier and Type Method Description voidGeneratedAbstractAsConfigurableSearchConfiguration. setExcludedFacets(SessionContext ctx, java.util.List<AsExcludedFacet> value)Generated method - Setter of theAbstractAsConfigurableSearchConfiguration.excludedFacetsattribute.voidGeneratedAbstractAsConfigurableSearchConfiguration. setExcludedFacets(java.util.List<AsExcludedFacet> value)Generated method - Setter of theAbstractAsConfigurableSearchConfiguration.excludedFacetsattribute.
-