Uses of Class
org.squashtest.tm.service.campaign.IndexedIterationTestPlanItem

Packages that use IndexedIterationTestPlanItem
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 IndexedIterationTestPlanItem in org.squashtest.tm.service.campaign
 

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)
           
 

Uses of IndexedIterationTestPlanItem in org.squashtest.tm.service.internal.campaign
 

Methods in org.squashtest.tm.service.internal.campaign that return types with arguments of type IndexedIterationTestPlanItem
 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.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>> IterationTestPlanManagerServiceImpl.findTestPlan(long iterationId, org.squashtest.tm.core.foundation.collection.PagingAndSorting filter)
           
 

Uses of IndexedIterationTestPlanItem in org.squashtest.tm.service.internal.repository
 

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
 

Uses of IndexedIterationTestPlanItem in org.squashtest.tm.service.internal.repository.hibernate
 

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)
           
 



Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.