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

All Superinterfaces:
CustomTestSuiteDao, EntityDao<org.squashtest.tm.domain.campaign.TestSuite>, GenericDao<org.squashtest.tm.domain.campaign.TestSuite>

public interface TestSuiteDao
extends CustomTestSuiteDao


Method Summary
 long countTestPlanItems(long testSuiteId)
           
 
Methods inherited from interface org.squashtest.tm.service.internal.repository.CustomTestSuiteDao
countTestPlans, countTestPlans, findAllByIterationId, findAllExecutionByTestSuite, findAllTestPlanItemsPaged, findIndexedTestPlan, findIndexedTestPlan, findLaunchableTestPlan, findProjectIdBySuiteId, findTestPlan, findTestPlanPartition, getTestSuiteStatistics, getTestSuiteStatistics
 
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

countTestPlanItems

long countTestPlanItems(long testSuiteId)


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