|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FilteredCollectionHolder | |
|---|---|
| org.squashtest.csp.tm.internal.service | |
| org.squashtest.csp.tm.internal.service.bugtracker | |
| org.squashtest.csp.tm.service | |
| Uses of FilteredCollectionHolder in org.squashtest.csp.tm.internal.service |
|---|
| Uses of FilteredCollectionHolder in org.squashtest.csp.tm.internal.service.bugtracker |
|---|
| Methods in org.squashtest.csp.tm.internal.service.bugtracker that return FilteredCollectionHolder | |
|---|---|
FilteredCollectionHolder<List<org.squashtest.csp.core.bugtracker.domain.BugTracker>> |
BugTrackerManagerServiceImpl.findSortedBugtrackers(CollectionSorting filter)
|
FilteredCollectionHolder<List<IssueOwnership<org.squashtest.csp.core.bugtracker.domain.BTIssue>>> |
BugTrackersLocalServiceImpl.findSortedIssueOwnershipForIteration(Long iterId,
CollectionSorting sorter)
|
FilteredCollectionHolder<List<IssueOwnership<org.squashtest.csp.core.bugtracker.domain.BTIssue>>> |
BugTrackersLocalServiceImpl.findSortedIssueOwnershipForTestCase(Long tcId,
CollectionSorting sorter)
|
FilteredCollectionHolder<List<IssueOwnership<org.squashtest.csp.core.bugtracker.domain.BTIssue>>> |
BugTrackersLocalServiceImpl.findSortedIssueOwnershipsForCampaigns(Long campId,
CollectionSorting sorter)
|
FilteredCollectionHolder<List<IssueOwnership<org.squashtest.csp.core.bugtracker.domain.BTIssue>>> |
BugTrackersLocalServiceImpl.findSortedIssueOwnershipsforExecution(Long execId,
CollectionSorting sorter)
|
FilteredCollectionHolder<List<IssueOwnership<org.squashtest.csp.core.bugtracker.domain.BTIssue>>> |
BugTrackersLocalServiceImpl.findSortedIssueOwnerShipsForExecutionStep(Long stepId,
CollectionSorting sorter)
|
FilteredCollectionHolder<List<IssueOwnership<org.squashtest.csp.core.bugtracker.domain.BTIssue>>> |
BugTrackersLocalServiceImpl.findSortedIssueOwnershipsForTestSuite(Long testSuiteId,
CollectionSorting sorter)
|
| Uses of FilteredCollectionHolder in org.squashtest.csp.tm.service |
|---|
| Methods in org.squashtest.csp.tm.service that return FilteredCollectionHolder | |
|---|---|
FilteredCollectionHolder<List<User>> |
AdministrationService.findAllUsersFiltered(CollectionSorting filter)
|
FilteredCollectionHolder<List<TestCase>> |
TestCaseFinder.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<ExecutionStep>> |
ExecutionModificationService.findExecutionSteps(long executionId,
org.squashtest.tm.core.foundation.collection.Paging filter)
Steps methods |
FilteredCollectionHolder<List<Attachment>> |
AttachmentManagerService.findFilteredAttachmentForList(long attachmentListId,
CollectionSorting filter)
|
FilteredCollectionHolder<List<org.squashtest.csp.core.bugtracker.domain.BugTracker>> |
BugTrackerFinderService.findSortedBugtrackers(CollectionSorting filter)
|
FilteredCollectionHolder<List<IssueOwnership<org.squashtest.csp.core.bugtracker.domain.BTIssue>>> |
BugTrackersLocalService.findSortedIssueOwnershipForIteration(Long iterId,
CollectionSorting sorter)
Given an Iteration, returns a list of linked BTIssue (not Issue). |
FilteredCollectionHolder<List<IssueOwnership<org.squashtest.csp.core.bugtracker.domain.BTIssue>>> |
BugTrackersLocalService.findSortedIssueOwnershipForTestCase(Long tcId,
CollectionSorting sorter)
Given a TestCase, returns a list of linked BTIssue (not Issue). |
FilteredCollectionHolder<List<IssueOwnership<org.squashtest.csp.core.bugtracker.domain.BTIssue>>> |
BugTrackersLocalService.findSortedIssueOwnershipsForCampaigns(Long campId,
CollectionSorting sorter)
Given an Campaign, returns a list of linked BTIssue (not Issue) To keep track of which IssueDetector owns which issue, the data are wrapped in a IssueOwnership (that just pair the informations together). |
FilteredCollectionHolder<List<IssueOwnership<org.squashtest.csp.core.bugtracker.domain.BTIssue>>> |
BugTrackersLocalService.findSortedIssueOwnershipsforExecution(Long execId,
CollectionSorting sorter)
Given an Execution, returns a list of linked BTIssue (not Issue). |
FilteredCollectionHolder<List<IssueOwnership<org.squashtest.csp.core.bugtracker.domain.BTIssue>>> |
BugTrackersLocalService.findSortedIssueOwnerShipsForExecutionStep(Long stepId,
CollectionSorting sorter)
Given an ExecutionStep, returns a list of linked BTIssue (not Issue). |
FilteredCollectionHolder<List<IssueOwnership<org.squashtest.csp.core.bugtracker.domain.BTIssue>>> |
BugTrackersLocalService.findSortedIssueOwnershipsForTestSuite(Long testSuiteId,
CollectionSorting sorter)
Given a TestSuite, returns a list of linked BTIssue (not Issue). |
FilteredCollectionHolder<List<Project>> |
ProjectFinder.findSortedProjects(CollectionSorting filter)
|
FilteredCollectionHolder<List<TestStep>> |
TestCaseFinder.findStepsByTestCaseIdFiltered(long testCaseId,
org.squashtest.tm.core.foundation.collection.Paging filter)
|
FilteredCollectionHolder<List<IterationTestPlanItem>> |
IterationTestPlanFinder.findTestPlan(long iterationId,
CollectionSorting filter)
|
FilteredCollectionHolder<List<CampaignTestPlanItem>> |
CustomCampaignModificationService.findTestPlanByCampaignId(long campaignId,
CollectionSorting filter)
|
FilteredCollectionHolder<List<CampaignTestPlanItem>> |
CampaignFinder.findTestPlanByCampaignId(long campaignId,
CollectionSorting filter)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||