Uses of Class
ca.infoway.messagebuilder.terminology.codeset.dao.CodeSystemSearchCriteria

Packages that use CodeSystemSearchCriteria
ca.infoway.messagebuilder.terminology.codeset.dao   
 

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

Methods in ca.infoway.messagebuilder.terminology.codeset.dao with parameters of type CodeSystemSearchCriteria
 int MutableCodeSetDao.countCodeSystems(CodeSystemSearchCriteria searchCriteria)
          Count code systems.
 int HibernateCodeSetDao.countCodeSystems(CodeSystemSearchCriteria searchCriteria)
          Count code systems.
 List<CodeSystem> MutableCodeSetDao.findCodeSystems(CodeSystemSearchCriteria searchCriteria)
          Find code systems.
 List<CodeSystem> HibernateCodeSetDao.findCodeSystems(CodeSystemSearchCriteria searchCriteria)
          Find code systems.
 List<CodeSystem> MutableCodeSetDao.findCodeSystems(CodeSystemSearchCriteria searchCriteria, int startRow, int endRow)
          Find code systems.
 List<CodeSystem> HibernateCodeSetDao.findCodeSystems(CodeSystemSearchCriteria searchCriteria, int startRow, int endRow)
          Find code systems.
 



Copyright © 2013. All Rights Reserved.