Uses of Class
de.hybris.platform.searchservices.model.SnSynonymDictionaryModel
Packages that use SnSynonymDictionaryModel
Package
Description
Contains generated models for each type of de.hybris.platform.searchservices.jalo package.
-
Uses of SnSynonymDictionaryModel in de.hybris.platform.searchservices.admin.converter.populator
Methods in de.hybris.platform.searchservices.admin.converter.populator with parameters of type SnSynonymDictionaryModelModifier and TypeMethodDescriptionvoidSnSynonymDictionaryPopulator.populate(SnSynonymDictionaryModel source, SnSynonymDictionary target) -
Uses of SnSynonymDictionaryModel in de.hybris.platform.searchservices.admin.dao
Methods in de.hybris.platform.searchservices.admin.dao that return types with arguments of type SnSynonymDictionaryModelModifier and TypeMethodDescriptionSnSynonymDictionaryDao.findSynonymDictionaryById(String id) Finds the synonym dictionary for the given id. -
Uses of SnSynonymDictionaryModel in de.hybris.platform.searchservices.admin.dao.impl
Methods in de.hybris.platform.searchservices.admin.dao.impl that return types with arguments of type SnSynonymDictionaryModelModifier and TypeMethodDescriptionDefaultSnSynonymDictionaryDao.findSynonymDictionaryById(String code) -
Uses of SnSynonymDictionaryModel in de.hybris.platform.searchservices.admin.model.interceptor
Methods in de.hybris.platform.searchservices.admin.model.interceptor with parameters of type SnSynonymDictionaryModelModifier and TypeMethodDescriptionvoidSnSynonymDictionaryInterceptor.onValidate(SnSynonymDictionaryModel synonymDictionary, InterceptorContext context) -
Uses of SnSynonymDictionaryModel in de.hybris.platform.searchservices.admin.service.impl
Methods in de.hybris.platform.searchservices.admin.service.impl that return types with arguments of type SnSynonymDictionaryModelModifier and TypeMethodDescriptionDefaultSnSynonymDictionaryService.getSnSynonymDictionaryConverter()Method parameters in de.hybris.platform.searchservices.admin.service.impl with type arguments of type SnSynonymDictionaryModelModifier and TypeMethodDescriptionvoidDefaultSnSynonymDictionaryService.setSnSynonymDictionaryConverter(Converter<SnSynonymDictionaryModel, SnSynonymDictionary> snSynonymDictionaryConverter) -
Uses of SnSynonymDictionaryModel in de.hybris.platform.searchservices.model
Methods in de.hybris.platform.searchservices.model that return SnSynonymDictionaryModelModifier and TypeMethodDescriptionSnSynonymEntryModel.getSynonymDictionary()Generated method - Getter of theSnSynonymEntry.synonymDictionaryattribute defined at extensionsearchservices.Methods in de.hybris.platform.searchservices.model that return types with arguments of type SnSynonymDictionaryModelModifier and TypeMethodDescriptionSnIndexConfigurationModel.getSynonymDictionaries()Generated method - Getter of theSnIndexConfiguration.synonymDictionariesattribute defined at extensionsearchservices.Methods in de.hybris.platform.searchservices.model with parameters of type SnSynonymDictionaryModelModifier and TypeMethodDescriptionvoidSnSynonymEntryModel.setSynonymDictionary(SnSynonymDictionaryModel value) Generated method - Initial setter ofSnSynonymEntry.synonymDictionaryattribute defined at extensionsearchservices.Method parameters in de.hybris.platform.searchservices.model with type arguments of type SnSynonymDictionaryModelModifier and TypeMethodDescriptionvoidSnIndexConfigurationModel.setSynonymDictionaries(List<SnSynonymDictionaryModel> value) Generated method - Setter ofSnIndexConfiguration.synonymDictionariesattribute defined at extensionsearchservices.Constructors in de.hybris.platform.searchservices.model with parameters of type SnSynonymDictionaryModelModifierConstructorDescriptionSnSynonymEntryModel(String _id, ItemModel _owner, SnSynonymDictionaryModel _synonymDictionary) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSnSynonymEntryModel(String _id, SnSynonymDictionaryModel _synonymDictionary) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters