Uses of Class
de.hybris.platform.searchservices.jalo.SnSynonymDictionary
Packages that use SnSynonymDictionary
-
Uses of SnSynonymDictionary in de.hybris.platform.searchservices.jalo
Methods in de.hybris.platform.searchservices.jalo that return SnSynonymDictionaryModifier and TypeMethodDescriptionGeneratedSnSynonymEntry.getSynonymDictionary()Generated method - Getter of theSnSynonymEntry.synonymDictionaryattribute.GeneratedSnSynonymEntry.getSynonymDictionary(SessionContext ctx) Generated method - Getter of theSnSynonymEntry.synonymDictionaryattribute.Methods in de.hybris.platform.searchservices.jalo that return types with arguments of type SnSynonymDictionaryModifier and TypeMethodDescriptionGeneratedSnIndexConfiguration.getSynonymDictionaries()Generated method - Getter of theSnIndexConfiguration.synonymDictionariesattribute.GeneratedSnIndexConfiguration.getSynonymDictionaries(SessionContext ctx) Generated method - Getter of theSnIndexConfiguration.synonymDictionariesattribute.Methods in de.hybris.platform.searchservices.jalo with parameters of type SnSynonymDictionaryModifier and TypeMethodDescriptionvoidGeneratedSnIndexConfiguration.addToSynonymDictionaries(SessionContext ctx, SnSynonymDictionary value) Generated method - Addsvalueto synonymDictionaries.voidGeneratedSnIndexConfiguration.addToSynonymDictionaries(SnSynonymDictionary value) Generated method - Addsvalueto synonymDictionaries.voidGeneratedSnIndexConfiguration.removeFromSynonymDictionaries(SessionContext ctx, SnSynonymDictionary value) Generated method - Removesvaluefrom synonymDictionaries.voidGeneratedSnIndexConfiguration.removeFromSynonymDictionaries(SnSynonymDictionary value) Generated method - Removesvaluefrom synonymDictionaries.protected voidGeneratedSnSynonymEntry.setSynonymDictionary(SessionContext ctx, SnSynonymDictionary value) Generated method - Setter of theSnSynonymEntry.synonymDictionaryattribute.protected voidGeneratedSnSynonymEntry.setSynonymDictionary(SnSynonymDictionary value) Generated method - Setter of theSnSynonymEntry.synonymDictionaryattribute.Method parameters in de.hybris.platform.searchservices.jalo with type arguments of type SnSynonymDictionaryModifier and TypeMethodDescriptionvoidGeneratedSnIndexConfiguration.setSynonymDictionaries(SessionContext ctx, List<SnSynonymDictionary> value) Generated method - Setter of theSnIndexConfiguration.synonymDictionariesattribute.voidGeneratedSnIndexConfiguration.setSynonymDictionaries(List<SnSynonymDictionary> value) Generated method - Setter of theSnIndexConfiguration.synonymDictionariesattribute.