| Methods in org.squashtest.tm.service.campaign that return types with arguments of type IndexedIterationTestPlanItem |
org.squashtest.tm.core.foundation.collection.PagedCollectionHolder<List<IndexedIterationTestPlanItem>> |
TestSuiteTestPlanManagerService.findAssignedTestPlan(long suiteId,
org.squashtest.tm.core.foundation.collection.PagingAndMultiSorting sorting,
org.squashtest.tm.core.foundation.collection.ColumnFiltering filtering)
Returns a suite test plan filtered for a specific user. |
org.squashtest.tm.core.foundation.collection.PagedCollectionHolder<List<IndexedIterationTestPlanItem>> |
IterationTestPlanManagerService.findAssignedTestPlan(long iterationId,
org.squashtest.tm.core.foundation.collection.PagingAndMultiSorting sorting,
org.squashtest.tm.core.foundation.collection.ColumnFiltering filtering)
Returns an iteration filtered for a specific user. |
org.squashtest.tm.core.foundation.collection.PagedCollectionHolder<List<IndexedIterationTestPlanItem>> |
IterationTestPlanFinder.findTestPlan(long iterationId,
org.squashtest.tm.core.foundation.collection.PagingAndSorting filter)
|
| Methods in org.squashtest.tm.service.internal.repository that return types with arguments of type IndexedIterationTestPlanItem |
List<IndexedIterationTestPlanItem> |
IterationDao.findIndexedTestPlan(long iterationId,
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<IndexedIterationTestPlanItem> |
CustomTestSuiteDao.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<IndexedIterationTestPlanItem> |
IterationDao.findIndexedTestPlan(long iterationId,
org.squashtest.tm.core.foundation.collection.PagingAndSorting sorting,
org.squashtest.tm.core.foundation.collection.Filtering filter,
org.squashtest.tm.core.foundation.collection.ColumnFiltering columnFiltering)
Returns the paged list of [index, IterationTestPlanItem] wrapped in an IndexedIterationTestPlanItem |
List<IndexedIterationTestPlanItem> |
CustomTestSuiteDao.findIndexedTestPlan(long suiteId,
org.squashtest.tm.core.foundation.collection.PagingAndSorting sorting,
org.squashtest.tm.core.foundation.collection.Filtering filter,
org.squashtest.tm.core.foundation.collection.ColumnFiltering columnFiltering)
Returns the paged list of [index, IterationTestPlanItem] wrapped in an IndexedIterationTestPlanItem |
| Methods in org.squashtest.tm.service.internal.repository.hibernate that return types with arguments of type IndexedIterationTestPlanItem |
List<IndexedIterationTestPlanItem> |
HibernateIterationDao.findIndexedTestPlan(long iterationId,
org.squashtest.tm.core.foundation.collection.PagingAndMultiSorting sorting,
org.squashtest.tm.core.foundation.collection.Filtering filtering,
org.squashtest.tm.core.foundation.collection.ColumnFiltering columnFiltering)
|
List<IndexedIterationTestPlanItem> |
HibernateTestSuiteDao.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)
|
List<IndexedIterationTestPlanItem> |
HibernateIterationDao.findIndexedTestPlan(long iterationId,
org.squashtest.tm.core.foundation.collection.PagingAndSorting sorting,
org.squashtest.tm.core.foundation.collection.Filtering filtering,
org.squashtest.tm.core.foundation.collection.ColumnFiltering columnFiltering)
|
List<IndexedIterationTestPlanItem> |
HibernateTestSuiteDao.findIndexedTestPlan(long suiteId,
org.squashtest.tm.core.foundation.collection.PagingAndSorting sorting,
org.squashtest.tm.core.foundation.collection.Filtering filtering,
org.squashtest.tm.core.foundation.collection.ColumnFiltering columnFiltering)
|