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

Package class diagram package GenericCodedTextDAO
All Known Implementing Classes:
SQLGenericCodedTextDAO

public interface GenericCodedTextDAO

Author:
iago.corbal

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

Method Detail

searchByElementIds

Collection<CodedTextDTO> searchByElementIds(Collection<Integer> idElement)
                                            throws InternalErrorException,
                                                   ModelException
Throws:
InternalErrorException
ModelException

add

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

removeByElementId

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

remove

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


Copyright © 2013 Cambio. All Rights Reserved.