gran.app.report.listrep
Class ListReport

java.lang.Object
  extended bygran.app.report.AbstractReport
      extended bygran.app.report.listrep.ListReport
All Implemented Interfaces:
GeneralReport

public class ListReport
extends AbstractReport
implements GeneralReport


Field Summary
 
Fields inherited from class gran.app.report.AbstractReport
initParameters, report, sc
 
Constructor Summary
ListReport()
           
ListReport(SecuredReportBean report, java.lang.String taskId, SessionContext sc, java.util.Map initParameters)
           
 
Method Summary
 net.sf.jasperreports.engine.JRDataSource getDatasource()
           
 java.io.InputStream getReportFile(javax.servlet.ServletContext servletContext)
           
 java.util.Map getReportParameters(javax.servlet.ServletContext servletContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListReport

public ListReport()

ListReport

public ListReport(SecuredReportBean report,
                  java.lang.String taskId,
                  SessionContext sc,
                  java.util.Map initParameters)
Method Detail

getReportParameters

public java.util.Map getReportParameters(javax.servlet.ServletContext servletContext)
                                  throws GranException
Specified by:
getReportParameters in interface GeneralReport
Specified by:
getReportParameters in class AbstractReport
Throws:
GranException

getDatasource

public net.sf.jasperreports.engine.JRDataSource getDatasource()
                                                       throws GranException
Specified by:
getDatasource in interface GeneralReport
Specified by:
getDatasource in class AbstractReport
Throws:
GranException

getReportFile

public java.io.InputStream getReportFile(javax.servlet.ServletContext servletContext)
                                  throws GranException
Specified by:
getReportFile in interface GeneralReport
Specified by:
getReportFile in class AbstractReport
Throws:
GranException


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