org.squashtest.csp.tm.internal.service
Class ReportServiceImpl

java.lang.Object
  extended by org.squashtest.csp.tm.internal.service.ReportServiceImpl
All Implemented Interfaces:
ReportService

@Service(value="squashtest.tm.service.ReportService")
public class ReportServiceImpl
extends Object
implements ReportService


Constructor Summary
ReportServiceImpl()
           
 
Method Summary
 List<?> executeQuery(ReportQuery query)
           
 List<ReportCategory> findAllReportCategories()
           
 Report findReportById(Integer reportId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportServiceImpl

public ReportServiceImpl()
Method Detail

findAllReportCategories

public List<ReportCategory> findAllReportCategories()
Specified by:
findAllReportCategories in interface ReportService

executeQuery

public List<?> executeQuery(ReportQuery query)
Specified by:
executeQuery in interface ReportService

findReportById

public Report findReportById(Integer reportId)
Specified by:
findReportById in interface ReportService


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