| Package | Description |
|---|---|
| org.squashtest.tm.service.campaign | |
| org.squashtest.tm.service.internal.campaign | |
| org.squashtest.tm.service.internal.repository | |
| org.squashtest.tm.service.internal.repository.hibernate |
This file contains Hibernate named queries used by DAOs.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
org.squashtest.tm.core.foundation.collection.PagedCollectionHolder<List<IndexedIterationTestPlanItem>> |
IterationTestPlanManagerServiceImpl.findAssignedTestPlan(long iterationId,
org.squashtest.tm.core.foundation.collection.PagingAndMultiSorting sorting,
org.squashtest.tm.core.foundation.collection.ColumnFiltering columnFiltering) |
org.squashtest.tm.core.foundation.collection.PagedCollectionHolder<List<IndexedIterationTestPlanItem>> |
TestSuiteTestPlanManagerServiceImpl.findAssignedTestPlan(long testSuiteId,
org.squashtest.tm.core.foundation.collection.PagingAndMultiSorting sorting,
org.squashtest.tm.core.foundation.collection.ColumnFiltering columnFiltering) |
org.squashtest.tm.core.foundation.collection.PagedCollectionHolder<List<IndexedIterationTestPlanItem>> |
IterationTestPlanManagerServiceImpl.findTestPlan(long iterationId,
org.squashtest.tm.core.foundation.collection.PagingAndSorting filter) |
| Modifier and Type | Method and Description |
|---|---|
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.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 |
| Modifier and Type | Method and Description |
|---|---|
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> |
TestSuiteDaoImpl.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) |
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.