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

All Superinterfaces:
EntityDao<org.squashtest.tm.domain.execution.ExecutionStep>, GenericDao<org.squashtest.tm.domain.execution.ExecutionStep>
All Known Implementing Classes:
HibernateExecutionStepDao

public interface ExecutionStepDao
extends EntityDao<org.squashtest.tm.domain.execution.ExecutionStep>


Method Summary
 int findExecutionStepRank(Long executionStepId)
           
 org.squashtest.tm.domain.execution.Execution findParentExecution(Long executionStepId)
           
 
Methods inherited from interface org.squashtest.tm.service.internal.repository.EntityDao
findAll, findAllByIds, findById
 
Methods inherited from interface org.squashtest.tm.service.internal.repository.GenericDao
clearFromCache, clearFromCache, flush, persist, persist, remove, removeAll
 

Method Detail

findExecutionStepRank

int findExecutionStepRank(Long executionStepId)

findParentExecution

org.squashtest.tm.domain.execution.Execution findParentExecution(Long executionStepId)


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