Package | Description |
---|---|
org.openmrs.api |
The primary OpenMRS API interfaces.
|
org.openmrs.report |
Deprecated
|
org.openmrs.report.impl |
Modifier and Type | Method and Description |
---|---|
ReportSchema |
ReportService.getReportSchema(java.lang.Integer reportSchemaId)
Deprecated.
Get the
ReportSchema with the given id |
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
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ReportSchema> |
ReportService.getReportSchemas()
Deprecated.
Return a list of
ReportSchema s |
Modifier and Type | Method and Description |
---|---|
void |
ReportService.deleteReportSchema(ReportSchema reportSchema)
Deprecated.
Deletes a
ReportSchema from the database. |
ReportData |
ReportService.evaluate(ReportSchema reportSchema,
Cohort inputCohort,
EvaluationContext context)
Deprecated.
This method evaluates a ReportSchema object for the given EvaluationContext and input Cohort.
|
java.util.List<RenderingMode> |
ReportService.getRenderingModes(ReportSchema schema)
Deprecated.
Returns a List of
RenderingMode s that the passed ReportSchema supports, in
their preferred order |
void |
ReportService.saveReportSchema(ReportSchema reportSchema)
Deprecated.
Save or update the given
ReportSchema in the database. |
Modifier and Type | Method and Description |
---|---|
ReportSchema |
ReportData.getReportSchema()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ReportRenderer.getFilename(ReportSchema schema,
java.lang.String argument)
Deprecated.
Should be null if getLinkUrl() returns a non-null value.
|
java.lang.String |
ReportRenderer.getRenderedContentType(ReportSchema schema,
java.lang.String argument)
Deprecated.
The content-type that will be rendered
|
java.util.Collection<RenderingMode> |
ReportRenderer.getRenderingModes(ReportSchema schema)
Deprecated.
Returns the modes in which this report schema could be rendered.
|
void |
ReportSchemaXml.populateFromReportSchema(ReportSchema reportSchema)
Deprecated.
Convenience helper method to set the attributes on this ReportSchemaXML object with what is
in the report schema object
|
void |
ReportData.setReportSchema(ReportSchema reportSchema)
Deprecated.
|
Constructor and Description |
---|
ReportSchemaXml(ReportSchema schema)
Deprecated.
Convenience constructor to allow a user to create this shlub of a class from a full
ReportSchema object
|
Modifier and Type | Method and Description |
---|---|
ReportSchema |
ReportServiceImpl.getReportSchema(java.lang.Integer reportSchemaId)
Deprecated.
|
ReportSchema |
ReportServiceImpl.getReportSchema(ReportSchemaXml reportSchemaXml)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ReportSchema> |
ReportServiceImpl.getReportSchemas()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ReportServiceImpl.deleteReportSchema(ReportSchema reportSchema)
Deprecated.
|
ReportData |
ReportServiceImpl.evaluate(ReportSchema reportSchema,
Cohort inputCohort,
EvaluationContext evalContext)
Deprecated.
|
java.lang.String |
DelimitedTextReportRenderer.getFilename(ReportSchema schema,
java.lang.String argument)
Deprecated.
|
java.lang.String |
TsvReportRenderer.getLabel(ReportSchema model)
Deprecated.
|
java.lang.String |
DelimitedTextReportRenderer.getLinkUrl(ReportSchema schema)
Deprecated.
TODO: this appears to be unused.
|
java.lang.String |
TsvReportRenderer.getRenderedContentType(ReportSchema model,
java.lang.String argument)
Deprecated.
|
java.lang.String |
CsvReportRenderer.getRenderedContentType(ReportSchema model,
java.lang.String argument)
Deprecated.
|
java.util.Collection<RenderingMode> |
DelimitedTextReportRenderer.getRenderingModes(ReportSchema schema)
Deprecated.
|
java.util.List<RenderingMode> |
ReportServiceImpl.getRenderingModes(ReportSchema schema)
Deprecated.
|
void |
ReportServiceImpl.saveReportSchema(ReportSchema reportSchema)
Deprecated.
|
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.