se.cambio.cds.model.guide.dao
Class InJarGuideDAO
java.lang.Object
se.cambio.cds.model.guide.dao.InJarGuideDAO
- All Implemented Interfaces:
- GenericGuideDAO
public class InJarGuideDAO
- extends Object
- implements GenericGuideDAO
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InJarGuideDAO
public InJarGuideDAO()
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.