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