Uses of Class
net.sf.jagzilla.hibernate.Bug

Packages that use Bug
net.sf.jagzilla Main package for jagzilla which contains core api interfaces and implementing classes. 
 

Uses of Bug in net.sf.jagzilla
 

Methods in net.sf.jagzilla that return Bug
protected  Bug BaseQuery.locateBug(int id)
          helper method for validating a bug.
 Bug BugQuery.getBugById(int id)
          gets the bug with the given id.
 Bug BugQueryHibernateImpl.getBugById(int id)
           
 

Methods in net.sf.jagzilla with parameters of type Bug
 void BugQuery.addBug(Bug bug)
          adds a new bug to the database.
 void BugQuery.addBugWithComment(Bug bug, java.lang.String comment)
          adds a bug with comment as the first long description of the bug.
 void BugQuery.updateBug(Bug bug)
          updates the bug.
 void BugQueryHibernateImpl.addBug(Bug bug)
           
 void BugQueryHibernateImpl.removeBug(Bug bug)
           
 void BugQueryHibernateImpl.addBugWithComment(Bug bug, java.lang.String comment)
           
 void BugQueryHibernateImpl.updateBug(Bug bug)
           
 void EventHandler.handleAddBugEvent(Bug bug)
           
 void EventHandler.handleUpdateBugEvent(Bug oldBug, Bug newBug)
           
 void EventHandler.handleChangeBugStatus(Profile reporter, Bug b, java.lang.String status, Profile asignee)
           
 void EventHandler.handleChangeBugPriority(Profile reporter, Bug b, java.lang.String pri, java.lang.String comment)
           
 void EventHandler.handleChangeBugSeverity(Profile reporter, Bug b, java.lang.String sev, java.lang.String comment)
           
 void EventHandler.handleRemoveBugEvent(Bug b)
           
 void EventHandler.handleResolveBugEvent(Profile reporter, Bug b, java.lang.String resolution, Bug dupe)
           
 



Distributed under the GPL. By Miguel Griffa. See the Jagzilla project page for more info.