Class DefaultSnIndexTypeService
java.lang.Object
de.hybris.platform.searchservices.admin.service.impl.DefaultSnIndexTypeService
- All Implemented Interfaces:
SnIndexTypeService
Default implementation of
SnIndexTypeService.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns all the index types.Returns the index type for the given id.Returns the index types for the given index configuration.voidsetSnIndexConfigurationDao(SnIndexConfigurationDao snIndexConfigurationDao) voidsetSnIndexTypeConverter(Converter<SnIndexTypeModel, SnIndexType> snIndexTypeConverter) voidsetSnIndexTypeDao(SnIndexTypeDao snIndexTypeDao)
-
Constructor Details
-
DefaultSnIndexTypeService
public DefaultSnIndexTypeService()
-
-
Method Details
-
getAllIndexTypes
Description copied from interface:SnIndexTypeServiceReturns all the index types.- Specified by:
getAllIndexTypesin interfaceSnIndexTypeService- Returns:
- the index types
-
getIndexTypesForIndexConfiguration
Description copied from interface:SnIndexTypeServiceReturns the index types for the given index configuration.- Specified by:
getIndexTypesForIndexConfigurationin interfaceSnIndexTypeService- Parameters:
id- - the index configuration id- Returns:
- the index types
-
getIndexTypeForId
Description copied from interface:SnIndexTypeServiceReturns the index type for the given id.- Specified by:
getIndexTypeForIdin interfaceSnIndexTypeService- Parameters:
id- - the id- Returns:
- the index type
-
getSnIndexConfigurationDao
-
setSnIndexConfigurationDao
-
getSnIndexTypeDao
-
setSnIndexTypeDao
-
getSnIndexTypeConverter
-
setSnIndexTypeConverter
-