Uses of Class
org.squashtest.csp.tm.domain.bugtracker.Issue

Packages that use Issue
org.squashtest.csp.tm.domain.bugtracker   
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 Issue in org.squashtest.csp.tm.domain.bugtracker
 

Methods in org.squashtest.csp.tm.domain.bugtracker that return Issue
 Issue IssueList.findIssue(long issueId)
           
 

Methods in org.squashtest.csp.tm.domain.bugtracker that return types with arguments of type Issue
 List<Issue> IssueList.getAllIssues()
           
 

Methods in org.squashtest.csp.tm.domain.bugtracker with parameters of type Issue
 void IssueList.addIssue(Issue issue)
           
 void IssueList.removeIssue(Issue issue)
           
 

Uses of Issue in org.squashtest.csp.tm.internal.repository
 

Methods in org.squashtest.csp.tm.internal.repository that return types with arguments of type Issue
 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 Issue in org.squashtest.csp.tm.internal.repository.hibernate
 

Methods in org.squashtest.csp.tm.internal.repository.hibernate that return types with arguments of type Issue
protected
<X extends Bugged>
List<IssueOwnership<Issue>>
HibernateIssueDao.findIssueOwnerOfClass(List<Long> issueIds, Class<X> concreteClass)
           
protected  List<Issue> HibernateIssueDao.findIssuesFromIssueList(List<Long> issueListIds, CollectionSorting sorter)
           
 List<IssueOwnership<Issue>> HibernateIssueDao.findIssuesWithOwner(Bugged entity, CollectionSorting sorter)
           
 

Uses of Issue in org.squashtest.csp.tm.internal.service
 

Methods in org.squashtest.csp.tm.internal.service that return types with arguments of type Issue
 FilteredCollectionHolder<List<IssueOwnership<Issue>>> BugTrackerLocalServiceImpl.findSquashIssues(Bugged buggedEntity, CollectionSorting sorter)
           
 

Uses of Issue in org.squashtest.csp.tm.service
 

Methods in org.squashtest.csp.tm.service that return types with arguments of type Issue
 FilteredCollectionHolder<List<IssueOwnership<Issue>>> BugTrackerLocalService.findSquashIssues(Bugged buggedEntity, CollectionSorting sorter)
          Given a Bugged Entity, returns a list of Issue (not BTIssue).
 



Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.