se.cambio.cds.model.dataSource.dao
Class SQLGenericDataSourceDAO

Package class diagram package SQLGenericDataSourceDAO
java.lang.Object
  extended by se.cambio.cds.model.dataSource.dao.SQLGenericDataSourceDAO
All Implemented Interfaces:
GenericDataSourceDAO

public class SQLGenericDataSourceDAO
extends Object
implements GenericDataSourceDAO

Author:
iago.corbal

Constructor Summary
SQLGenericDataSourceDAO()
           
 
Method Summary
 void add(DataSourceDTO dataSourceDTO)
           
 void remove(String idDataSource)
           
 DataSourceDTO search(String idDataSource)
           
 Collection<DataSourceDTO> searchAll()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLGenericDataSourceDAO

public SQLGenericDataSourceDAO()
                        throws InternalErrorException
Throws:
InternalErrorException
Method Detail

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.