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

All Superinterfaces:
EntityDao<ExecutionStep>, GenericDao<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
findAll, findAllByIds, findById
 
Methods inherited from interface org.squashtest.csp.tm.internal.repository.GenericDao
clearFromCache, clearFromCache, flush, persist, persist, remove
 

Method Detail

findExecutionStepRank

int findExecutionStepRank(Long executionStepId)

findParentExecution

Execution findParentExecution(Long executionStepId)


Copyright © 2010-2012 Henix, henix.fr. All Rights Reserved.