Class DefaultSnIndexTypeDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<SnIndexTypeModel>
de.hybris.platform.searchservices.admin.dao.impl.DefaultSnIndexTypeDao
- All Implemented Interfaces:
SnIndexTypeDao,GenericDao<SnIndexTypeModel>
public class DefaultSnIndexTypeDao
extends DefaultGenericDao<SnIndexTypeModel>
implements SnIndexTypeDao
Default implementation of
SnIndexTypeDao.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFinds the index type for the given id.findIndexTypesByIndexConfiguration(SnIndexConfigurationModel indexConfiguration) Finds the index types for the given index configuration.Methods inherited from class de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchService
-
Constructor Details
-
DefaultSnIndexTypeDao
public DefaultSnIndexTypeDao()
-
-
Method Details
-
findIndexTypesByIndexConfiguration
public List<SnIndexTypeModel> findIndexTypesByIndexConfiguration(SnIndexConfigurationModel indexConfiguration) Description copied from interface:SnIndexTypeDaoFinds the index types for the given index configuration.- Specified by:
findIndexTypesByIndexConfigurationin interfaceSnIndexTypeDao- Parameters:
indexConfiguration- - the index configuration- Returns:
- the index types
-
findIndexTypeById
Description copied from interface:SnIndexTypeDaoFinds the index type for the given id.- Specified by:
findIndexTypeByIdin interfaceSnIndexTypeDao- Parameters:
id- - the id- Returns:
- the index type
-