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