| java.lang.Object br.com.gfp.reports.ReportFactory
ReportFactory | public class ReportFactory (Code) | | Esta classe é responsável por encotnrar e realizar chamadas
para as classes responsáveis por gerar relatórios.
author: Igor Regis da Silva Simoes since: 26/07/2005 12:02:33 |
ReportFactory | public ReportFactory()(Code) | | |
makeReport | public static void makeReport(String reportName, Map parametros) throws JRException, SQLException(Code) | | Gera um relatório em uma tela de Preview do JasperReport
Parameters: reportName - Parameters: parametros - throws: JRException - throws: SQLException - |
makeReport | public static void makeReport(String reportName, Map parametros, TableModel tableModel) throws JRException, SQLException(Code) | | Gera um relatório em uma tela de Preview do JasperReport usando um table model
Parameters: reportName - Parameters: parametros - Parameters: tableModel - throws: JRException - throws: SQLException - |
|
|