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.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