|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IssueOwnership | |
|---|---|
| org.squashtest.csp.tm.internal.repository.hibernate | This file contains Hibernate named queries used by DAOs. |
| org.squashtest.csp.tm.internal.service.bugtracker | |
| org.squashtest.csp.tm.service | |
| Uses of IssueOwnership in org.squashtest.csp.tm.internal.repository.hibernate |
|---|
| Methods in org.squashtest.csp.tm.internal.repository.hibernate that return types with arguments of type IssueOwnership | ||
|---|---|---|
protected
|
HibernateIssueDao.findIssueOwnerOfClass(List<Long> issueIds,
Class<X> concreteClass)
|
|
| Uses of IssueOwnership in org.squashtest.csp.tm.internal.service.bugtracker |
|---|
| Methods in org.squashtest.csp.tm.internal.service.bugtracker that return types with arguments of type IssueOwnership | |
|---|---|
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 IssueOwnership in org.squashtest.csp.tm.service |
|---|
| Methods in org.squashtest.csp.tm.service that return types with arguments of type IssueOwnership | |
|---|---|
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). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||