|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IndexedCampaignTestPlanItem | |
|---|---|
| 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. |
| Uses of IndexedCampaignTestPlanItem in org.squashtest.tm.service.campaign |
|---|
| Methods in org.squashtest.tm.service.campaign that return types with arguments of type IndexedCampaignTestPlanItem | |
|---|---|
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)
|
| Uses of IndexedCampaignTestPlanItem in org.squashtest.tm.service.internal.campaign |
|---|
| Methods in org.squashtest.tm.service.internal.campaign that return types with arguments of type IndexedCampaignTestPlanItem | |
|---|---|
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)
|
| Uses of IndexedCampaignTestPlanItem in org.squashtest.tm.service.internal.repository |
|---|
| Methods in org.squashtest.tm.service.internal.repository that return types with arguments of type IndexedCampaignTestPlanItem | |
|---|---|
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 |
| Uses of IndexedCampaignTestPlanItem in org.squashtest.tm.service.internal.repository.hibernate |
|---|
| Methods in org.squashtest.tm.service.internal.repository.hibernate that return types with arguments of type IndexedCampaignTestPlanItem | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||