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

All Superinterfaces:
CustomTestSuiteDao

public interface TestSuiteDao
extends CustomTestSuiteDao


Method Summary
 long countTestPlanItems(long testSuiteId)
           
 List<TestSuite> findAllByIds(Collection<Long> suitesIds)
           
 List<IterationTestPlanItem> findAllTestPlanItemsPaged(long testSuiteId, org.squashtest.tm.core.foundation.collection.Paging paging)
           
 TestSuite findById(long testSuiteId)
           
 void persist(TestSuite suite)
           
 
Methods inherited from interface org.squashtest.csp.tm.internal.repository.CustomTestSuiteDao
findAllByIterationId, findAllExecutionByTestSuite, findLaunchableTestPlan, findTestPlanPartition, getTestSuiteStatistics
 

Method Detail

findAllTestPlanItemsPaged

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

countTestPlanItems

long countTestPlanItems(long testSuiteId)

findById

TestSuite findById(long testSuiteId)

findAllByIds

List<TestSuite> findAllByIds(Collection<Long> suitesIds)

persist

void persist(TestSuite suite)


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