se.cambio.cds.model.guide.dao
Interface GenericGuideDAO

Package class diagram package GenericGuideDAO
All Known Implementing Classes:
InJarGuideDAO, SQLGenericGuideDAO

public interface GenericGuideDAO

Author:
iago.corbal

Method Summary
 GuideDTO add(GuideDTO guideDTO)
           
 void remove(String idGuide)
           
 GuideDTO search(String idGuide)
           
 Collection<GuideDTO> searchAll()
           
 void update(GuideDTO guideDTO)
           
 

Method Detail

search

GuideDTO search(String idGuide)
                throws InternalErrorException,
                       GuideNotFoundException
Throws:
InternalErrorException
GuideNotFoundException

searchAll

Collection<GuideDTO> searchAll()
                               throws InternalErrorException
Throws:
InternalErrorException

add

GuideDTO add(GuideDTO guideDTO)
             throws InternalErrorException,
                    ModelException
Throws:
InternalErrorException
ModelException

update

void update(GuideDTO guideDTO)
            throws InternalErrorException,
                   GuideNotFoundException
Throws:
InternalErrorException
GuideNotFoundException

remove

void remove(String idGuide)
            throws InternalErrorException,
                   GuideNotFoundException
Throws:
InternalErrorException
GuideNotFoundException


Copyright © 2013 Cambio. All Rights Reserved.