Uses of Class
de.hybris.platform.adaptivesearch.jalo.AsCategoryAwareSearchConfiguration
-
Packages that use AsCategoryAwareSearchConfiguration Package Description de.hybris.platform.adaptivesearch.jalo -
-
Uses of AsCategoryAwareSearchConfiguration in de.hybris.platform.adaptivesearch.jalo
Fields in de.hybris.platform.adaptivesearch.jalo with type parameters of type AsCategoryAwareSearchConfiguration Modifier and Type Field Description protected static OneToManyHandler<AsCategoryAwareSearchConfiguration>GeneratedAsCategoryAwareSearchProfile. SEARCHCONFIGURATIONSHANDLEROneToManyHandlerfor handling 1:n SEARCHCONFIGURATIONS's relation attributes from 'many' side.Methods in de.hybris.platform.adaptivesearch.jalo that return types with arguments of type AsCategoryAwareSearchConfiguration Modifier and Type Method Description java.util.List<AsCategoryAwareSearchConfiguration>GeneratedAsCategoryAwareSearchProfile. getSearchConfigurations()Generated method - Getter of theAsCategoryAwareSearchProfile.searchConfigurationsattribute.java.util.List<AsCategoryAwareSearchConfiguration>GeneratedAsCategoryAwareSearchProfile. getSearchConfigurations(SessionContext ctx)Generated method - Getter of theAsCategoryAwareSearchProfile.searchConfigurationsattribute.Methods in de.hybris.platform.adaptivesearch.jalo with parameters of type AsCategoryAwareSearchConfiguration Modifier and Type Method Description voidGeneratedAsCategoryAwareSearchProfile. addToSearchConfigurations(AsCategoryAwareSearchConfiguration value)Generated method - Addsvalueto searchConfigurations.voidGeneratedAsCategoryAwareSearchProfile. addToSearchConfigurations(SessionContext ctx, AsCategoryAwareSearchConfiguration value)Generated method - Addsvalueto searchConfigurations.voidGeneratedAsCategoryAwareSearchProfile. removeFromSearchConfigurations(AsCategoryAwareSearchConfiguration value)Generated method - Removesvaluefrom searchConfigurations.voidGeneratedAsCategoryAwareSearchProfile. removeFromSearchConfigurations(SessionContext ctx, AsCategoryAwareSearchConfiguration value)Generated method - Removesvaluefrom searchConfigurations.Method parameters in de.hybris.platform.adaptivesearch.jalo with type arguments of type AsCategoryAwareSearchConfiguration Modifier and Type Method Description voidGeneratedAsCategoryAwareSearchProfile. setSearchConfigurations(SessionContext ctx, java.util.List<AsCategoryAwareSearchConfiguration> value)Generated method - Setter of theAsCategoryAwareSearchProfile.searchConfigurationsattribute.voidGeneratedAsCategoryAwareSearchProfile. setSearchConfigurations(java.util.List<AsCategoryAwareSearchConfiguration> value)Generated method - Setter of theAsCategoryAwareSearchProfile.searchConfigurationsattribute.
-