|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IssueDao
| Method Summary | |
|---|---|
Integer |
countIssuesfromExecutionAndExecutionSteps(List<Long> executionsIds,
List<Long> executionStepsIds)
Will count all Issues from the given executions and execution-steps concerned by the active bug-tracker for each execution/execution-step's project. |
Integer |
countIssuesfromIssueList(List<Long> issueListIds)
Will count the total number of issues related to the given IssueList. |
Integer |
countIssuesfromIssueList(List<Long> issueListIds,
Long bugTrackerId)
Will count the total number of issues related to the given IssueList, for the given bugtracker |
List<Object[]> |
findSortedIssuesFromExecutionAndExecutionSteps(List<Long> executionIds,
List<Long> executionStepsIds,
CollectionSorting sorter)
Will find all issues belonging to the executions/executionSteps of the given ids, and, return a list of Object[] that have the following structure : [IssueList.id, Issue.remoteIssueId , Issue.bugtracker.id]
The issues are also filtered over the bug-tracker parameter: only issues linked to the bug-tracker active for the given execution/executionSteps's project's bug-tracker are retained. |
List<Object[]> |
findSortedIssuesFromIssuesLists(List<Long> issueListId,
CollectionSorting sorter,
Long bugTrackerId)
Will find all issues belonging to the issue-lists of the given ids, and, return a list of Object[] that have the following structure : [IssueList.id, Issue.remoteIssueId]
The issues are also filtered over the bug-tracker parameter: only issues linked to the bug-tracker of the given id are retained. |
| Methods inherited from interface org.squashtest.csp.tm.internal.repository.EntityDao |
|---|
findAll, findAllByIds, findById |
| Methods inherited from interface org.squashtest.csp.tm.internal.repository.GenericDao |
|---|
clearFromCache, clearFromCache, flush, persist, persist, remove |
| Method Detail |
|---|
Integer countIssuesfromIssueList(List<Long> issueListIds)
issueListIds - the id of the issue lists.
Integer countIssuesfromIssueList(List<Long> issueListIds,
Long bugTrackerId)
issueListIds - the id of the issue lists.bugTrackerId - the id of the bug-tracker we are filtering on
List<Object[]> findSortedIssuesFromIssuesLists(List<Long> issueListId,
CollectionSorting sorter,
Long bugTrackerId)
Object[] that have the following structure : [IssueList.id, Issue.remoteIssueId]
issueListIds - the list of the ids of the IssueListsorter - : will sort and filter the result setbugtrackerId - the id of the bug-tracker we want the issues to be connected-to
Object[] which have the following structure [IssueList.id, Issue.remoteIssueId]
List<Object[]> findSortedIssuesFromExecutionAndExecutionSteps(List<Long> executionIds,
List<Long> executionStepsIds,
CollectionSorting sorter)
Object[] that have the following structure : [IssueList.id, Issue.remoteIssueId , Issue.bugtracker.id]
executionIds - : ids of executions we will extract Issues fromexecutionStepsIds - : ids of executionSteps we will extract Issues fromsorter - : holds the sort parameters for the query
Object[] which have the following structure [IssueList.id, Issue.remoteIssueId , Issue.bugtracker.id]
Integer countIssuesfromExecutionAndExecutionSteps(List<Long> executionsIds,
List<Long> executionStepsIds)
executionsIds - executionStepsIds -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||