Uses of Class
de.hybris.platform.searchservices.jalo.SnIndexConfiguration
-
Packages that use SnIndexConfiguration Package Description de.hybris.platform.searchservices.jalo -
-
Uses of SnIndexConfiguration in de.hybris.platform.searchservices.jalo
Fields in de.hybris.platform.searchservices.jalo with type parameters of type SnIndexConfiguration Modifier and Type Field Description protected static OneToManyHandler<SnIndexConfiguration>GeneratedAbstractSnSearchProviderConfiguration. INDEXCONFIGURATIONSHANDLEROneToManyHandlerfor handling 1:n INDEXCONFIGURATIONS's relation attributes from 'many' side.Methods in de.hybris.platform.searchservices.jalo that return SnIndexConfiguration Modifier and Type Method Description SnIndexConfigurationGeneratedSnIndexType. getIndexConfiguration()Generated method - Getter of theSnIndexType.indexConfigurationattribute.SnIndexConfigurationGeneratedSnIndexType. getIndexConfiguration(SessionContext ctx)Generated method - Getter of theSnIndexType.indexConfigurationattribute.Methods in de.hybris.platform.searchservices.jalo that return types with arguments of type SnIndexConfiguration Modifier and Type Method Description java.util.List<SnIndexConfiguration>GeneratedAbstractSnSearchProviderConfiguration. getIndexConfigurations()Generated method - Getter of theAbstractSnSearchProviderConfiguration.indexConfigurationsattribute.java.util.List<SnIndexConfiguration>GeneratedAbstractSnSearchProviderConfiguration. getIndexConfigurations(SessionContext ctx)Generated method - Getter of theAbstractSnSearchProviderConfiguration.indexConfigurationsattribute.java.util.List<SnIndexConfiguration>GeneratedSnSynonymDictionary. getIndexConfigurations()Generated method - Getter of theSnSynonymDictionary.indexConfigurationsattribute.java.util.List<SnIndexConfiguration>GeneratedSnSynonymDictionary. getIndexConfigurations(SessionContext ctx)Generated method - Getter of theSnSynonymDictionary.indexConfigurationsattribute.Methods in de.hybris.platform.searchservices.jalo with parameters of type SnIndexConfiguration Modifier and Type Method Description voidGeneratedAbstractSnSearchProviderConfiguration. addToIndexConfigurations(SessionContext ctx, SnIndexConfiguration value)Generated method - Addsvalueto indexConfigurations.voidGeneratedAbstractSnSearchProviderConfiguration. addToIndexConfigurations(SnIndexConfiguration value)Generated method - Addsvalueto indexConfigurations.voidGeneratedSnSynonymDictionary. addToIndexConfigurations(SessionContext ctx, SnIndexConfiguration value)Generated method - Addsvalueto indexConfigurations.voidGeneratedSnSynonymDictionary. addToIndexConfigurations(SnIndexConfiguration value)Generated method - Addsvalueto indexConfigurations.voidGeneratedAbstractSnSearchProviderConfiguration. removeFromIndexConfigurations(SessionContext ctx, SnIndexConfiguration value)Generated method - Removesvaluefrom indexConfigurations.voidGeneratedAbstractSnSearchProviderConfiguration. removeFromIndexConfigurations(SnIndexConfiguration value)Generated method - Removesvaluefrom indexConfigurations.voidGeneratedSnSynonymDictionary. removeFromIndexConfigurations(SessionContext ctx, SnIndexConfiguration value)Generated method - Removesvaluefrom indexConfigurations.voidGeneratedSnSynonymDictionary. removeFromIndexConfigurations(SnIndexConfiguration value)Generated method - Removesvaluefrom indexConfigurations.voidGeneratedSnIndexType. setIndexConfiguration(SessionContext ctx, SnIndexConfiguration value)Generated method - Setter of theSnIndexType.indexConfigurationattribute.voidGeneratedSnIndexType. setIndexConfiguration(SnIndexConfiguration value)Generated method - Setter of theSnIndexType.indexConfigurationattribute.Method parameters in de.hybris.platform.searchservices.jalo with type arguments of type SnIndexConfiguration Modifier and Type Method Description voidGeneratedAbstractSnSearchProviderConfiguration. setIndexConfigurations(SessionContext ctx, java.util.List<SnIndexConfiguration> value)Generated method - Setter of theAbstractSnSearchProviderConfiguration.indexConfigurationsattribute.voidGeneratedAbstractSnSearchProviderConfiguration. setIndexConfigurations(java.util.List<SnIndexConfiguration> value)Generated method - Setter of theAbstractSnSearchProviderConfiguration.indexConfigurationsattribute.voidGeneratedSnSynonymDictionary. setIndexConfigurations(SessionContext ctx, java.util.List<SnIndexConfiguration> value)Generated method - Setter of theSnSynonymDictionary.indexConfigurationsattribute.voidGeneratedSnSynonymDictionary. setIndexConfigurations(java.util.List<SnIndexConfiguration> value)Generated method - Setter of theSnSynonymDictionary.indexConfigurationsattribute.
-