org.openmrs.report.db.hibernate
Class HibernateReportDAO

java.lang.Object
  extended by org.openmrs.report.db.hibernate.HibernateReportDAO
All Implemented Interfaces:
ReportDAO

Deprecated. see reportingcompatibility module

@Deprecated
public class HibernateReportDAO
extends java.lang.Object
implements ReportDAO

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

log

protected final org.apache.commons.logging.Log log
Deprecated. 
Constructor Detail

HibernateReportDAO

public HibernateReportDAO()
Deprecated. 
Method Detail

setSessionFactory

public void setSessionFactory(org.hibernate.SessionFactory sessionFactory)
Deprecated. 
Set session factory

Parameters:
sessionFactory -

deleteReportSchemaXml

public void deleteReportSchemaXml(ReportSchemaXml reportSchemaXml)
Deprecated. 
Specified by:
deleteReportSchemaXml in interface ReportDAO
See Also:
ReportDAO.deleteReportSchemaXml(org.openmrs.report.ReportSchemaXml)

getReportSchemaXml

public ReportSchemaXml getReportSchemaXml(java.lang.Integer reportSchemaXmlId)
Deprecated. 
Specified by:
getReportSchemaXml in interface ReportDAO
See Also:
ReportDAO.getReportSchemaXml(java.lang.Integer)

saveReportSchemaXml

public void saveReportSchemaXml(ReportSchemaXml reportSchemaXml)
Deprecated. 
Specified by:
saveReportSchemaXml in interface ReportDAO
See Also:
ReportDAO.saveReportSchemaXml(org.openmrs.report.ReportSchemaXml)

getReportSchemaXmls

public java.util.List<ReportSchemaXml> getReportSchemaXmls()
Deprecated. 
Specified by:
getReportSchemaXmls in interface ReportDAO
See Also:
ReportDAO.getReportSchemaXmls()

OpenMRS-1.7.x

Generated Apr 27 2012 10:06 PM. NOTE - these libraries are in active development and subject to change