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

Packages that use IssueOwnership
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 IssueOwnership in org.squashtest.csp.tm.internal.repository
 

Methods in org.squashtest.csp.tm.internal.repository that return types with arguments of type IssueOwnership
 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 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
<X extends Bugged>
List<IssueOwnership<Issue>>
HibernateIssueDao.findIssueOwnerOfClass(List<Long> issueIds, Class<X> concreteClass)
           
 List<IssueOwnership<Issue>> HibernateIssueDao.findIssuesWithOwner(Bugged entity, CollectionSorting sorter)
           
 

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

Methods in org.squashtest.csp.tm.internal.service that return types with arguments of type IssueOwnership
 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 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>>> 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).
 



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