gran.app.report
Interface GeneralReport

All Known Implementing Classes:
AbstractReport, DetailedReport, DistributionReport, ListReport, MoneyReport

public interface GeneralReport


Method Summary
 dori.jasper.engine.JRDataSource getDatasource()
           
 java.io.InputStream getReportFile(javax.servlet.ServletContext servletContext)
           
 java.util.Map getReportParameters(javax.servlet.ServletContext servletContext)
           
 

Method Detail

getReportParameters

public java.util.Map getReportParameters(javax.servlet.ServletContext servletContext)
                                  throws GranException
Throws:
GranException

getDatasource

public dori.jasper.engine.JRDataSource getDatasource()
                                              throws GranException
Throws:
GranException

getReportFile

public java.io.InputStream getReportFile(javax.servlet.ServletContext servletContext)
                                  throws GranException
Throws:
GranException


Copyright © 2002-2004 TrackStudio, Ltd. All Rights Reserved.