se.cambio.cds.model.codedText.dao
Class StandardSQLCodedTextDAO

Package class diagram package StandardSQLCodedTextDAO
java.lang.Object
  extended by se.cambio.cds.model.codedText.dao.StandardSQLCodedTextDAO
All Implemented Interfaces:
SQLCodedTextDAO

public class StandardSQLCodedTextDAO
extends Object
implements SQLCodedTextDAO

Author:
iago.corbal

Constructor Summary
StandardSQLCodedTextDAO()
           
 
Method Summary
 void add(Connection connection, CodedTextDTO codedTextDTO)
           
 void remove(Connection connection, Integer idElement, String index)
           
 void removeByElementId(Connection connection, Integer idElement)
           
 Collection<CodedTextDTO> searchByElementIds(Connection connection, Collection<Integer> idElements)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardSQLCodedTextDAO

public StandardSQLCodedTextDAO()
Method Detail

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.