|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Bugged | |
|---|---|
| org.squashtest.csp.tm.domain.bugtracker | |
| org.squashtest.csp.tm.domain.execution | |
| 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 Bugged in org.squashtest.csp.tm.domain.bugtracker |
|---|
| Methods in org.squashtest.csp.tm.domain.bugtracker that return Bugged | |
|---|---|
Bugged |
IssueOwnership.getOwner()
|
| Methods in org.squashtest.csp.tm.domain.bugtracker that return types with arguments of type Bugged | |
|---|---|
List<Bugged> |
Bugged.getAllBuggeds()
|
| Constructors in org.squashtest.csp.tm.domain.bugtracker with parameters of type Bugged | |
|---|---|
IssueOwnership(ISSUE issue,
Bugged owner)
|
|
| Uses of Bugged in org.squashtest.csp.tm.domain.execution |
|---|
| Classes in org.squashtest.csp.tm.domain.execution that implement Bugged | |
|---|---|
class |
Execution
|
class |
ExecutionStep
|
| Methods in org.squashtest.csp.tm.domain.execution that return types with arguments of type Bugged | |
|---|---|
List<Bugged> |
Execution.getAllBuggeds()
|
List<Bugged> |
ExecutionStep.getAllBuggeds()
|
| Uses of Bugged in org.squashtest.csp.tm.internal.repository |
|---|
| Methods in org.squashtest.csp.tm.internal.repository with type parameters of type Bugged | ||
|---|---|---|
|
IssueDao.findBuggedEntity(Long entityId,
Class<X> entityClass)
|
|
| Methods in org.squashtest.csp.tm.internal.repository with parameters of type Bugged | |
|---|---|
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. |
| Uses of Bugged in org.squashtest.csp.tm.internal.repository.hibernate |
|---|
| Methods in org.squashtest.csp.tm.internal.repository.hibernate with type parameters of type Bugged | ||
|---|---|---|
|
HibernateIssueDao.findBuggedEntity(Long entityId,
Class<X> entityClass)
|
|
protected
|
HibernateIssueDao.findIssueOwnerOfClass(List<Long> issueIds,
Class<X> concreteClass)
|
|
| Methods in org.squashtest.csp.tm.internal.repository.hibernate with parameters of type Bugged | |
|---|---|
List<IssueOwnership<Issue>> |
HibernateIssueDao.findIssuesWithOwner(Bugged entity,
CollectionSorting sorter)
|
| Uses of Bugged in org.squashtest.csp.tm.internal.service |
|---|
| Methods in org.squashtest.csp.tm.internal.service with type parameters of type Bugged | ||
|---|---|---|
|
BugTrackerLocalServiceImpl.findBuggedEntity(Long entityId,
Class<X> entityClass)
|
|
| Methods in org.squashtest.csp.tm.internal.service with parameters of type Bugged | |
|---|---|
org.squashtest.csp.core.bugtracker.domain.BTIssue |
BugTrackerLocalServiceImpl.createIssue(Bugged entity,
org.squashtest.csp.core.bugtracker.domain.BTIssue issue)
|
FilteredCollectionHolder<List<IssueOwnership<org.squashtest.csp.core.bugtracker.domain.BTIssue>>> |
BugTrackerLocalServiceImpl.findBugTrackerIssues(Bugged buggedEntity,
CollectionSorting sorter)
|
FilteredCollectionHolder<List<IssueOwnership<Issue>>> |
BugTrackerLocalServiceImpl.findSquashIssues(Bugged buggedEntity,
CollectionSorting sorter)
|
| Uses of Bugged in org.squashtest.csp.tm.service |
|---|
| Methods in org.squashtest.csp.tm.service with type parameters of type Bugged | ||
|---|---|---|
|
BugTrackerLocalService.findBuggedEntity(Long entityId,
Class<X> entityClass)
returns an instance of an entity that implements Bugged, provided its id and actual class. |
|
| Methods in org.squashtest.csp.tm.service with parameters of type Bugged | |
|---|---|
org.squashtest.csp.core.bugtracker.domain.BTIssue |
BugTrackerLocalService.createIssue(Bugged entity,
org.squashtest.csp.core.bugtracker.domain.BTIssue issue)
adds a new Issue to the entity. |
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<IssueOwnership<Issue>>> |
BugTrackerLocalService.findSquashIssues(Bugged buggedEntity,
CollectionSorting sorter)
Given a Bugged Entity, returns a list of Issue (not BTIssue). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||