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

Packages that use ReportWrapper
org.jminor.framework.client.model.reporting   
org.jminor.framework.client.ui.reporting   
org.jminor.framework.db   
org.jminor.framework.server   
 

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

Methods in org.jminor.framework.client.model.reporting with parameters of type ReportWrapper
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 ReportWrapper in org.jminor.framework.client.ui.reporting
 

Methods in org.jminor.framework.client.ui.reporting with parameters of type ReportWrapper
static void EntityReportUiUtil.viewJdbcReport(JComponent component, ReportWrapper reportWrapper, ReportUIWrapper uiWrapper, String reportTitle, EntityConnectionProvider connectionProvider)
          Shows a report viewer for report printing
static void EntityReportUiUtil.viewReport(JComponent component, ReportWrapper reportWrapper, ReportUIWrapper uiWrapper, ReportDataWrapper dataSource, String reportTitle)
          Shows a report viewer for report printing
 

Uses of ReportWrapper in org.jminor.framework.db
 

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

Uses of ReportWrapper in org.jminor.framework.server
 

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