Uses of Class
de.hybris.platform.searchservices.jalo.SnSynonymEntry
Packages that use SnSynonymEntry
-
Uses of SnSynonymEntry in de.hybris.platform.searchservices.jalo
Fields in de.hybris.platform.searchservices.jalo with type parameters of type SnSynonymEntryModifier and TypeFieldDescriptionprotected static final 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 SnSynonymEntryModifier and TypeMethodDescriptionGeneratedSnSynonymDictionary.getEntries()Generated method - Getter of theSnSynonymDictionary.entriesattribute.GeneratedSnSynonymDictionary.getEntries(SessionContext ctx) Generated method - Getter of theSnSynonymDictionary.entriesattribute.Methods in de.hybris.platform.searchservices.jalo with parameters of type SnSynonymEntryModifier and TypeMethodDescriptionvoidGeneratedSnSynonymDictionary.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 SnSynonymEntryModifier and TypeMethodDescriptionvoidGeneratedSnSynonymDictionary.setEntries(SessionContext ctx, List<SnSynonymEntry> value) Generated method - Setter of theSnSynonymDictionary.entriesattribute.voidGeneratedSnSynonymDictionary.setEntries(List<SnSynonymEntry> value) Generated method - Setter of theSnSynonymDictionary.entriesattribute.