org.squashtest.csp.tm.internal.repository.hibernate
Class HibernateExecutionDao
java.lang.Object
org.squashtest.csp.tm.internal.repository.hibernate.HibernateDao<ENTITY_TYPE>
org.squashtest.csp.tm.internal.repository.hibernate.HibernateEntityDao<Execution>
org.squashtest.csp.tm.internal.repository.hibernate.HibernateExecutionDao
- All Implemented Interfaces:
- EntityDao<Execution>, ExecutionDao
@Repository
public class HibernateExecutionDao
- extends HibernateEntityDao<Execution>
- implements ExecutionDao
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HibernateExecutionDao
public HibernateExecutionDao()
findExecutionSteps
public List<ExecutionStep> findExecutionSteps(long executionId)
- Specified by:
findExecutionSteps in interface ExecutionDao
findAndInit
public Execution findAndInit(long executionId)
- Specified by:
findAndInit in interface ExecutionDao
findLastStep
public ExecutionStep findLastStep(long executionId)
- Specified by:
findLastStep in interface ExecutionDao
findExecutionRank
public int findExecutionRank(long executionId)
- Specified by:
findExecutionRank in interface ExecutionDao
getStatusReport
public ExecutionStatusReport getStatusReport(long executionId)
- Specified by:
getStatusReport in interface ExecutionDao
countSuccess
public Integer countSuccess(long executionId)
- Specified by:
countSuccess in interface ExecutionDao
countReady
public Integer countReady(long executionId)
- Specified by:
countReady in interface ExecutionDao
findStepsFiltered
public List<ExecutionStep> findStepsFiltered(Long executionId,
CollectionFilter filter)
- Specified by:
findStepsFiltered in interface ExecutionDao
Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.