se.cambio.cds.model.guide.dao
Class InJarGuideDAO

Package class diagram package InJarGuideDAO
java.lang.Object
  extended by se.cambio.cds.model.guide.dao.InJarGuideDAO
All Implemented Interfaces:
GenericGuideDAO

public class InJarGuideDAO
extends Object
implements GenericGuideDAO


Constructor Summary
InJarGuideDAO()
           
 
Method Summary
 GuideDTO add(GuideDTO guideDTO)
           
 void remove(String idGuide)
           
 GuideDTO search(String idGuide)
           
 Collection<GuideDTO> searchAll()
           
 void update(GuideDTO guideDTO)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InJarGuideDAO

public InJarGuideDAO()
Method Detail

search

public GuideDTO search(String idGuide)
                throws InternalErrorException,
                       GuideNotFoundException
Specified by:
search in interface GenericGuideDAO
Throws:
InternalErrorException
GuideNotFoundException

searchAll

public Collection<GuideDTO> searchAll()
                               throws InternalErrorException
Specified by:
searchAll in interface GenericGuideDAO
Throws:
InternalErrorException

add

public GuideDTO add(GuideDTO guideDTO)
             throws InternalErrorException,
                    ModelException
Specified by:
add in interface GenericGuideDAO
Throws:
InternalErrorException
ModelException

update

public void update(GuideDTO guideDTO)
            throws InternalErrorException,
                   GuideNotFoundException
Specified by:
update in interface GenericGuideDAO
Throws:
InternalErrorException
GuideNotFoundException

remove

public void remove(String idGuide)
            throws InternalErrorException,
                   GuideNotFoundException
Specified by:
remove in interface GenericGuideDAO
Throws:
InternalErrorException
GuideNotFoundException


Copyright © 2013 Cambio. All Rights Reserved.