se.cambio.cds.model.dataSource.dao
Class StandardSQLDataSourceDAO
java.lang.Object
se.cambio.cds.model.dataSource.dao.StandardSQLDataSourceDAO
- All Implemented Interfaces:
- SQLDataSourceDAO
public class StandardSQLDataSourceDAO
- extends Object
- implements SQLDataSourceDAO
- Author:
- iago.corbal
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandardSQLDataSourceDAO
public StandardSQLDataSourceDAO()
search
public DataSourceDTO search(Connection connection,
String idDataSource)
throws InternalErrorException,
ModelException
- Specified by:
search
in interface SQLDataSourceDAO
- Throws:
InternalErrorException
ModelException
searchAll
public Collection<DataSourceDTO> searchAll(Connection connection)
throws InternalErrorException,
ModelException
- Specified by:
searchAll
in interface SQLDataSourceDAO
- Throws:
InternalErrorException
ModelException
add
public void add(Connection connection,
DataSourceDTO dataSourceDTO)
throws InternalErrorException,
ModelException
- Specified by:
add
in interface SQLDataSourceDAO
- Throws:
InternalErrorException
ModelException
remove
public void remove(Connection connection,
String idDataSource)
throws InternalErrorException,
ModelException
- Specified by:
remove
in interface SQLDataSourceDAO
- Throws:
InternalErrorException
ModelException
Copyright © 2013 Cambio. All Rights Reserved.