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

All Superinterfaces:
CustomTestSuiteDao, EntityDao<TestSuite>, GenericDao<TestSuite>

public interface TestSuiteDao
extends CustomTestSuiteDao


Method Summary
 long countTestPlanItems(long testSuiteId)
           
 List<IterationTestPlanItem> findAllTestPlanItemsPaged(long testSuiteId, org.squashtest.tm.core.foundation.collection.Paging paging)
           
 
Methods inherited from interface org.squashtest.csp.tm.internal.repository.CustomTestSuiteDao
findAllByIterationId, findAllExecutionByTestSuite, findLaunchableTestPlan, findTestPlanPartition, getTestSuiteStatistics
 
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

findAllTestPlanItemsPaged

List<IterationTestPlanItem> findAllTestPlanItemsPaged(long testSuiteId,
                                                      org.squashtest.tm.core.foundation.collection.Paging paging)

countTestPlanItems

long countTestPlanItems(long testSuiteId)


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