Interface SolrServerConfigDao
- All Superinterfaces:
GenericDao<SolrServerConfigModel>
- All Known Implementing Classes:
DefaultSolrServerConfigDao
The
SolrServerConfigModel DAO.-
Method Summary
Modifier and TypeMethodDescriptionReturns all Solr server configurations.Finds a Solr server configuration by name.
-
Method Details
-
findAllSolrServerConfigs
List<SolrServerConfigModel> findAllSolrServerConfigs()Returns all Solr server configurations.- Returns:
- the Solr server configurations.
-
findSolrServerConfigByName
Finds a Solr server configuration by name.- Parameters:
name- - the name- Returns:
- the Solr server configuration
-