Uses of Class
it.eng.spagobi.tools.datasource.bo.DataSource

Packages that use DataSource
it.eng.spagobi.tools.datasource.dao   
 

Uses of DataSource in it.eng.spagobi.tools.datasource.dao
 

Methods in it.eng.spagobi.tools.datasource.dao that return DataSource
 DataSource IDataSourceDAO.loadDataSourceByID(java.lang.Integer dsID)
          Loads all detail information for a data source identified by its dsID.
 DataSource DataSourceDAOHibImpl.loadDataSourceByID(java.lang.Integer dsID)
          Load data source by id.
 DataSource DataSourceDAOHibImpl.toDataSource(SbiDataSource hibDataSource)
          From the hibernate DataSource at input, gives the corrispondent DataSource object.