Uses of Class
de.hybris.platform.searchservices.jalo.SnSynonymDictionary
-
Packages that use SnSynonymDictionary Package Description de.hybris.platform.searchservices.jalo -
-
Uses of SnSynonymDictionary in de.hybris.platform.searchservices.jalo
Methods in de.hybris.platform.searchservices.jalo that return SnSynonymDictionary Modifier and Type Method Description SnSynonymDictionaryGeneratedSnSynonymEntry. getSynonymDictionary()Generated method - Getter of theSnSynonymEntry.synonymDictionaryattribute.SnSynonymDictionaryGeneratedSnSynonymEntry. getSynonymDictionary(SessionContext ctx)Generated method - Getter of theSnSynonymEntry.synonymDictionaryattribute.Methods in de.hybris.platform.searchservices.jalo that return types with arguments of type SnSynonymDictionary Modifier and Type Method Description java.util.List<SnSynonymDictionary>GeneratedSnIndexConfiguration. getSynonymDictionaries()Generated method - Getter of theSnIndexConfiguration.synonymDictionariesattribute.java.util.List<SnSynonymDictionary>GeneratedSnIndexConfiguration. getSynonymDictionaries(SessionContext ctx)Generated method - Getter of theSnIndexConfiguration.synonymDictionariesattribute.Methods in de.hybris.platform.searchservices.jalo with parameters of type SnSynonymDictionary Modifier and Type Method Description voidGeneratedSnIndexConfiguration. 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 SnSynonymDictionary Modifier and Type Method Description voidGeneratedSnIndexConfiguration. setSynonymDictionaries(SessionContext ctx, java.util.List<SnSynonymDictionary> value)Generated method - Setter of theSnIndexConfiguration.synonymDictionariesattribute.voidGeneratedSnIndexConfiguration. setSynonymDictionaries(java.util.List<SnSynonymDictionary> value)Generated method - Setter of theSnIndexConfiguration.synonymDictionariesattribute.
-