Uses of Class
se.cambio.cds.util.exceptions.GuideNotFoundException

Packages that use GuideNotFoundException
se.cambio.cds.model.facade.cds.delegate   
se.cambio.cds.model.facade.cds.ejb   
se.cambio.cds.model.facade.cds.plain   
se.cambio.cds.model.guide.dao   
 

Uses of GuideNotFoundException in se.cambio.cds.model.facade.cds.delegate
 

Methods in se.cambio.cds.model.facade.cds.delegate that throw GuideNotFoundException
 Collection<ElementInstance> CDSFacadeDelegate.getElementInstances(String idGuide)
           
 

Uses of GuideNotFoundException in se.cambio.cds.model.facade.cds.ejb
 

Methods in se.cambio.cds.model.facade.cds.ejb that throw GuideNotFoundException
 Collection<ElementInstance> EJBCDSFacadeDelegate.getEHRElements(String idGuide)
           
 Collection<ElementInstance> CDSFacadeBean.getEHRElements(String idGuide)
           
 Collection<ElementInstance> CDSFacade.getEHRElements(String idGuide)
           
 Collection<ElementInstance> EJBCDSFacadeDelegate.getElementInstances(String idGuide)
           
 Collection<ElementInstance> CDSFacadeBean.getElements(String idGuide)
           
 Collection<ElementInstance> CDSFacade.getElements(String idGuide)
           
 

Uses of GuideNotFoundException in se.cambio.cds.model.facade.cds.plain
 

Methods in se.cambio.cds.model.facade.cds.plain that throw GuideNotFoundException
 Collection<ElementInstance> PlainCDSFacadeDelegate.getElementInstances(String idGuide)
           
 

Uses of GuideNotFoundException in se.cambio.cds.model.guide.dao
 

Methods in se.cambio.cds.model.guide.dao that throw GuideNotFoundException
 void StandardSQLGuideDAO.remove(Connection connection, String idGuide)
           
 void SQLGuideDAO.remove(Connection connection, String idGuide)
           
 void SQLGenericGuideDAO.remove(String idGuide)
           
 void InJarGuideDAO.remove(String idGuide)
           
 void GenericGuideDAO.remove(String idGuide)
           
 GuideDTO StandardSQLGuideDAO.search(Connection connection, String idGuide)
           
 GuideDTO SQLGuideDAO.search(Connection connection, String idGuide)
           
 GuideDTO SQLGenericGuideDAO.search(String idGuide)
           
 GuideDTO InJarGuideDAO.search(String idGuide)
           
 GuideDTO GenericGuideDAO.search(String idGuide)
           
 void StandardSQLGuideDAO.update(Connection connection, GuideDTO guideDTO)
           
 void SQLGuideDAO.update(Connection connection, GuideDTO guideDTO)
           
 void SQLGenericGuideDAO.update(GuideDTO GuideDTO)
           
 void InJarGuideDAO.update(GuideDTO guideDTO)
           
 void GenericGuideDAO.update(GuideDTO guideDTO)
           
 



Copyright © 2013 Cambio. All Rights Reserved.