|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataSourceDTO | |
---|---|
se.cambio.cds.model.dataSource.dao | |
se.cambio.cds.model.facade.administration.interfaces |
Uses of DataSourceDTO in se.cambio.cds.model.dataSource.dao |
---|
Methods in se.cambio.cds.model.dataSource.dao that return DataSourceDTO | |
---|---|
DataSourceDTO |
StandardSQLDataSourceDAO.search(Connection connection,
String idDataSource)
|
DataSourceDTO |
SQLDataSourceDAO.search(Connection connection,
String idDataSource)
|
DataSourceDTO |
SQLGenericDataSourceDAO.search(String idDataSource)
|
DataSourceDTO |
GenericDataSourceDAO.search(String idDataSource)
|
Methods in se.cambio.cds.model.dataSource.dao that return types with arguments of type DataSourceDTO | |
---|---|
Collection<DataSourceDTO> |
SQLGenericDataSourceDAO.searchAll()
|
Collection<DataSourceDTO> |
GenericDataSourceDAO.searchAll()
|
Collection<DataSourceDTO> |
StandardSQLDataSourceDAO.searchAll(Connection connection)
|
Collection<DataSourceDTO> |
SQLDataSourceDAO.searchAll(Connection connection)
|
Methods in se.cambio.cds.model.dataSource.dao with parameters of type DataSourceDTO | |
---|---|
void |
StandardSQLDataSourceDAO.add(Connection connection,
DataSourceDTO dataSourceDTO)
|
void |
SQLDataSourceDAO.add(Connection connection,
DataSourceDTO dataSourceDTO)
|
void |
SQLGenericDataSourceDAO.add(DataSourceDTO dataSourceDTO)
|
void |
GenericDataSourceDAO.add(DataSourceDTO dataSourceDTO)
|
Uses of DataSourceDTO in se.cambio.cds.model.facade.administration.interfaces |
---|
Methods in se.cambio.cds.model.facade.administration.interfaces that return types with arguments of type DataSourceDTO | |
---|---|
Collection<DataSourceDTO> |
LinkedDataSource.getAllDataSources()
|
Methods in se.cambio.cds.model.facade.administration.interfaces with parameters of type DataSourceDTO | |
---|---|
void |
LinkedDataSource.insertDataSource(DataSourceDTO dataSourceDTO)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |