Uses of Class
de.hybris.platform.searchservices.jalo.SnSynonymEntry
-
Packages that use SnSynonymEntry Package Description de.hybris.platform.searchservices.jalo -
-
Uses of SnSynonymEntry in de.hybris.platform.searchservices.jalo
Fields in de.hybris.platform.searchservices.jalo with type parameters of type SnSynonymEntry Modifier and Type Field Description protected static OneToManyHandler<SnSynonymEntry>GeneratedSnSynonymDictionary. ENTRIESHANDLEROneToManyHandlerfor handling 1:n ENTRIES's relation attributes from 'many' side.Methods in de.hybris.platform.searchservices.jalo that return types with arguments of type SnSynonymEntry Modifier and Type Method Description java.util.List<SnSynonymEntry>GeneratedSnSynonymDictionary. getEntries()Generated method - Getter of theSnSynonymDictionary.entriesattribute.java.util.List<SnSynonymEntry>GeneratedSnSynonymDictionary. getEntries(SessionContext ctx)Generated method - Getter of theSnSynonymDictionary.entriesattribute.Methods in de.hybris.platform.searchservices.jalo with parameters of type SnSynonymEntry Modifier and Type Method Description voidGeneratedSnSynonymDictionary. addToEntries(SessionContext ctx, SnSynonymEntry value)Generated method - Addsvalueto entries.voidGeneratedSnSynonymDictionary. addToEntries(SnSynonymEntry value)Generated method - Addsvalueto entries.voidGeneratedSnSynonymDictionary. removeFromEntries(SessionContext ctx, SnSynonymEntry value)Generated method - Removesvaluefrom entries.voidGeneratedSnSynonymDictionary. removeFromEntries(SnSynonymEntry value)Generated method - Removesvaluefrom entries.Method parameters in de.hybris.platform.searchservices.jalo with type arguments of type SnSynonymEntry Modifier and Type Method Description voidGeneratedSnSynonymDictionary. setEntries(SessionContext ctx, java.util.List<SnSynonymEntry> value)Generated method - Setter of theSnSynonymDictionary.entriesattribute.voidGeneratedSnSynonymDictionary. setEntries(java.util.List<SnSynonymEntry> value)Generated method - Setter of theSnSynonymDictionary.entriesattribute.
-