Uses of Class
org.squashtest.csp.tm.domain.report.Report

Packages that use Report
org.squashtest.csp.tm.domain.report   
org.squashtest.csp.tm.domain.report.common   
org.squashtest.csp.tm.domain.report.common.hibernate   
org.squashtest.csp.tm.domain.report.query   
org.squashtest.csp.tm.internal.service   
org.squashtest.csp.tm.service   
 

Uses of Report in org.squashtest.csp.tm.domain.report
 

Methods in org.squashtest.csp.tm.domain.report that return Report
 Report ReportCategory.findReportById(Integer id)
           
 Report ReportFactory.findReportById(Integer reportId)
          Will return the bean instance of the Report referred to with this id.
 

Methods in org.squashtest.csp.tm.domain.report that return types with arguments of type Report
 List<Report> ReportCategory.getReportList()
           
 

Methods in org.squashtest.csp.tm.domain.report with parameters of type Report
 void ReportCategory.addReport(Report report)
           
 void ReportCategory.removeReport(Report report)
          Will unregister a previously registered Report.
static void ReportFactory.removeReport(Report report)
          Will unregister a Report from its ReportCategory
 

Uses of Report in org.squashtest.csp.tm.domain.report.common
 

Subclasses of Report in org.squashtest.csp.tm.domain.report.common
 class ReportExecutionProgressFollowUp
           
 class ReportRequirementCoverageByTests
           
 

Uses of Report in org.squashtest.csp.tm.domain.report.common.hibernate
 

Methods in org.squashtest.csp.tm.domain.report.common.hibernate with parameters of type Report
 void RequirementCoverageByTestsQueryFactory.setReport(Report report)
           
 void ExecutionProgressQueryFactory.setReport(Report report)
           
 

Uses of Report in org.squashtest.csp.tm.domain.report.query
 

Methods in org.squashtest.csp.tm.domain.report.query with parameters of type Report
 void ReportQueryFactory.setReport(Report report)
           
 

Uses of Report in org.squashtest.csp.tm.internal.service
 

Methods in org.squashtest.csp.tm.internal.service that return Report
 Report ReportServiceImpl.findReportById(Integer reportId)
           
 

Uses of Report in org.squashtest.csp.tm.service
 

Methods in org.squashtest.csp.tm.service that return Report
 Report ReportService.findReportById(Integer reportId)
           
 



Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.