Uses of Interface
org.jminor.common.model.reports.ReportResult

Packages that use ReportResult
org.jminor.common.model.reports   
org.jminor.common.ui.reports   
org.jminor.framework.client.model.reporting   
org.jminor.framework.client.ui.reporting   
org.jminor.framework.db   
org.jminor.framework.server   
 

Uses of ReportResult in org.jminor.common.model.reports
 

Methods in org.jminor.common.model.reports that return ReportResult
 ReportResult<R> ReportWrapper.fillReport(Connection connection)
          Fills the report using the given database connection
 ReportResult<R> ReportWrapper.fillReport(ReportDataWrapper<D> dataWrapper)
          Fills the report using the given data wrapper
 

Uses of ReportResult in org.jminor.common.ui.reports
 

Methods in org.jminor.common.ui.reports with parameters of type ReportResult
 JComponent ReportUIWrapper.createReportComponent(ReportResult<R> result)
          Returns a JComponent showing a report based on the given report result.
 

Uses of ReportResult in org.jminor.framework.client.model.reporting
 

Methods in org.jminor.framework.client.model.reporting that return ReportResult
static
<T,D> ReportResult<T>
EntityReportUtil.fillReport(ReportWrapper<T,D> reportWrapper, EntityConnectionProvider connectionProvider)
          Takes a ReportWrapper which uses a JDBC datasource and returns an initialized ReportResult object
static
<T,D> ReportResult<T>
EntityReportUtil.fillReport(ReportWrapper<T,D> reportWrapper, ReportDataWrapper<D> dataSource)
          Takes a ReportWrapper object and returns an initialized ReportResult object
 

Uses of ReportResult in org.jminor.framework.client.ui.reporting
 

Methods in org.jminor.framework.client.ui.reporting with parameters of type ReportResult
static
<T> void
EntityReportUiUtil.viewReport(ReportResult<T> reportResult, ReportUIWrapper<T> uiWrapper, String frameTitle)
          Shows a view for report printing
 

Uses of ReportResult in org.jminor.framework.db
 

Methods in org.jminor.framework.db that return ReportResult
 ReportResult EntityConnection.fillReport(ReportWrapper reportWrapper)
          Takes a ReportWrapper object using a JDBC datasource and returns an initialized ReportResult object
 

Uses of ReportResult in org.jminor.framework.server
 

Methods in org.jminor.framework.server that return ReportResult
 ReportResult RemoteEntityConnection.fillReport(ReportWrapper reportWrapper)
          Takes a ReportWrapper object using a JDBC datasource and returns an initialized ReportResult object