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