Class DefaultSnIndexConfigurationDao
- java.lang.Object
-
- de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<SnIndexConfigurationModel>
-
- de.hybris.platform.searchservices.admin.dao.impl.DefaultSnIndexConfigurationDao
-
- All Implemented Interfaces:
SnIndexConfigurationDao,GenericDao<SnIndexConfigurationModel>
public class DefaultSnIndexConfigurationDao extends DefaultGenericDao<SnIndexConfigurationModel> implements SnIndexConfigurationDao
Default implementation ofSnIndexConfigurationDao.
-
-
Constructor Summary
Constructors Constructor Description DefaultSnIndexConfigurationDao()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<SnIndexConfigurationModel>findIndexConfigurationById(java.lang.String id)Finds the index configuration for the given id.-
Methods inherited from class de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchService
-
-
-
-
Method Detail
-
findIndexConfigurationById
public java.util.Optional<SnIndexConfigurationModel> findIndexConfigurationById(java.lang.String id)
Description copied from interface:SnIndexConfigurationDaoFinds the index configuration for the given id.- Specified by:
findIndexConfigurationByIdin interfaceSnIndexConfigurationDao- Parameters:
id- - the id- Returns:
- the index configuration
-
-