Uses of Class
ca.infoway.messagebuilder.terminology.codeset.domain.VocabularyDomain

Packages that use VocabularyDomain
ca.infoway.messagebuilder.terminology.codeset.dao   
ca.infoway.messagebuilder.terminology.codeset.domain   
 

Uses of VocabularyDomain in ca.infoway.messagebuilder.terminology.codeset.dao
 

Methods in ca.infoway.messagebuilder.terminology.codeset.dao that return VocabularyDomain
 VocabularyDomain HibernateCodeSetDao.selectVocabularyDomain(String type)
          Select vocabulary domain.
 VocabularyDomain CodeSetDao.selectVocabularyDomain(String type)
          Select vocabulary domain.
 

Methods in ca.infoway.messagebuilder.terminology.codeset.dao that return types with arguments of type VocabularyDomain
 List<VocabularyDomain> HibernateCodeSetDao.selectAllVocabularyDomains()
          Select all vocabulary domains.
 List<VocabularyDomain> CodeSetDao.selectAllVocabularyDomains()
          Select all vocabulary domains.
 List<VocabularyDomain> HibernateCodeSetDao.selectVocabularyDomains(CodeSearchCriteria searchCriteria)
          Select vocabulary domains.
 List<VocabularyDomain> CodeSetDao.selectVocabularyDomains(CodeSearchCriteria searchCriteria)
          Select vocabulary domains.
 

Methods in ca.infoway.messagebuilder.terminology.codeset.dao with parameters of type VocabularyDomain
 List<ValueSetEntry> HibernateCodeSetDao.selectValueSetsByVocabularyDomain(String jurisdiction, VocabularyDomain vocabularyDomain)
          Select value sets by vocabulary domain.
 List<ValueSetEntry> CodeSetDao.selectValueSetsByVocabularyDomain(String jurisdictionCode, VocabularyDomain vocabularyDomainType)
          Select value sets by vocabulary domain.
 

Method parameters in ca.infoway.messagebuilder.terminology.codeset.dao with type arguments of type VocabularyDomain
 void MutableCodeSetDao.saveAll(Collection<VocabularyDomain> vocabularyDomain)
          Save all.
 void HibernateCodeSetDao.saveAll(Collection<VocabularyDomain> vocabularyDomain)
          Save all.
 

Uses of VocabularyDomain in ca.infoway.messagebuilder.terminology.codeset.domain
 

Methods in ca.infoway.messagebuilder.terminology.codeset.domain that return VocabularyDomain
 VocabularyDomain VocabularyDomain.getParent()
          Gets the parent.
 VocabularyDomain VocabularyDomain.getRoot()
          Gets the root.
 

Methods in ca.infoway.messagebuilder.terminology.codeset.domain that return types with arguments of type VocabularyDomain
 Set<VocabularyDomain> ValueSet.getVocabularyDomains()
          Gets the vocabulary domains.
 

Methods in ca.infoway.messagebuilder.terminology.codeset.domain with parameters of type VocabularyDomain
 void VocabularyDomain.setParent(VocabularyDomain parent)
          Sets the parent.
 void VocabularyDomain.setRoot(VocabularyDomain root)
          Sets the root.
 

Method parameters in ca.infoway.messagebuilder.terminology.codeset.domain with type arguments of type VocabularyDomain
 void ValueSet.setVocabularyDomains(Set<VocabularyDomain> vocabularyDomains)
          Sets the vocabulary domains.
 



Copyright © 2013. All Rights Reserved.