|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||