public class ExecutionDaoImpl extends Object implements CustomExecutionDao
| Constructor and Description |
|---|
ExecutionDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<org.squashtest.tm.domain.execution.Execution> |
findAllByTestCaseId(long testCaseId,
org.squashtest.tm.core.foundation.collection.PagingAndSorting pas)
Returns the executions which ran the given test case using the given paging and sorting data
|
List<org.squashtest.tm.domain.execution.Execution> |
findAllByTestCaseIdOrderByRunDate(long testCaseId,
org.squashtest.tm.core.foundation.collection.Paging paging) |
List<org.squashtest.tm.domain.execution.ExecutionStep> |
findAllExecutionStepsWithStatus(Long projectId,
org.squashtest.tm.domain.execution.ExecutionStatus executionStatus) |
List<org.squashtest.tm.domain.bugtracker.IssueDetector> |
findAllIssueDetectorsForExecution(Long execId) |
List<org.squashtest.tm.domain.campaign.IterationTestPlanItem> |
findAllIterationTestPlanItemsWithStatus(Long projectId,
org.squashtest.tm.domain.execution.ExecutionStatus executionStatus) |
org.squashtest.tm.domain.execution.Execution |
findAndInit(long executionId) |
int |
findExecutionRank(long executionId) |
List<org.squashtest.tm.domain.execution.ExecutionStep> |
findStepsFiltered(Long executionId,
org.squashtest.tm.core.foundation.collection.Paging filter) |
org.squashtest.tm.domain.execution.ExecutionStatusReport |
getStatusReport(long executionId) |
boolean |
projectUsesExecutionStatus(long projectId,
org.squashtest.tm.domain.execution.ExecutionStatus executionStatus) |
public org.squashtest.tm.domain.execution.Execution findAndInit(long executionId)
findAndInit in interface CustomExecutionDaopublic int findExecutionRank(long executionId)
findExecutionRank in interface CustomExecutionDaopublic org.squashtest.tm.domain.execution.ExecutionStatusReport getStatusReport(long executionId)
getStatusReport in interface CustomExecutionDaopublic List<org.squashtest.tm.domain.execution.ExecutionStep> findStepsFiltered(Long executionId, org.squashtest.tm.core.foundation.collection.Paging filter)
findStepsFiltered in interface CustomExecutionDaopublic List<org.squashtest.tm.domain.execution.ExecutionStep> findAllExecutionStepsWithStatus(Long projectId, org.squashtest.tm.domain.execution.ExecutionStatus executionStatus)
findAllExecutionStepsWithStatus in interface CustomExecutionDaopublic List<org.squashtest.tm.domain.campaign.IterationTestPlanItem> findAllIterationTestPlanItemsWithStatus(Long projectId, org.squashtest.tm.domain.execution.ExecutionStatus executionStatus)
findAllIterationTestPlanItemsWithStatus in interface CustomExecutionDaopublic boolean projectUsesExecutionStatus(long projectId,
org.squashtest.tm.domain.execution.ExecutionStatus executionStatus)
projectUsesExecutionStatus in interface CustomExecutionDaopublic List<org.squashtest.tm.domain.bugtracker.IssueDetector> findAllIssueDetectorsForExecution(Long execId)
findAllIssueDetectorsForExecution in interface CustomExecutionDaopublic List<org.squashtest.tm.domain.execution.Execution> findAllByTestCaseIdOrderByRunDate(long testCaseId, org.squashtest.tm.core.foundation.collection.Paging paging)
findAllByTestCaseIdOrderByRunDate in interface CustomExecutionDaopublic List<org.squashtest.tm.domain.execution.Execution> findAllByTestCaseId(long testCaseId, org.squashtest.tm.core.foundation.collection.PagingAndSorting pas)
CustomExecutionDaofindAllByTestCaseId in interface CustomExecutionDaopas - non null paging and sorting dataCopyright © 2010–2017 Henix, henix.fr. All rights reserved.