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

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

public class SQLGenericCodedTextDAO
extends Object
implements GenericCodedTextDAO

Author:
iago.corbal

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

Constructor Detail

SQLGenericCodedTextDAO

public SQLGenericCodedTextDAO()
                       throws InternalErrorException
Throws:
InternalErrorException
Method Detail

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.