org.itracker.services
Interface ReportService

All Known Implementing Classes:
ReportServiceImpl

public interface ReportService


Method Summary
 Report createReport(Report report)
           
 List<Report> getAllReports()
           
 int getNumberReports()
           
 ReportDAO getReportDAO()
           
 void outputPDF(List<Issue> reportDataArray, Report reportModel, Locale userLocale, String reportOutput, javax.servlet.http.HttpSession session, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.apache.struts.action.ActionMapping mapping)
          Deprecated. needs to be moved to static method in a new web-report-utility class
 

Method Detail

getAllReports

List<Report> getAllReports()
                           throws Exception
Throws:
Exception

getNumberReports

int getNumberReports()
                     throws Exception
Throws:
Exception

createReport

Report createReport(Report report)

getReportDAO

ReportDAO getReportDAO()

outputPDF

void outputPDF(List<Issue> reportDataArray,
               Report reportModel,
               Locale userLocale,
               String reportOutput,
               javax.servlet.http.HttpSession session,
               javax.servlet.http.HttpServletRequest request,
               javax.servlet.http.HttpServletResponse response,
               org.apache.struts.action.ActionMapping mapping)
Deprecated. needs to be moved to static method in a new web-report-utility class

Parameters:
reportDataArray -
reportModel -
userLocale -
reportOutput -
session -
request -
response -
mapping -


Copyright © 2002-2012 itracker. All Rights Reserved.