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

Packages that use ModelException
se.cambio.cds.model.agent.dao   
se.cambio.cds.model.archetype.dao   
se.cambio.cds.model.codedText.dao   
se.cambio.cds.model.dataSource.dao   
se.cambio.cds.model.elementdefinition.dao   
se.cambio.cds.model.externalElementLink.dao   
se.cambio.cds.model.guide.dao   
se.cambio.cds.model.recommendation.dao   
se.cambio.cds.model.rule.dao   
se.cambio.cds.model.template.dao   
se.cambio.cds.openehr.model.facade.archetype.delegate   
se.cambio.cds.openehr.model.facade.archetype.plain   
se.cambio.cds.util.exceptions   
 

Uses of ModelException in se.cambio.cds.model.agent.dao
 

Methods in se.cambio.cds.model.agent.dao that throw ModelException
 AgentDTO SQLGenericAgentDAO.add(AgentDTO agentDTO)
           
 AgentDTO GenericAgentDAO.add(AgentDTO agentDTO)
           
 AgentDTO StandardSQLAgentDAO.add(Connection connection, AgentDTO agentDTO)
           
 AgentDTO SQLAgentDAO.add(Connection connection, AgentDTO agentDTO)
           
 void StandardSQLAgentDAO.remove(Connection connection, Integer idAgent)
           
 void SQLAgentDAO.remove(Connection connection, Integer idAgent)
           
 void SQLGenericAgentDAO.remove(Integer idAgent)
           
 void GenericAgentDAO.remove(Integer idAgent)
           
 AgentDTO StandardSQLAgentDAO.search(Connection connection, Integer idAgent)
           
 AgentDTO SQLAgentDAO.search(Connection connection, Integer idAgent)
           
 AgentDTO SQLGenericAgentDAO.search(Integer idAgent)
           
 AgentDTO GenericAgentDAO.search(Integer idAgent)
           
 Collection<AgentDTO> SQLGenericAgentDAO.searchAll()
           
 Collection<AgentDTO> GenericAgentDAO.searchAll()
           
 Collection<AgentDTO> StandardSQLAgentDAO.searchAll(Connection connection)
           
 Collection<AgentDTO> SQLAgentDAO.searchAll(Connection connection)
           
 void SQLGenericAgentDAO.update(AgentDTO agentDTO)
           
 void GenericAgentDAO.update(AgentDTO agentDTO)
           
 void StandardSQLAgentDAO.update(Connection connection, AgentDTO agentDTO)
           
 void SQLAgentDAO.update(Connection connection, AgentDTO agentDTO)
           
 

Uses of ModelException in se.cambio.cds.model.archetype.dao
 

Methods in se.cambio.cds.model.archetype.dao that throw ModelException
 void InJarArchetypeDAO.addArchetype(ArchetypeDTO archetypeVO)
           
 void GenericArchetypeDAO.addArchetype(ArchetypeDTO archetypeVO)
           
 void FileArchetypeDAO.addArchetype(ArchetypeDTO archetypeVO)
           
 

Uses of ModelException in se.cambio.cds.model.codedText.dao
 

Methods in se.cambio.cds.model.codedText.dao that throw ModelException
 void SQLGenericCodedTextDAO.add(CodedTextDTO codedTextDTO)
           
 void GenericCodedTextDAO.add(CodedTextDTO dataSourceDTO)
           
 void StandardSQLCodedTextDAO.add(Connection connection, CodedTextDTO codedTextDTO)
           
 void SQLCodedTextDAO.add(Connection connection, CodedTextDTO dataSourceDTO)
           
 void StandardSQLCodedTextDAO.remove(Connection connection, Integer idElement, String index)
           
 void SQLCodedTextDAO.remove(Connection connection, Integer idElement, String index)
           
 void SQLGenericCodedTextDAO.remove(Integer idElement, String index)
           
 void GenericCodedTextDAO.remove(Integer idElement, String index)
           
 void StandardSQLCodedTextDAO.removeByElementId(Connection connection, Integer idElement)
           
 void SQLCodedTextDAO.removeByElementId(Connection connection, Integer idElement)
           
 void SQLGenericCodedTextDAO.removeByElementId(Integer idElement)
           
 void GenericCodedTextDAO.removeByElementId(Integer idElement)
           
 Collection<CodedTextDTO> SQLGenericCodedTextDAO.searchByElementIds(Collection<Integer> idElements)
           
 Collection<CodedTextDTO> GenericCodedTextDAO.searchByElementIds(Collection<Integer> idElement)
           
 Collection<CodedTextDTO> StandardSQLCodedTextDAO.searchByElementIds(Connection connection, Collection<Integer> idElements)
           
 Collection<CodedTextDTO> SQLCodedTextDAO.searchByElementIds(Connection connection, Collection<Integer> idElements)
           
 

Uses of ModelException in se.cambio.cds.model.dataSource.dao
 

Methods in se.cambio.cds.model.dataSource.dao that throw ModelException
 void StandardSQLDataSourceDAO.add(Connection connection, DataSourceDTO dataSourceDTO)
           
 void SQLDataSourceDAO.add(Connection connection, DataSourceDTO dataSourceDTO)
           
 void SQLGenericDataSourceDAO.add(DataSourceDTO dataSourceDTO)
           
 void GenericDataSourceDAO.add(DataSourceDTO dataSourceDTO)
           
 void StandardSQLDataSourceDAO.remove(Connection connection, String idDataSource)
           
 void SQLDataSourceDAO.remove(Connection connection, String idDataSource)
           
 void SQLGenericDataSourceDAO.remove(String idDataSource)
           
 void GenericDataSourceDAO.remove(String idDataSource)
           
 DataSourceDTO StandardSQLDataSourceDAO.search(Connection connection, String idDataSource)
           
 DataSourceDTO SQLDataSourceDAO.search(Connection connection, String idDataSource)
           
 DataSourceDTO SQLGenericDataSourceDAO.search(String idDataSource)
           
 DataSourceDTO GenericDataSourceDAO.search(String idDataSource)
           
 Collection<DataSourceDTO> SQLGenericDataSourceDAO.searchAll()
           
 Collection<DataSourceDTO> GenericDataSourceDAO.searchAll()
           
 Collection<DataSourceDTO> StandardSQLDataSourceDAO.searchAll(Connection connection)
           
 Collection<DataSourceDTO> SQLDataSourceDAO.searchAll(Connection connection)
           
 

Uses of ModelException in se.cambio.cds.model.elementdefinition.dao
 

Methods in se.cambio.cds.model.elementdefinition.dao that throw ModelException
 ElementDTO StandardSQLElementDAO.add(Connection connection, ElementDTO elementDTO)
           
 ElementDTO SQLElementDAO.add(Connection connection, ElementDTO elementDTO)
           
 ElementDTO SQLGenericElementDAO.add(ElementDTO elementDTO)
           
 ElementDTO GenericElementDAO.add(ElementDTO elementDTO)
           
 void StandardSQLElementDAO.remove(Connection connection, Integer idElement)
           
 void SQLElementDAO.remove(Connection connection, Integer idElement)
           
 void SQLGenericElementDAO.remove(Integer idElement)
           
 void GenericElementDAO.remove(Integer idElement)
           
 ElementDTO StandardSQLElementDAO.search(Connection connection, Integer idElement)
           
 ElementDTO SQLElementDAO.search(Connection connection, Integer idElement)
           
 ElementDTO SQLGenericElementDAO.search(Integer idElement)
           
 ElementDTO GenericElementDAO.search(Integer idElement)
           
 Collection<ElementDTO> SQLGenericElementDAO.searchAll()
           
 Collection<ElementDTO> GenericElementDAO.searchAll()
           
 Collection<ElementDTO> StandardSQLElementDAO.searchAll(Connection connection)
           
 Collection<ElementDTO> SQLElementDAO.searchAll(Connection connection)
           
 

Uses of ModelException in se.cambio.cds.model.externalElementLink.dao
 

Methods in se.cambio.cds.model.externalElementLink.dao that throw ModelException
 void StandardSQLExternalElementLinkDAO.add(Connection connection, ExternalElementLinkDTO externalElementLinkDTO)
           
 void SQLExternalElementLinkDAO.add(Connection connection, ExternalElementLinkDTO externalElementLinkDTO)
           
 void SQLGenericExternalElementLinkDAO.add(ExternalElementLinkDTO externalElementLinkDTO)
           
 void GenericExternalElementLinkDAO.add(ExternalElementLinkDTO externalElementLinkDTO)
           
 void StandardSQLExternalElementLinkDAO.remove(Connection connection, ExternalElementLinkDTO externalElementLinkDTO)
           
 void SQLExternalElementLinkDAO.remove(Connection connection, ExternalElementLinkDTO externalElementLinkDTO)
           
 void SQLGenericExternalElementLinkDAO.remove(ExternalElementLinkDTO externalElementLinkDTO)
           
 void GenericExternalElementLinkDAO.remove(ExternalElementLinkDTO externalElementLinkDTO)
           
 int StandardSQLExternalElementLinkDAO.removeByDataSourceId(Connection connection, String idDataSource)
           
 int SQLExternalElementLinkDAO.removeByDataSourceId(Connection connection, String idDataSource)
           
 int SQLGenericExternalElementLinkDAO.removeByDataSourceId(String dataSourceId)
           
 int GenericExternalElementLinkDAO.removeByDataSourceId(String idDataSource)
           
 Collection<ExternalElementLinkDTO> StandardSQLExternalElementLinkDAO.search(Connection connection, String idExternalElement, String idDataSource)
           
 Collection<ExternalElementLinkDTO> SQLExternalElementLinkDAO.search(Connection connection, String idExternalElement, String idDataSource)
           
 Collection<ExternalElementLinkDTO> SQLGenericExternalElementLinkDAO.search(String idExternalElement, String idDataSource)
           
 Collection<ExternalElementLinkDTO> GenericExternalElementLinkDAO.search(String idExternalElement, String idDataSource)
           
 Collection<ExternalElementLinkDTO> StandardSQLExternalElementLinkDAO.searchByElementId(Connection connection, Integer idElement)
           
 Collection<ExternalElementLinkDTO> SQLExternalElementLinkDAO.searchByElementId(Connection connection, Integer idElement)
           
 Collection<ExternalElementLinkDTO> SQLGenericExternalElementLinkDAO.searchByElementId(Integer idElement)
           
 Collection<ExternalElementLinkDTO> GenericExternalElementLinkDAO.searchByElementId(Integer idElement)
           
 

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

Methods in se.cambio.cds.model.guide.dao that throw ModelException
 GuideDTO StandardSQLGuideDAO.add(Connection connection, GuideDTO guideDTO)
           
 GuideDTO SQLGuideDAO.add(Connection connection, GuideDTO guideDTO)
           
 GuideDTO SQLGenericGuideDAO.add(GuideDTO GuideDTO)
           
 GuideDTO InJarGuideDAO.add(GuideDTO guideDTO)
           
 GuideDTO GenericGuideDAO.add(GuideDTO guideDTO)
           
 

Uses of ModelException in se.cambio.cds.model.recommendation.dao
 

Methods in se.cambio.cds.model.recommendation.dao that throw ModelException
 RecommendationDTO StandardSQLRecommendationDAO.add(Connection connection, RecommendationDTO recommendationDTO)
           
 RecommendationDTO SQLRecommendationDAO.add(Connection connection, RecommendationDTO RecommendationDTO)
           
 RecommendationDTO SQLGenericRecommendationDAO.add(RecommendationDTO RecommendationDTO)
           
 RecommendationDTO GenericRecommendationDAO.add(RecommendationDTO RecommendationDTO)
           
 void StandardSQLRecommendationDAO.remove(Connection connection, Long idRecommendation)
           
 void SQLRecommendationDAO.remove(Connection connection, Long idRecommendation)
           
 void SQLGenericRecommendationDAO.remove(Long idRecommendation)
           
 void GenericRecommendationDAO.remove(Long idRecommendation)
           
 RecommendationDTO StandardSQLRecommendationDAO.search(Connection connection, Long idRecommendation)
           
 RecommendationDTO SQLRecommendationDAO.search(Connection connection, Long idRecommendation)
           
 RecommendationDTO SQLGenericRecommendationDAO.search(Long idRecommendation)
           
 RecommendationDTO GenericRecommendationDAO.search(Long idRecommendation)
           
 Collection<RecommendationDTO> SQLGenericRecommendationDAO.searchUnresolved()
           
 Collection<RecommendationDTO> GenericRecommendationDAO.searchUnresolved()
           
 Collection<RecommendationDTO> StandardSQLRecommendationDAO.searchUnresolved(Connection connection)
           
 Collection<RecommendationDTO> SQLRecommendationDAO.searchUnresolved(Connection connection)
           
 void StandardSQLRecommendationDAO.update(Connection connection, RecommendationDTO recommendationDTO)
           
 void SQLRecommendationDAO.update(Connection connection, RecommendationDTO RecommendationDTO)
           
 void SQLGenericRecommendationDAO.update(RecommendationDTO RecommendationDTO)
           
 void GenericRecommendationDAO.update(RecommendationDTO RecommendationDTO)
           
 

Uses of ModelException in se.cambio.cds.model.rule.dao
 

Methods in se.cambio.cds.model.rule.dao that throw ModelException
 void StandardSQLRuleDAO.add(Connection connection, RuleDTO ruleDTO)
           
 void SQLRuleDAO.add(Connection connection, RuleDTO ruleDTO)
           
 void SQLGenericRuleDAO.add(RuleDTO ruleDTO)
           
 void GenericRuleDAO.add(RuleDTO ruleDTO)
           
 void StandardSQLRuleDAO.remove(Connection connection, String idRule)
           
 void SQLRuleDAO.remove(Connection connection, String idRule)
           
 void SQLGenericRuleDAO.remove(String idRule)
           
 void GenericRuleDAO.remove(String idRule)
           
 void StandardSQLRuleDAO.removeByGuideId(Connection connection, Integer idGuide)
           
 void SQLRuleDAO.removeByGuideId(Connection connection, Integer idGuide)
           
 void SQLGenericRuleDAO.removeByGuideId(Integer idGuide)
           
 void GenericRuleDAO.removeByGuideId(Integer idGuide)
           
 RuleDTO StandardSQLRuleDAO.search(Connection connection, String idRule)
           
 RuleDTO SQLRuleDAO.search(Connection connection, String idRule)
           
 RuleDTO SQLGenericRuleDAO.search(String idRule)
           
 RuleDTO GenericRuleDAO.search(String idRule)
           
 Collection<String> SQLGenericRuleDAO.searchAllIds()
           
 Collection<String> GenericRuleDAO.searchAllIds()
           
 Collection<String> StandardSQLRuleDAO.searchAllIds(Connection connection)
           
 Collection<String> SQLRuleDAO.searchAllIds(Connection connection)
           
 

Uses of ModelException in se.cambio.cds.model.template.dao
 

Methods in se.cambio.cds.model.template.dao that throw ModelException
 void GenericTemplateDAO.addTemplate(TemplateDTO templateVO)
           
 void InJarTemplateDAO.addTemplate(TemplateDTO templateVO)
           
 void FileTemplateDAO.addTemplate(TemplateDTO templateVO)
           
 

Uses of ModelException in se.cambio.cds.openehr.model.facade.archetype.delegate
 

Methods in se.cambio.cds.openehr.model.facade.archetype.delegate that throw ModelException
 ArchetypeObjectBundleCustomVO ArchetypeFacadeDelegate.addArchetype(ArchetypeDTO archetypeVO)
           
 TemplateObjectBundleCustomVO ArchetypeFacadeDelegate.addTemplate(TemplateDTO templateVO)
           
 String ArchetypeFacadeDelegate.getIdArchetype(String archetypeSrc)
           
 

Uses of ModelException in se.cambio.cds.openehr.model.facade.archetype.plain
 

Methods in se.cambio.cds.openehr.model.facade.archetype.plain that throw ModelException
 ArchetypeObjectBundleCustomVO PlainArchetypeFacadeDelegate.addArchetype(ArchetypeDTO archetypeVO)
           
 TemplateObjectBundleCustomVO PlainArchetypeFacadeDelegate.addTemplate(TemplateDTO templateVO)
           
 String PlainArchetypeFacadeDelegate.getIdArchetype(String archetypeSrc)
           
 

Uses of ModelException in se.cambio.cds.util.exceptions
 

Subclasses of ModelException in se.cambio.cds.util.exceptions
 class ArchetypeNotFoundException
           
 class FormatErrorException
           
 class GuideNotCompiledException
           
 class GuideNotFoundException
           
 class InstanceNotFoundException
           
 class PatientNotFoundException
           
 



Copyright © 2013 Cambio. All Rights Reserved.