Uses of Class
de.hybris.platform.searchservices.model.SnIndexConfigurationModel
-
Packages that use SnIndexConfigurationModel 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 SnIndexConfigurationModel in de.hybris.platform.searchservices.admin.converter.populator
Methods in de.hybris.platform.searchservices.admin.converter.populator with parameters of type SnIndexConfigurationModel Modifier and Type Method Description voidSnIndexConfigurationPopulator. populate(SnIndexConfigurationModel source, SnIndexConfiguration target) -
Uses of SnIndexConfigurationModel in de.hybris.platform.searchservices.admin.dao
Methods in de.hybris.platform.searchservices.admin.dao that return types with arguments of type SnIndexConfigurationModel Modifier and Type Method Description java.util.Optional<SnIndexConfigurationModel>SnIndexConfigurationDao. findIndexConfigurationById(java.lang.String id)Finds the index configuration for the given id.Methods in de.hybris.platform.searchservices.admin.dao with parameters of type SnIndexConfigurationModel Modifier and Type Method Description java.util.List<SnIndexTypeModel>SnIndexTypeDao. findIndexTypesByIndexConfiguration(SnIndexConfigurationModel indexConfiguration)Finds the index types for the given index configuration. -
Uses of SnIndexConfigurationModel in de.hybris.platform.searchservices.admin.dao.impl
Methods in de.hybris.platform.searchservices.admin.dao.impl that return types with arguments of type SnIndexConfigurationModel Modifier and Type Method Description java.util.Optional<SnIndexConfigurationModel>DefaultSnIndexConfigurationDao. findIndexConfigurationById(java.lang.String id)Methods in de.hybris.platform.searchservices.admin.dao.impl with parameters of type SnIndexConfigurationModel Modifier and Type Method Description java.util.List<SnIndexTypeModel>DefaultSnIndexTypeDao. findIndexTypesByIndexConfiguration(SnIndexConfigurationModel indexConfiguration) -
Uses of SnIndexConfigurationModel in de.hybris.platform.searchservices.admin.model.interceptor
Methods in de.hybris.platform.searchservices.admin.model.interceptor with parameters of type SnIndexConfigurationModel Modifier and Type Method Description voidSnIndexConfigurationInterceptor. onValidate(SnIndexConfigurationModel indexConfiguration, InterceptorContext context) -
Uses of SnIndexConfigurationModel in de.hybris.platform.searchservices.admin.service.impl
Methods in de.hybris.platform.searchservices.admin.service.impl that return types with arguments of type SnIndexConfigurationModel Modifier and Type Method Description Converter<SnIndexConfigurationModel,SnIndexConfiguration>DefaultSnIndexConfigurationService. getSnIndexConfigurationConverter()Method parameters in de.hybris.platform.searchservices.admin.service.impl with type arguments of type SnIndexConfigurationModel Modifier and Type Method Description voidDefaultSnIndexConfigurationService. setSnIndexConfigurationConverter(Converter<SnIndexConfigurationModel,SnIndexConfiguration> snIndexConfigurationConverter) -
Uses of SnIndexConfigurationModel in de.hybris.platform.searchservices.model
Methods in de.hybris.platform.searchservices.model that return SnIndexConfigurationModel Modifier and Type Method Description SnIndexConfigurationModelSnIndexTypeModel. getIndexConfiguration()Generated method - Getter of theSnIndexType.indexConfigurationattribute defined at extensionsearchservices.Methods in de.hybris.platform.searchservices.model that return types with arguments of type SnIndexConfigurationModel Modifier and Type Method Description java.util.List<SnIndexConfigurationModel>AbstractSnSearchProviderConfigurationModel. getIndexConfigurations()Generated method - Getter of theAbstractSnSearchProviderConfiguration.indexConfigurationsattribute defined at extensionsearchservices.java.util.List<SnIndexConfigurationModel>SnSynonymDictionaryModel. getIndexConfigurations()Generated method - Getter of theSnSynonymDictionary.indexConfigurationsattribute defined at extensionsearchservices.Methods in de.hybris.platform.searchservices.model with parameters of type SnIndexConfigurationModel Modifier and Type Method Description voidSnIndexTypeModel. setIndexConfiguration(SnIndexConfigurationModel value)Generated method - Setter ofSnIndexType.indexConfigurationattribute defined at extensionsearchservices.Method parameters in de.hybris.platform.searchservices.model with type arguments of type SnIndexConfigurationModel Modifier and Type Method Description voidAbstractSnSearchProviderConfigurationModel. setIndexConfigurations(java.util.List<SnIndexConfigurationModel> value)Generated method - Setter ofAbstractSnSearchProviderConfiguration.indexConfigurationsattribute defined at extensionsearchservices.voidSnSynonymDictionaryModel. setIndexConfigurations(java.util.List<SnIndexConfigurationModel> value)Generated method - Setter ofSnSynonymDictionary.indexConfigurationsattribute defined at extensionsearchservices.
-