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

All Superinterfaces:
EntityDao<ExecutionStep>
All Known Implementing Classes:
HibernateExecutionStepDao

public interface ExecutionStepDao
extends EntityDao<ExecutionStep>


Method Summary
 int findExecutionStepRank(Long executionStepId)
           
 Execution findParentExecution(Long executionStepId)
           
 
Methods inherited from interface org.squashtest.csp.tm.internal.repository.EntityDao
findAllByIdList, findById, flush, persist, persist, remove
 

Method Detail

findExecutionStepRank

int findExecutionStepRank(Long executionStepId)

findParentExecution

Execution findParentExecution(Long executionStepId)


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