| Package | Description | 
|---|---|
| org.openmrs.api | 
 
The primary OpenMRS API interfaces. 
 | 
| org.openmrs.report.db | |
| org.openmrs.report.db.hibernate | |
| org.openmrs.report.impl | 
| Modifier and Type | Method and Description | 
|---|---|
ReportSchemaXml | 
ReportService.getReportSchemaXml(Integer reportSchemaXmlId)
Deprecated.  
Get the xmlified ReportSchema object that was saved previously 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<ReportSchemaXml> | 
ReportService.getReportSchemaXmls()
Deprecated.  
Get all saved ReportSchemaXml objects in the db 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ReportService.createReportSchemaXml(ReportSchemaXml reportSchemaXml)
Deprecated. 
 
use saveReportSchemaXml(reportSchemaXml) 
 | 
void | 
ReportService.deleteReportSchemaXml(ReportSchemaXml reportSchemaXml)
Deprecated.  
Delete the given ReportSchemaXml class from the db 
 | 
ReportSchema | 
ReportService.getReportSchema(ReportSchemaXml reportSchemaXml)
Deprecated.  
Returns a ReportSchema object from a ReportSchemaXml definition De-serialized the xml
 definition, applies macro definitions, and returns an expanded report schema object 
 | 
void | 
ReportService.saveReportSchemaXml(ReportSchemaXml reportSchemaXml)
Deprecated.  
Insert or update the given ReportSchemaXml object in the database. 
 | 
void | 
ReportService.updateReportSchemaXml(ReportSchemaXml reportSchemaXml)
Deprecated. 
 
use saveReportSchemaXml(reportSchemaXml) 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ReportSchemaXml | 
ReportDAO.getReportSchemaXml(Integer reportSchemaXmlId)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
List<ReportSchemaXml> | 
ReportDAO.getReportSchemaXmls()
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ReportDAO.deleteReportSchemaXml(ReportSchemaXml reportSchemaXml)
Deprecated.  
  | 
void | 
ReportDAO.saveReportSchemaXml(ReportSchemaXml reportSchemaXml)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
ReportSchemaXml | 
HibernateReportDAO.getReportSchemaXml(Integer reportSchemaXmlId)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
List<ReportSchemaXml> | 
HibernateReportDAO.getReportSchemaXmls()
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HibernateReportDAO.deleteReportSchemaXml(ReportSchemaXml reportSchemaXml)
Deprecated.  
  | 
void | 
HibernateReportDAO.saveReportSchemaXml(ReportSchemaXml reportSchemaXml)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
ReportSchemaXml | 
ReportServiceImpl.getReportSchemaXml(Integer reportSchemaXmlId)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
List<ReportSchemaXml> | 
ReportServiceImpl.getReportSchemaXmls()
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ReportServiceImpl.createReportSchemaXml(ReportSchemaXml reportSchemaXml)
Deprecated. 
 
use saveReportSchemaXml(reportSchemaXml) 
 | 
void | 
ReportServiceImpl.deleteReportSchemaXml(ReportSchemaXml reportSchemaXml)
Deprecated.  
  | 
ReportSchema | 
ReportServiceImpl.getReportSchema(ReportSchemaXml reportSchemaXml)
Deprecated.  
  | 
void | 
ReportServiceImpl.saveReportSchemaXml(ReportSchemaXml reportSchemaXml)
Deprecated.  
  | 
void | 
ReportServiceImpl.updateReportSchemaXml(ReportSchemaXml reportSchemaXml)
Deprecated. 
 
use saveReportSchemaXml(reportSchemaXml) 
 | 
Copyright © 2018 OpenMRS LLC.. All Rights Reserved.