org.squashtest.csp.tm.internal.service
Class ReportServiceImpl
java.lang.Object
org.squashtest.csp.tm.internal.service.ReportServiceImpl
- All Implemented Interfaces:
- ReportService
@Service(value="squashtest.tm.service.ReportService")
public class ReportServiceImpl
- extends Object
- implements ReportService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReportServiceImpl
public ReportServiceImpl()
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.