Uses of Class
de.hybris.platform.adaptivesearch.jalo.AsSimpleSearchConfiguration
-
Packages that use AsSimpleSearchConfiguration Package Description de.hybris.platform.adaptivesearch.jalo -
-
Uses of AsSimpleSearchConfiguration in de.hybris.platform.adaptivesearch.jalo
Fields in de.hybris.platform.adaptivesearch.jalo with type parameters of type AsSimpleSearchConfiguration Modifier and Type Field Description protected static OneToManyHandler<AsSimpleSearchConfiguration>GeneratedAsSimpleSearchProfile. 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 AsSimpleSearchConfiguration Modifier and Type Method Description java.util.List<AsSimpleSearchConfiguration>GeneratedAsSimpleSearchProfile. getSearchConfigurations()Generated method - Getter of theAsSimpleSearchProfile.searchConfigurationsattribute.java.util.List<AsSimpleSearchConfiguration>GeneratedAsSimpleSearchProfile. getSearchConfigurations(SessionContext ctx)Generated method - Getter of theAsSimpleSearchProfile.searchConfigurationsattribute.Methods in de.hybris.platform.adaptivesearch.jalo with parameters of type AsSimpleSearchConfiguration Modifier and Type Method Description voidGeneratedAsSimpleSearchProfile. addToSearchConfigurations(AsSimpleSearchConfiguration value)Generated method - Addsvalueto searchConfigurations.voidGeneratedAsSimpleSearchProfile. addToSearchConfigurations(SessionContext ctx, AsSimpleSearchConfiguration value)Generated method - Addsvalueto searchConfigurations.voidGeneratedAsSimpleSearchProfile. removeFromSearchConfigurations(AsSimpleSearchConfiguration value)Generated method - Removesvaluefrom searchConfigurations.voidGeneratedAsSimpleSearchProfile. removeFromSearchConfigurations(SessionContext ctx, AsSimpleSearchConfiguration value)Generated method - Removesvaluefrom searchConfigurations.protected voidAsSimpleSearchConfiguration. updateUniqueIdx(AsSimpleSearchConfiguration searchConfiguration)Method parameters in de.hybris.platform.adaptivesearch.jalo with type arguments of type AsSimpleSearchConfiguration Modifier and Type Method Description voidGeneratedAsSimpleSearchProfile. setSearchConfigurations(SessionContext ctx, java.util.List<AsSimpleSearchConfiguration> value)Generated method - Setter of theAsSimpleSearchProfile.searchConfigurationsattribute.voidGeneratedAsSimpleSearchProfile. setSearchConfigurations(java.util.List<AsSimpleSearchConfiguration> value)Generated method - Setter of theAsSimpleSearchProfile.searchConfigurationsattribute.
-