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. SEARCHCONFIGURATIONSHANDLER
OneToManyHandler
for 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.searchConfigurations
attribute.java.util.List<AsCategoryAwareSearchConfiguration>
GeneratedAsCategoryAwareSearchProfile. getSearchConfigurations(SessionContext ctx)
Generated method - Getter of theAsCategoryAwareSearchProfile.searchConfigurations
attribute.Methods in de.hybris.platform.adaptivesearch.jalo with parameters of type AsCategoryAwareSearchConfiguration Modifier and Type Method Description void
GeneratedAsCategoryAwareSearchProfile. addToSearchConfigurations(AsCategoryAwareSearchConfiguration value)
Generated method - Addsvalue
to searchConfigurations.void
GeneratedAsCategoryAwareSearchProfile. addToSearchConfigurations(SessionContext ctx, AsCategoryAwareSearchConfiguration value)
Generated method - Addsvalue
to searchConfigurations.void
GeneratedAsCategoryAwareSearchProfile. removeFromSearchConfigurations(AsCategoryAwareSearchConfiguration value)
Generated method - Removesvalue
from searchConfigurations.void
GeneratedAsCategoryAwareSearchProfile. removeFromSearchConfigurations(SessionContext ctx, AsCategoryAwareSearchConfiguration value)
Generated method - Removesvalue
from searchConfigurations.Method parameters in de.hybris.platform.adaptivesearch.jalo with type arguments of type AsCategoryAwareSearchConfiguration Modifier and Type Method Description void
GeneratedAsCategoryAwareSearchProfile. setSearchConfigurations(SessionContext ctx, java.util.List<AsCategoryAwareSearchConfiguration> value)
Generated method - Setter of theAsCategoryAwareSearchProfile.searchConfigurations
attribute.void
GeneratedAsCategoryAwareSearchProfile. setSearchConfigurations(java.util.List<AsCategoryAwareSearchConfiguration> value)
Generated method - Setter of theAsCategoryAwareSearchProfile.searchConfigurations
attribute.
-