|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReportException | |
---|---|
org.jminor.common.model.reports | |
org.jminor.framework.client.model.reporting | |
org.jminor.framework.db | |
org.jminor.framework.server |
Uses of ReportException in org.jminor.common.model.reports |
---|
Methods in org.jminor.common.model.reports that throw ReportException | |
---|---|
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 ReportException in org.jminor.framework.client.model.reporting |
---|
Methods in org.jminor.framework.client.model.reporting that throw ReportException | ||
---|---|---|
static
|
EntityReportUtil.fillReport(ReportWrapper<T,D> reportWrapper,
EntityConnectionProvider connectionProvider)
Takes a ReportWrapper which uses a JDBC datasource and returns an initialized ReportResult object |
|
static
|
EntityReportUtil.fillReport(ReportWrapper<T,D> reportWrapper,
ReportDataWrapper<D> dataSource)
Takes a ReportWrapper object and returns an initialized ReportResult object |
Uses of ReportException in org.jminor.framework.db |
---|
Methods in org.jminor.framework.db that throw ReportException | |
---|---|
ReportResult |
EntityConnection.fillReport(ReportWrapper reportWrapper)
Takes a ReportWrapper object using a JDBC datasource and returns an initialized ReportResult object |
Uses of ReportException in org.jminor.framework.server |
---|
Methods in org.jminor.framework.server that throw ReportException | |
---|---|
ReportResult |
RemoteEntityConnection.fillReport(ReportWrapper reportWrapper)
Takes a ReportWrapper object using a JDBC datasource and returns an initialized ReportResult object |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |