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.hibernate This file contains Hibernate named queries used by DAOs. 
 

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.hibernate
 

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



Copyright © 2010-2012 Henix, henix.fr. All Rights Reserved.