Uses of Class
ar.com.jiji.kaya.reports.ReportSpec

Packages that use ReportSpec
ar.com.jiji.kaya.reports Generacion de reportes usando JasperReports. 
 

Uses of ReportSpec in ar.com.jiji.kaya.reports
 

Methods in ar.com.jiji.kaya.reports that return ReportSpec
 ReportSpec ReportSpecManager.get(java.lang.String name)
           
 

Methods in ar.com.jiji.kaya.reports that return types with arguments of type ReportSpec
 java.util.Collection<ReportSpec> ReportSpecManager.getReports()
           
 

Methods in ar.com.jiji.kaya.reports with parameters of type ReportSpec
 void ReportSpecManager.add(java.lang.String name, ReportSpec spec)
           
 void ReportsFacade.export(ReportSpec report, java.util.Map dsArgs, java.util.Map params, javax.servlet.http.HttpServletResponse res, org.apache.tapestry.request.ResponseOutputStream output, ReportFormat format, boolean download)
           
protected  java.util.List ReportsFacade.getData(ReportSpec spec, java.util.Map ctx)
           
protected  net.sf.jasperreports.engine.JRDataSource ReportsFacade.getDataSource(ReportSpec spec, java.util.Map ctx)
           
 



Copyright © 2006 Kaya. All Rights Reserved.