se.cambio.cds.model.dataSource.dao
Interface GenericDataSourceDAO

Package class diagram package GenericDataSourceDAO
All Known Implementing Classes:
SQLGenericDataSourceDAO

public interface GenericDataSourceDAO

Author:
iago.corbal

Method Summary
 void add(DataSourceDTO dataSourceDTO)
           
 void remove(String idDataSource)
           
 DataSourceDTO search(String idDataSource)
           
 Collection<DataSourceDTO> searchAll()
           
 

Method Detail

search

DataSourceDTO search(String idDataSource)
                     throws InternalErrorException,
                            ModelException
Throws:
InternalErrorException
ModelException

searchAll

Collection<DataSourceDTO> searchAll()
                                    throws InternalErrorException,
                                           ModelException
Throws:
InternalErrorException
ModelException

add

void add(DataSourceDTO dataSourceDTO)
         throws InternalErrorException,
                ModelException
Throws:
InternalErrorException
ModelException

remove

void remove(String idDataSource)
            throws InternalErrorException,
                   ModelException
Throws:
InternalErrorException
ModelException


Copyright © 2013 Cambio. All Rights Reserved.