org.squashtest.csp.tm.internal.repository
Interface ExecutionDao

All Superinterfaces:
EntityDao<Execution>
All Known Implementing Classes:
HibernateExecutionDao

public interface ExecutionDao
extends EntityDao<Execution>


Method Summary
 Integer countReady(long executionId)
           
 Integer countSuccess(long executionId)
           
 Execution findAndInit(long executionId)
           
 int findExecutionRank(long executionId)
           
 List<ExecutionStep> findExecutionSteps(long executionId)
           
 ExecutionStep findLastStep(long executionId)
           
 List<ExecutionStep> findStepsFiltered(Long executionId, CollectionFilter filter)
           
 ExecutionStatusReport getStatusReport(long executionId)
           
 
Methods inherited from interface org.squashtest.csp.tm.internal.repository.EntityDao
findAllByIdList, findById, flush, persist, persist, remove
 

Method Detail

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.