Interface SnIndexTypeDao
- All Superinterfaces:
GenericDao<SnIndexTypeModel>
- All Known Implementing Classes:
DefaultSnIndexTypeDao
The
SnIndexTypeModel DAO.-
Method Summary
Modifier and TypeMethodDescriptionFinds the index type for the given id.findIndexTypesByIndexConfiguration(SnIndexConfigurationModel indexConfiguration) Finds the index types for the given index configuration.
-
Method Details
-
findIndexTypesByIndexConfiguration
List<SnIndexTypeModel> findIndexTypesByIndexConfiguration(SnIndexConfigurationModel indexConfiguration) Finds the index types for the given index configuration.- Parameters:
indexConfiguration- - the index configuration- Returns:
- the index types
-
findIndexTypeById
Finds the index type for the given id.- Parameters:
id- - the id- Returns:
- the index type
-