Interface DatasourceBundleService
- All Superinterfaces:
SimpleDatasourceBundleService
- All Known Implementing Classes:
DatasourceBundleServiceImpl
-
Method Summary
Modifier and TypeMethodDescriptiongetEffectiveDatasource(DatasourceContainerProvider container, ParameterSet parameters) voidsetSelectedBundle(String name) booleantestConnection(DatabaseBundle databaseBundle) Methods inherited from interface net.datenwerke.rs.dsbundle.service.dsbundle.SimpleDatasourceBundleService
getAllDatasources, getAllDatasources, getAvailableBundleKeys
-
Method Details
-
setSelectedBundle
-
getSelectedBundle
String getSelectedBundle() -
getBundleSelectorConfiguration
-
getDatabaseBundleEntriesThatLinkTo
-
getDatabaseBundleWithEntry
-
getEffectiveDatasource
DatasourceDefinition getEffectiveDatasource(DatasourceContainerProvider container, ParameterSet parameters) -
testConnection
- Throws:
ConnectionTestFailedException
-