se.cambio.cds.model.codedText.dao
Class StandardSQLCodedTextDAO
java.lang.Object
se.cambio.cds.model.codedText.dao.StandardSQLCodedTextDAO
- All Implemented Interfaces:
- SQLCodedTextDAO
public class StandardSQLCodedTextDAO
- extends Object
- implements SQLCodedTextDAO
- Author:
- iago.corbal
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandardSQLCodedTextDAO
public StandardSQLCodedTextDAO()
searchByElementIds
public Collection<CodedTextDTO> searchByElementIds(Connection connection,
Collection<Integer> idElements)
throws InternalErrorException,
ModelException
- Specified by:
searchByElementIds
in interface SQLCodedTextDAO
- Throws:
InternalErrorException
ModelException
add
public void add(Connection connection,
CodedTextDTO codedTextDTO)
throws InternalErrorException,
ModelException
- Specified by:
add
in interface SQLCodedTextDAO
- Throws:
InternalErrorException
ModelException
removeByElementId
public void removeByElementId(Connection connection,
Integer idElement)
throws InternalErrorException,
ModelException
- Specified by:
removeByElementId
in interface SQLCodedTextDAO
- Throws:
InternalErrorException
ModelException
remove
public void remove(Connection connection,
Integer idElement,
String index)
throws InternalErrorException,
ModelException
- Specified by:
remove
in interface SQLCodedTextDAO
- Throws:
InternalErrorException
ModelException
Copyright © 2013 Cambio. All Rights Reserved.