Uses of Class
de.hybris.platform.searchservices.model.SnIndexConfigurationModel
Packages that use SnIndexConfigurationModel
Package
Description
Contains generated models for each type of com.hybris.backoffice.searchservices.jalo package.
Contains generated models for each type of de.hybris.platform.searchservices.jalo package.
-
Uses of SnIndexConfigurationModel in com.hybris.backoffice.searchservices.model
Methods in com.hybris.backoffice.searchservices.model that return SnIndexConfigurationModelModifier and TypeMethodDescriptionBackofficeIndexedTypeToSearchservicesIndexConfigModel.getSnIndexConfiguration()Generated method - Getter of theBackofficeIndexedTypeToSearchservicesIndexConfig.snIndexConfigurationattribute defined at extensionbackofficesearchservices.Methods in com.hybris.backoffice.searchservices.model with parameters of type SnIndexConfigurationModelModifier and TypeMethodDescriptionvoidBackofficeIndexedTypeToSearchservicesIndexConfigModel.setSnIndexConfiguration(SnIndexConfigurationModel value) Generated method - Setter ofBackofficeIndexedTypeToSearchservicesIndexConfig.snIndexConfigurationattribute defined at extensionbackofficesearchservices.Constructors in com.hybris.backoffice.searchservices.model with parameters of type SnIndexConfigurationModelModifierConstructorDescriptionBackofficeIndexedTypeToSearchservicesIndexConfigModel(ComposedTypeModel _indexedType, ItemModel _owner, SnIndexConfigurationModel _snIndexConfiguration, SnIndexTypeModel _snIndexType) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersBackofficeIndexedTypeToSearchservicesIndexConfigModel(ComposedTypeModel _indexedType, SnIndexConfigurationModel _snIndexConfiguration, SnIndexTypeModel _snIndexType) 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 -
Uses of SnIndexConfigurationModel in com.hybris.backoffice.searchservices.services.impl
Methods in com.hybris.backoffice.searchservices.services.impl that return SnIndexConfigurationModelModifier and TypeMethodDescriptionprotected SnIndexConfigurationModelBackofficeSearchservicesFacetSearchConfigService.findFacetSearchConfigModelInternal(String typeCode) -
Uses of SnIndexConfigurationModel in de.hybris.platform.searchservices.admin.converter.populator
Methods in de.hybris.platform.searchservices.admin.converter.populator with parameters of type SnIndexConfigurationModelModifier and TypeMethodDescriptionvoidSnIndexConfigurationPopulator.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 SnIndexConfigurationModelModifier and TypeMethodDescriptionSnIndexConfigurationDao.findIndexConfigurationById(String id) Finds the index configuration for the given id.Methods in de.hybris.platform.searchservices.admin.dao with parameters of type SnIndexConfigurationModelModifier and TypeMethodDescriptionSnIndexTypeDao.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 SnIndexConfigurationModelModifier and TypeMethodDescriptionDefaultSnIndexConfigurationDao.findIndexConfigurationById(String id) Methods in de.hybris.platform.searchservices.admin.dao.impl with parameters of type SnIndexConfigurationModelModifier and TypeMethodDescriptionDefaultSnIndexTypeDao.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 SnIndexConfigurationModelModifier and TypeMethodDescriptionvoidSnIndexConfigurationInterceptor.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 SnIndexConfigurationModelModifier and TypeMethodDescriptionDefaultSnIndexConfigurationService.getSnIndexConfigurationConverter()Method parameters in de.hybris.platform.searchservices.admin.service.impl with type arguments of type SnIndexConfigurationModelModifier and TypeMethodDescriptionvoidDefaultSnIndexConfigurationService.setSnIndexConfigurationConverter(Converter<SnIndexConfigurationModel, SnIndexConfiguration> snIndexConfigurationConverter) -
Uses of SnIndexConfigurationModel in de.hybris.platform.searchservices.model
Methods in de.hybris.platform.searchservices.model that return SnIndexConfigurationModelModifier and TypeMethodDescriptionSnIndexTypeModel.getIndexConfiguration()Generated method - Getter of theSnIndexType.indexConfigurationattribute defined at extensionsearchservices.Methods in de.hybris.platform.searchservices.model that return types with arguments of type SnIndexConfigurationModelModifier and TypeMethodDescriptionAbstractSnSearchProviderConfigurationModel.getIndexConfigurations()Generated method - Getter of theAbstractSnSearchProviderConfiguration.indexConfigurationsattribute defined at extensionsearchservices.SnSynonymDictionaryModel.getIndexConfigurations()Generated method - Getter of theSnSynonymDictionary.indexConfigurationsattribute defined at extensionsearchservices.Methods in de.hybris.platform.searchservices.model with parameters of type SnIndexConfigurationModelModifier and TypeMethodDescriptionvoidSnIndexTypeModel.setIndexConfiguration(SnIndexConfigurationModel value) Generated method - Setter ofSnIndexType.indexConfigurationattribute defined at extensionsearchservices.Method parameters in de.hybris.platform.searchservices.model with type arguments of type SnIndexConfigurationModelModifier and TypeMethodDescriptionvoidAbstractSnSearchProviderConfigurationModel.setIndexConfigurations(List<SnIndexConfigurationModel> value) Generated method - Setter ofAbstractSnSearchProviderConfiguration.indexConfigurationsattribute defined at extensionsearchservices.voidSnSynonymDictionaryModel.setIndexConfigurations(List<SnIndexConfigurationModel> value) Generated method - Setter ofSnSynonymDictionary.indexConfigurationsattribute defined at extensionsearchservices.