se.cambio.cds.model.codedText.dao
Interface SQLCodedTextDAO

Package class diagram package SQLCodedTextDAO
All Known Implementing Classes:
StandardSQLCodedTextDAO

public interface SQLCodedTextDAO

Author:
iago.corbal

Method Summary
 void add(Connection connection, CodedTextDTO dataSourceDTO)
           
 void remove(Connection connection, Integer idElement, String index)
           
 void removeByElementId(Connection connection, Integer idElement)
           
 Collection<CodedTextDTO> searchByElementIds(Connection connection, Collection<Integer> idElements)
           
 

Method Detail

searchByElementIds

Collection<CodedTextDTO> searchByElementIds(Connection connection,
                                            Collection<Integer> idElements)
                                            throws InternalErrorException,
                                                   ModelException
Throws:
InternalErrorException
ModelException

add

void add(Connection connection,
         CodedTextDTO dataSourceDTO)
         throws InternalErrorException,
                ModelException
Throws:
InternalErrorException
ModelException

removeByElementId

void removeByElementId(Connection connection,
                       Integer idElement)
                       throws InternalErrorException,
                              ModelException
Throws:
InternalErrorException
ModelException

remove

void remove(Connection connection,
            Integer idElement,
            String index)
            throws InternalErrorException,
                   ModelException
Throws:
InternalErrorException
ModelException


Copyright © 2013 Cambio. All Rights Reserved.