org.squashtest.csp.tm.internal.repository
Interface ExecutionDao
- All Superinterfaces:
- EntityDao<Execution>
- All Known Implementing Classes:
- HibernateExecutionDao
public interface ExecutionDao
- extends EntityDao<Execution>
findExecutionSteps
List<ExecutionStep> findExecutionSteps(long executionId)
findAndInit
Execution findAndInit(long executionId)
findLastStep
ExecutionStep findLastStep(long executionId)
findExecutionRank
int findExecutionRank(long executionId)
getStatusReport
ExecutionStatusReport getStatusReport(long executionId)
countSuccess
Integer countSuccess(long executionId)
countReady
Integer countReady(long executionId)
findStepsFiltered
List<ExecutionStep> findStepsFiltered(Long executionId,
CollectionFilter filter)
Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.