public class TestSuiteDaoImpl extends Object implements CustomTestSuiteDao
| Constructor and Description |
|---|
TestSuiteDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
long |
countTestPlans(Long suiteId,
org.squashtest.tm.core.foundation.collection.Filtering filtering,
org.squashtest.tm.core.foundation.collection.ColumnFiltering columnFiltering) |
List<IndexedIterationTestPlanItem> |
findIndexedTestPlan(long suiteId,
org.squashtest.tm.core.foundation.collection.PagingAndMultiSorting sorting,
org.squashtest.tm.core.foundation.collection.Filtering filtering,
org.squashtest.tm.core.foundation.collection.ColumnFiltering columnFiltering)
Returns the paged list of [index, IterationTestPlanItem] wrapped in an
IndexedIterationTestPlanItem |
List<org.squashtest.tm.domain.campaign.IterationTestPlanItem> |
findTestPlan(long suiteId,
org.squashtest.tm.core.foundation.collection.PagingAndMultiSorting sorting,
org.squashtest.tm.core.foundation.collection.Filtering filtering,
org.squashtest.tm.core.foundation.collection.ColumnFiltering columnFiltering) |
org.squashtest.tm.domain.campaign.TestPlanStatistics |
getTestSuiteStatistics(long testSuiteId)
Will fill a
TestPlanStatistics bean with infos taken from the test plan of the TestSuite matching
the given id. |
org.squashtest.tm.domain.campaign.TestPlanStatistics |
getTestSuiteStatistics(long testSuiteId,
String userLogin)
Will fill a
TestPlanStatistics bean with the infos taken from the test plan of the TestSuite
matching the given id. |
public org.squashtest.tm.domain.campaign.TestPlanStatistics getTestSuiteStatistics(long testSuiteId)
CustomTestSuiteDaoTestPlanStatistics bean with infos taken from the test plan of the TestSuite matching
the given id.getTestSuiteStatistics in interface CustomTestSuiteDaotestSuiteId - : the id of the concerned TestSuiteTestPlanStatistics beanpublic org.squashtest.tm.domain.campaign.TestPlanStatistics getTestSuiteStatistics(long testSuiteId,
String userLogin)
CustomTestSuiteDaoTestPlanStatistics bean with the infos taken from the test plan of the TestSuite
matching the given id. But the infos will be taken only from the IterationTestPlanItem that are assigned
to the user matching the given login.getTestSuiteStatistics in interface CustomTestSuiteDaotestSuiteId - : the id of the concerned TestSuiteuserLogin - : the login of the user we want the IterationTestPlanItem to be assigned toTestPlanStatistics beanpublic List<org.squashtest.tm.domain.campaign.IterationTestPlanItem> findTestPlan(long suiteId, org.squashtest.tm.core.foundation.collection.PagingAndMultiSorting sorting, org.squashtest.tm.core.foundation.collection.Filtering filtering, org.squashtest.tm.core.foundation.collection.ColumnFiltering columnFiltering)
findTestPlan in interface CustomTestSuiteDaopublic List<IndexedIterationTestPlanItem> findIndexedTestPlan(long suiteId, org.squashtest.tm.core.foundation.collection.PagingAndMultiSorting sorting, org.squashtest.tm.core.foundation.collection.Filtering filtering, org.squashtest.tm.core.foundation.collection.ColumnFiltering columnFiltering)
CustomTestSuiteDaoIndexedIterationTestPlanItemfindIndexedTestPlan in interface CustomTestSuiteDaopublic long countTestPlans(Long suiteId, org.squashtest.tm.core.foundation.collection.Filtering filtering, org.squashtest.tm.core.foundation.collection.ColumnFiltering columnFiltering)
countTestPlans in interface CustomTestSuiteDaoCopyright © 2010–2017 Henix, henix.fr. All rights reserved.