org.squashtest.csp.tm.service
Interface ReportService

All Known Implementing Classes:
ReportServiceImpl

@Transactional
public interface ReportService


Method Summary
 List<?> executeQuery(ReportQuery query)
           
 List<ReportCategory> findAllReportCategories()
           
 Report findReportById(Integer reportId)
           
 

Method Detail

findAllReportCategories

List<ReportCategory> findAllReportCategories()

executeQuery

List<?> executeQuery(ReportQuery query)

findReportById

Report findReportById(Integer reportId)


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