|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openmrs.report.db.hibernate.HibernateReportDAO
@Deprecated public class HibernateReportDAO
Hibernate specific database access methods for objects in the report package
Field Summary | |
---|---|
protected org.apache.commons.logging.Log |
log
Deprecated. |
Constructor Summary | |
---|---|
HibernateReportDAO()
Deprecated. |
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final org.apache.commons.logging.Log log
Constructor Detail |
---|
public HibernateReportDAO()
Method Detail |
---|
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()
|
OpenMRS-1.7.x | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |