Uses of Class
de.hybris.platform.searchservices.model.SnSynonymDictionaryModel
-
Packages that use SnSynonymDictionaryModel Package Description de.hybris.platform.searchservices.admin.converter.populator de.hybris.platform.searchservices.admin.dao de.hybris.platform.searchservices.admin.dao.impl de.hybris.platform.searchservices.admin.model.interceptor de.hybris.platform.searchservices.admin.service.impl de.hybris.platform.searchservices.model 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 SnSynonymDictionaryModel Modifier and Type Method Description voidSnSynonymDictionaryPopulator. 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 SnSynonymDictionaryModel Modifier and Type Method Description java.util.Optional<SnSynonymDictionaryModel>SnSynonymDictionaryDao. findSynonymDictionaryById(java.lang.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 SnSynonymDictionaryModel Modifier and Type Method Description java.util.Optional<SnSynonymDictionaryModel>DefaultSnSynonymDictionaryDao. findSynonymDictionaryById(java.lang.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 SnSynonymDictionaryModel Modifier and Type Method Description voidSnSynonymDictionaryInterceptor. 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 SnSynonymDictionaryModel Modifier and Type Method Description Converter<SnSynonymDictionaryModel,SnSynonymDictionary>DefaultSnSynonymDictionaryService. getSnSynonymDictionaryConverter()Method parameters in de.hybris.platform.searchservices.admin.service.impl with type arguments of type SnSynonymDictionaryModel Modifier and Type Method Description voidDefaultSnSynonymDictionaryService. setSnSynonymDictionaryConverter(Converter<SnSynonymDictionaryModel,SnSynonymDictionary> snSynonymDictionaryConverter) -
Uses of SnSynonymDictionaryModel in de.hybris.platform.searchservices.model
Methods in de.hybris.platform.searchservices.model that return SnSynonymDictionaryModel Modifier and Type Method Description SnSynonymDictionaryModelSnSynonymEntryModel. getSynonymDictionary()Generated method - Getter of theSnSynonymEntry.synonymDictionaryattribute defined at extensionsearchservices.Methods in de.hybris.platform.searchservices.model that return types with arguments of type SnSynonymDictionaryModel Modifier and Type Method Description java.util.List<SnSynonymDictionaryModel>SnIndexConfigurationModel. getSynonymDictionaries()Generated method - Getter of theSnIndexConfiguration.synonymDictionariesattribute defined at extensionsearchservices.Methods in de.hybris.platform.searchservices.model with parameters of type SnSynonymDictionaryModel Modifier and Type Method Description voidSnSynonymEntryModel. 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 SnSynonymDictionaryModel Modifier and Type Method Description voidSnIndexConfigurationModel. setSynonymDictionaries(java.util.List<SnSynonymDictionaryModel> value)Generated method - Setter ofSnIndexConfiguration.synonymDictionariesattribute defined at extensionsearchservices.Constructors in de.hybris.platform.searchservices.model with parameters of type SnSynonymDictionaryModel Constructor Description SnSynonymEntryModel(java.lang.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(java.lang.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
-