Uses of Interface
org.squashtest.csp.tm.domain.report.query.ReportQuery

Packages that use ReportQuery
org.squashtest.csp.tm.domain.report   
org.squashtest.csp.tm.domain.report.common.hibernate   
org.squashtest.csp.tm.domain.report.query   
org.squashtest.csp.tm.domain.report.query.hibernate   
org.squashtest.csp.tm.internal.repository   
org.squashtest.csp.tm.internal.repository.hibernate This file contains Hibernate named queries used by DAOs. 
org.squashtest.csp.tm.internal.service   
org.squashtest.csp.tm.service   
 

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

Methods in org.squashtest.csp.tm.domain.report that return ReportQuery
 ReportQuery Report.createReportQuery()
          This method is simply a wrapper that will call makeReportQuery() of the ReportQueryFactory
 

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

Classes in org.squashtest.csp.tm.domain.report.common.hibernate that implement ReportQuery
 class HibernateExecutionProgressQuery
           
 class HibernateRequirementCoverageByTestsQuery
          Manage hibernate query to get the requirements covered by a given test-case
 

Methods in org.squashtest.csp.tm.domain.report.common.hibernate that return ReportQuery
 ReportQuery RequirementCoverageByTestsQueryFactory.makeReportQuery()
           
 ReportQuery ExecutionProgressQueryFactory.makeReportQuery()
           
 

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

Methods in org.squashtest.csp.tm.domain.report.query that return ReportQuery
 ReportQuery ReportQueryFactory.makeReportQuery()
           
 

Uses of ReportQuery in org.squashtest.csp.tm.domain.report.query.hibernate
 

Classes in org.squashtest.csp.tm.domain.report.query.hibernate that implement ReportQuery
 class HibernateReportQuery
          This class is an implementation of ReportQuery meant for a Hibernate repository.
 

Uses of ReportQuery in org.squashtest.csp.tm.internal.repository
 

Methods in org.squashtest.csp.tm.internal.repository with parameters of type ReportQuery
 List<?> ReportQueryDao.executeQuery(ReportQuery query)
           
 

Uses of ReportQuery in org.squashtest.csp.tm.internal.repository.hibernate
 

Methods in org.squashtest.csp.tm.internal.repository.hibernate with parameters of type ReportQuery
 List<?> HibernateReportQueryDao.executeQuery(ReportQuery query)
           
 

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

Methods in org.squashtest.csp.tm.internal.service with parameters of type ReportQuery
 List<?> ReportServiceImpl.executeQuery(ReportQuery query)
           
 

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

Methods in org.squashtest.csp.tm.service with parameters of type ReportQuery
 List<?> ReportService.executeQuery(ReportQuery query)
           
 



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