Uses of Class
se.cambio.cds.model.dataSource.dto.DataSourceDTO

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)
           
 



Copyright © 2013 Cambio. All Rights Reserved.