Class DefaultSnIndexConfigurationService
java.lang.Object
de.hybris.platform.searchservices.admin.service.impl.DefaultSnIndexConfigurationService
- All Implemented Interfaces:
SnIndexConfigurationService
public class DefaultSnIndexConfigurationService
extends Object
implements SnIndexConfigurationService
Default implementation of
SnIndexConfigurationService.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns all the index configurations.Returns the index configuration for the given id.voidsetSnIndexConfigurationConverter(Converter<SnIndexConfigurationModel, SnIndexConfiguration> snIndexConfigurationConverter) voidsetSnIndexConfigurationDao(SnIndexConfigurationDao snIndexConfigurationDao)
-
Constructor Details
-
DefaultSnIndexConfigurationService
public DefaultSnIndexConfigurationService()
-
-
Method Details
-
getAllIndexConfigurations
Description copied from interface:SnIndexConfigurationServiceReturns all the index configurations.- Specified by:
getAllIndexConfigurationsin interfaceSnIndexConfigurationService- Returns:
- the index configurations
-
getIndexConfigurationForId
Description copied from interface:SnIndexConfigurationServiceReturns the index configuration for the given id.- Specified by:
getIndexConfigurationForIdin interfaceSnIndexConfigurationService- Parameters:
id- - the id- Returns:
- the index configuration
-
getSnIndexConfigurationDao
-
setSnIndexConfigurationDao
-
getSnIndexConfigurationConverter
-
setSnIndexConfigurationConverter
public void setSnIndexConfigurationConverter(Converter<SnIndexConfigurationModel, SnIndexConfiguration> snIndexConfigurationConverter)
-