Uses of Class
de.hybris.platform.searchservices.model.SnSynonymEntryModel
Packages that use SnSynonymEntryModel
Package
Description
Contains generated models for each type of de.hybris.platform.searchservices.jalo package.
-
Uses of SnSynonymEntryModel in de.hybris.platform.searchservices.admin.converter.populator
Methods in de.hybris.platform.searchservices.admin.converter.populator that return types with arguments of type SnSynonymEntryModelMethods in de.hybris.platform.searchservices.admin.converter.populator with parameters of type SnSynonymEntryModelModifier and TypeMethodDescriptionvoidSnSynonymEntryPopulator.populate(SnSynonymEntryModel source, SnSynonymEntry target) Method parameters in de.hybris.platform.searchservices.admin.converter.populator with type arguments of type SnSynonymEntryModelModifier and TypeMethodDescriptionvoidSnSynonymDictionaryPopulator.setSnSynonymEntryConverter(Converter<SnSynonymEntryModel, SnSynonymEntry> snSynonymEntryConverter) -
Uses of SnSynonymEntryModel in de.hybris.platform.searchservices.admin.model.interceptor
Methods in de.hybris.platform.searchservices.admin.model.interceptor with parameters of type SnSynonymEntryModelModifier and TypeMethodDescriptionvoidSnSynonymEntryInterceptor.onValidate(SnSynonymEntryModel synonymEntry, InterceptorContext context) -
Uses of SnSynonymEntryModel in de.hybris.platform.searchservices.model
Methods in de.hybris.platform.searchservices.model that return types with arguments of type SnSynonymEntryModelModifier and TypeMethodDescriptionSnSynonymDictionaryModel.getEntries()Generated method - Getter of theSnSynonymDictionary.entriesattribute defined at extensionsearchservices.Method parameters in de.hybris.platform.searchservices.model with type arguments of type SnSynonymEntryModelModifier and TypeMethodDescriptionvoidSnSynonymDictionaryModel.setEntries(List<SnSynonymEntryModel> value) Generated method - Setter ofSnSynonymDictionary.entriesattribute defined at extensionsearchservices.