se.cambio.cds.model.dataSource.dao
Interface GenericDataSourceDAO
- All Known Implementing Classes:
- SQLGenericDataSourceDAO
public interface GenericDataSourceDAO
- Author:
- iago.corbal
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.