Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.logging.Log |
log
Deprecated.
|
Constructor and Description |
---|
HibernateReportDAO()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
deleteReportSchemaXml(ReportSchemaXml reportSchemaXml)
Deprecated.
|
ReportSchemaXml |
getReportSchemaXml(java.lang.Integer reportSchemaXmlId)
Deprecated.
|
java.util.List<ReportSchemaXml> |
getReportSchemaXmls()
Deprecated.
|
void |
saveReportSchemaXml(ReportSchemaXml reportSchemaXml)
Deprecated.
|
void |
setSessionFactory(org.hibernate.SessionFactory sessionFactory)
Deprecated.
Set session factory
|
public void setSessionFactory(org.hibernate.SessionFactory sessionFactory)
sessionFactory
- public void deleteReportSchemaXml(ReportSchemaXml reportSchemaXml)
deleteReportSchemaXml
in interface ReportDAO
ReportDAO.deleteReportSchemaXml(org.openmrs.report.ReportSchemaXml)
public ReportSchemaXml getReportSchemaXml(java.lang.Integer reportSchemaXmlId)
getReportSchemaXml
in interface ReportDAO
ReportDAO.getReportSchemaXml(java.lang.Integer)
public void saveReportSchemaXml(ReportSchemaXml reportSchemaXml)
saveReportSchemaXml
in interface ReportDAO
ReportDAO.saveReportSchemaXml(org.openmrs.report.ReportSchemaXml)
public java.util.List<ReportSchemaXml> getReportSchemaXmls()
getReportSchemaXmls
in interface ReportDAO
ReportDAO.getReportSchemaXmls()
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.