| 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<IndexedCampaignTestPlanItem>> |
CampaignTestPlanManagerService.findTestPlan(long campaignId,
org.squashtest.tm.core.foundation.collection.PagingAndMultiSorting sorting,
org.squashtest.tm.core.foundation.collection.ColumnFiltering filtering) |
| Modifier and Type | Method and Description |
|---|---|
org.squashtest.tm.core.foundation.collection.PagedCollectionHolder<List<IndexedCampaignTestPlanItem>> |
CampaignTestPlanManagerServiceImpl.findTestPlan(long campaignId,
org.squashtest.tm.core.foundation.collection.PagingAndMultiSorting sorting,
org.squashtest.tm.core.foundation.collection.ColumnFiltering filtering) |
| Modifier and Type | Method and Description |
|---|---|
List<IndexedCampaignTestPlanItem> |
CampaignDao.findFilteredIndexedTestPlan(long campaignId,
org.squashtest.tm.core.foundation.collection.PagingAndMultiSorting sorting,
org.squashtest.tm.core.foundation.collection.ColumnFiltering filtering) |
List<IndexedCampaignTestPlanItem> |
CampaignDao.findIndexedTestPlan(long campaignId,
org.squashtest.tm.core.foundation.collection.PagingAndMultiSorting sorting)
Returns the paged list of [index, CampaignTestPlanItem] wrapped in an
IndexedIterationTestPlanItem |
List<IndexedCampaignTestPlanItem> |
CampaignDao.findIndexedTestPlan(long campaignId,
org.squashtest.tm.core.foundation.collection.PagingAndSorting sorting)
Returns the paged list of [index, CampaignTestPlanItem] wrapped in an
IndexedIterationTestPlanItem |
| Modifier and Type | Method and Description |
|---|---|
List<IndexedCampaignTestPlanItem> |
HibernateCampaignDao.findFilteredIndexedTestPlan(long campaignId,
org.squashtest.tm.core.foundation.collection.PagingAndMultiSorting sorting,
org.squashtest.tm.core.foundation.collection.ColumnFiltering filtering) |
List<IndexedCampaignTestPlanItem> |
HibernateCampaignDao.findIndexedTestPlan(long campaignId,
org.squashtest.tm.core.foundation.collection.PagingAndMultiSorting sorting) |
List<IndexedCampaignTestPlanItem> |
HibernateCampaignDao.findIndexedTestPlan(long campaignId,
org.squashtest.tm.core.foundation.collection.PagingAndSorting sorting) |
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.