|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface ReportDAO
The database methods involved with saving objects in the report package to the database
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 |
---|
ReportSchemaXml getReportSchemaXml(java.lang.Integer reportSchemaXmlId)
ReportService.getReportSchemaXml(java.lang.Integer)
void saveReportSchemaXml(ReportSchemaXml reportSchemaXml)
ReportService.saveReportSchemaXml(org.openmrs.report.ReportSchemaXml)
void deleteReportSchemaXml(ReportSchemaXml reportSchemaXml)
ReportService.deleteReportSchemaXml(org.openmrs.report.ReportSchemaXml)
java.util.List<ReportSchemaXml> getReportSchemaXmls()
ReportService.getReportSchemaXmls()
|
OpenMRS-1.7.x | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |