Uses of Class
de.hybris.platform.adaptivesearch.jalo.AsFacet
-
Packages that use AsFacet Package Description de.hybris.platform.adaptivesearch.jalo -
-
Uses of AsFacet in de.hybris.platform.adaptivesearch.jalo
Fields in de.hybris.platform.adaptivesearch.jalo with type parameters of type AsFacet Modifier and Type Field Description protected static OneToManyHandler<AsFacet>GeneratedAbstractAsConfigurableSearchConfiguration. FACETSHANDLEROneToManyHandlerfor handling 1:n FACETS's relation attributes from 'many' side.Methods in de.hybris.platform.adaptivesearch.jalo that return types with arguments of type AsFacet Modifier and Type Method Description java.util.List<AsFacet>GeneratedAbstractAsConfigurableSearchConfiguration. getFacets()Generated method - Getter of theAbstractAsConfigurableSearchConfiguration.facetsattribute.java.util.List<AsFacet>GeneratedAbstractAsConfigurableSearchConfiguration. getFacets(SessionContext ctx)Generated method - Getter of theAbstractAsConfigurableSearchConfiguration.facetsattribute.Methods in de.hybris.platform.adaptivesearch.jalo with parameters of type AsFacet Modifier and Type Method Description voidGeneratedAbstractAsConfigurableSearchConfiguration. addToFacets(AsFacet value)Generated method - Addsvalueto facets.voidGeneratedAbstractAsConfigurableSearchConfiguration. addToFacets(SessionContext ctx, AsFacet value)Generated method - Addsvalueto facets.voidGeneratedAbstractAsConfigurableSearchConfiguration. removeFromFacets(AsFacet value)Generated method - Removesvaluefrom facets.voidGeneratedAbstractAsConfigurableSearchConfiguration. removeFromFacets(SessionContext ctx, AsFacet value)Generated method - Removesvaluefrom facets.Method parameters in de.hybris.platform.adaptivesearch.jalo with type arguments of type AsFacet Modifier and Type Method Description voidGeneratedAbstractAsConfigurableSearchConfiguration. setFacets(SessionContext ctx, java.util.List<AsFacet> value)Generated method - Setter of theAbstractAsConfigurableSearchConfiguration.facetsattribute.voidGeneratedAbstractAsConfigurableSearchConfiguration. setFacets(java.util.List<AsFacet> value)Generated method - Setter of theAbstractAsConfigurableSearchConfiguration.facetsattribute.
-