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

Packages that use ReportCategory
org.squashtest.csp.tm.domain.report   
org.squashtest.csp.tm.domain.report.common   
org.squashtest.csp.tm.internal.service   
org.squashtest.csp.tm.service   
 

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

Fields in org.squashtest.csp.tm.domain.report declared as ReportCategory
protected  ReportCategory Report.reportCategory
           
 

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

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

Methods in org.squashtest.csp.tm.domain.report with parameters of type ReportCategory
static void ReportFactory.addCategory(ReportCategory category)
          register a new ReportCategory
static void ReportFactory.removeCategory(ReportCategory category)
          remove a ReportCategory from the list of registered ReportCategory
protected abstract  void Report.setReportCategory(ReportCategory reportCategory)
          will set the ReportCategory for this report.
 

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

Subclasses of ReportCategory in org.squashtest.csp.tm.domain.report.common
 class CategoryExecutionPhase
           
 class CategoryPreparationPhase
           
 

Methods in org.squashtest.csp.tm.domain.report.common with parameters of type ReportCategory
protected  void ReportExecutionProgressFollowUp.setReportCategory(ReportCategory reportCategory)
           
protected  void ReportRequirementCoverageByTests.setReportCategory(ReportCategory reportCategory)
           
 

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

Methods in org.squashtest.csp.tm.internal.service that return types with arguments of type ReportCategory
 List<ReportCategory> ReportServiceImpl.findAllReportCategories()
           
 

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

Methods in org.squashtest.csp.tm.service that return types with arguments of type ReportCategory
 List<ReportCategory> ReportService.findAllReportCategories()
           
 



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