public class HibernateCohortDAO extends java.lang.Object implements CohortDAO
CohortDAO, 
Context, 
CohortService| Modifier and Type | Field and Description | 
|---|---|
protected org.apache.commons.logging.Log | 
log  | 
| Constructor and Description | 
|---|
HibernateCohortDAO()  | 
| Modifier and Type | Method and Description | 
|---|---|
Cohort | 
deleteCohort(Cohort cohort)
Removes a cohort from the database 
 | 
java.util.List<Cohort> | 
getAllCohorts(boolean includeVoided)
Gets all cohorts in the database 
 | 
Cohort | 
getCohort(java.lang.Integer id)
Finds the cohort with the given primary key 
 | 
Cohort | 
getCohort(java.lang.String name)
Finds a cohort by name 
 | 
Cohort | 
getCohortByUuid(java.lang.String uuid)
Auto generated method comment 
 | 
java.util.List<Cohort> | 
getCohorts(java.lang.String nameFragment)
Finds all Cohorts with matching names 
 | 
java.util.List<Cohort> | 
getCohortsContainingPatientId(java.lang.Integer patientId)
Finds all cohorts that contain the given patientId 
 | 
Cohort | 
saveCohort(Cohort cohort)
Saves a Cohort to the database 
 | 
void | 
setSessionFactory(org.hibernate.SessionFactory sessionFactory)
Auto generated method comment 
 | 
public void setSessionFactory(org.hibernate.SessionFactory sessionFactory)
sessionFactory - public Cohort getCohort(java.lang.Integer id) throws DAOException
CohortDAOgetCohort in interface CohortDAODAOExceptionCohortDAO.getCohort(java.lang.Integer)public java.util.List<Cohort> getCohortsContainingPatientId(java.lang.Integer patientId) throws DAOException
CohortDAOgetCohortsContainingPatientId in interface CohortDAODAOExceptionCohortDAO.getCohortsContainingPatientId(java.lang.Integer)public Cohort getCohortByUuid(java.lang.String uuid)
CohortDAOgetCohortByUuid in interface CohortDAOCohortDAO.getCohortByUuid(java.lang.String)public Cohort deleteCohort(Cohort cohort) throws DAOException
CohortDAOdeleteCohort in interface CohortDAODAOExceptionCohortDAO.deleteCohort(org.openmrs.Cohort)public java.util.List<Cohort> getCohorts(java.lang.String nameFragment) throws DAOException
CohortDAOgetCohorts in interface CohortDAODAOExceptionCohortDAO.getCohorts(java.lang.String)public java.util.List<Cohort> getAllCohorts(boolean includeVoided) throws DAOException
CohortDAOgetAllCohorts in interface CohortDAOincludeVoided - whether to include voided cohortsDAOExceptionCohortDAO.getAllCohorts(boolean)public Cohort getCohort(java.lang.String name)
CohortDAOgetCohort in interface CohortDAOCohortDAO.getCohort(java.lang.String)public Cohort saveCohort(Cohort cohort) throws DAOException
CohortDAOsaveCohort in interface CohortDAOcohort - Cohort to saveDAOExceptionCohortDAO.saveCohort(org.openmrs.Cohort)Copyright © 2018 OpenMRS Inc.. All Rights Reserved.