org.openmrs.report.db
Interface ReportDAO

All Known Implementing Classes:
HibernateReportDAO

Deprecated. see reportingcompatibility module

@Deprecated
public interface ReportDAO

The database methods involved with saving objects in the report package to the database

See Also:
ReportService

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.  
 

Method Detail

getReportSchemaXml

ReportSchemaXml getReportSchemaXml(java.lang.Integer reportSchemaXmlId)
Deprecated. 
See Also:
ReportService.getReportSchemaXml(java.lang.Integer)

saveReportSchemaXml

void saveReportSchemaXml(ReportSchemaXml reportSchemaXml)
Deprecated. 
See Also:
ReportService.saveReportSchemaXml(org.openmrs.report.ReportSchemaXml)

deleteReportSchemaXml

void deleteReportSchemaXml(ReportSchemaXml reportSchemaXml)
Deprecated. 
See Also:
ReportService.deleteReportSchemaXml(org.openmrs.report.ReportSchemaXml)

getReportSchemaXmls

java.util.List<ReportSchemaXml> getReportSchemaXmls()
Deprecated. 
See Also:
ReportService.getReportSchemaXmls()

OpenMRS-1.7.x

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