|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CollectionSorting | |
|---|---|
| org.squashtest.csp.tm.internal.repository | |
| org.squashtest.csp.tm.internal.repository.hibernate | This file contains Hibernate named queries used by DAOs. |
| org.squashtest.csp.tm.internal.service | |
| org.squashtest.csp.tm.service | |
| Uses of CollectionSorting in org.squashtest.csp.tm.internal.repository |
|---|
| Methods in org.squashtest.csp.tm.internal.repository with parameters of type CollectionSorting | |
|---|---|
List<Attachment> |
AttachmentDao.findAllAttachmentsFiltered(Long attachmentListId,
CollectionSorting filter)
|
List<TestCase> |
TestCaseDao.findAllCallingTestCases(long testCaseId,
CollectionSorting sorting)
returns the ids of all the test cases having at least one call test step referencing the given test case. |
List<CampaignTestPlanItem> |
CampaignDao.findAllTestPlanByIdFiltered(long campaignId,
CollectionSorting filter)
|
List<IssueOwnership<Issue>> |
IssueDao.findIssuesWithOwner(Bugged entity,
CollectionSorting sorter)
Will recursively find a sorted/filtered list of Issues paired with their owning Bugged entity, from the given bugged entity and its related Bugged entities. |
List<Project> |
ProjectDao.findSortedProjects(CollectionSorting filter)
|
List<IterationTestPlanItem> |
IterationDao.findTestPlanFiltered(long iterationId,
CollectionSorting filter)
|
| Uses of CollectionSorting in org.squashtest.csp.tm.internal.repository.hibernate |
|---|
| Methods in org.squashtest.csp.tm.internal.repository.hibernate with parameters of type CollectionSorting | |
|---|---|
List<Attachment> |
HibernateAttachmentDao.findAllAttachmentsFiltered(Long attachmentListId,
CollectionSorting filter)
|
List<TestCase> |
HibernateTestCaseDao.findAllCallingTestCases(long testCaseId,
CollectionSorting sorting)
|
List<CampaignTestPlanItem> |
HibernateCampaignDao.findAllTestPlanByIdFiltered(long campaignId,
CollectionSorting filter)
|
protected List<Issue> |
HibernateIssueDao.findIssuesFromIssueList(List<Long> issueListIds,
CollectionSorting sorter)
|
List<IssueOwnership<Issue>> |
HibernateIssueDao.findIssuesWithOwner(Bugged entity,
CollectionSorting sorter)
|
List<Project> |
HibernateProjectDao.findSortedProjects(CollectionSorting filter)
|
List<IterationTestPlanItem> |
HibernateIterationDao.findTestPlanFiltered(long iterationId,
CollectionSorting filter)
|
| Uses of CollectionSorting in org.squashtest.csp.tm.internal.service |
|---|
| Uses of CollectionSorting in org.squashtest.csp.tm.service |
|---|
| Methods in org.squashtest.csp.tm.service with parameters of type CollectionSorting | |
|---|---|
FilteredCollectionHolder<List<IssueOwnership<org.squashtest.csp.core.bugtracker.domain.BTIssue>>> |
BugTrackerLocalService.findBugTrackerIssues(Bugged buggedEntity,
CollectionSorting sorter)
Given a Bugged Entity, returns a list of BTIssue (not Issue). |
FilteredCollectionHolder<List<TestCase>> |
CustomTestCaseModificationService.findCallingTestCases(long testCaseId,
CollectionSorting sorting)
That method returns the list of test cases having at least one CallTestStep directly calling the test case identified by testCaseId. |
List<TestCase> |
CallStepManagerService.findCallingTestCases(long testCaseId,
CollectionSorting sorting)
That method returns the list of test cases having at least one CallTestStep directly calling the test case identified by testCaseId. |
FilteredCollectionHolder<List<Attachment>> |
AttachmentManagerService.findFilteredAttachmentForList(long attachmentListId,
CollectionSorting filter)
|
FilteredCollectionHolder<List<IterationTestPlanItem>> |
CustomIterationModificationService.findIterationTestPlan(long iterationId,
CollectionSorting filter)
|
FilteredCollectionHolder<List<Project>> |
ProjectManagerService.findSortedProjects(CollectionSorting filter)
|
FilteredCollectionHolder<List<IssueOwnership<Issue>>> |
BugTrackerLocalService.findSquashIssues(Bugged buggedEntity,
CollectionSorting sorter)
Given a Bugged Entity, returns a list of Issue (not BTIssue). |
FilteredCollectionHolder<List<IterationTestPlanItem>> |
IterationTestPlanManagerService.findTestPlan(long iterationId,
CollectionSorting filter)
|
FilteredCollectionHolder<List<CampaignTestPlanItem>> |
CustomCampaignModificationService.findTestPlanByCampaignId(long campaignId,
CollectionSorting filter)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||