public interface CustomTestSuiteDao
| 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 filter,
org.squashtest.tm.core.foundation.collection.ColumnFiltering columnFiltering) |
org.squashtest.tm.domain.campaign.TestPlanStatistics |
getTestSuiteStatistics(long testSuitId)
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 suiteId,
String userLogin)
Will fill a
TestPlanStatistics bean with the infos taken from the test plan of the TestSuite
matching the given id. |
org.squashtest.tm.domain.campaign.TestPlanStatistics getTestSuiteStatistics(long testSuitId)
TestPlanStatistics bean with infos taken from the test plan of the TestSuite matching
the given id.testSuitId - : the id of the concerned TestSuiteTestPlanStatistics beanorg.squashtest.tm.domain.campaign.TestPlanStatistics getTestSuiteStatistics(long suiteId,
String userLogin)
TestPlanStatistics 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.suiteId - : the id of the concerned TestSuiteuserLogin - : the login of the user we want the IterationTestPlanItem to be assigned toTestPlanStatistics beanList<org.squashtest.tm.domain.campaign.IterationTestPlanItem> findTestPlan(long suiteId, org.squashtest.tm.core.foundation.collection.PagingAndMultiSorting sorting, org.squashtest.tm.core.foundation.collection.Filtering filter, 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)
IndexedIterationTestPlanItemlong countTestPlans(Long suiteId, org.squashtest.tm.core.foundation.collection.Filtering filtering, org.squashtest.tm.core.foundation.collection.ColumnFiltering columnFiltering)
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.