Uses of Class
net.sf.jagzilla.exceptions.NoSuchBugException

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

Uses of NoSuchBugException in net.sf.jagzilla
 

Methods in net.sf.jagzilla that throw NoSuchBugException
protected  Bug BaseQuery.locateBug(int id)
          helper method for validating a bug.
 Bug BugQuery.getBugById(int id)
          gets the bug with the given id.
 void BugQuery.addBugComment(int bugId, int userId, java.lang.String comment)
          adds a comment to the bug.
 void BugQuery.addBugAttach(Attachment attach)
          Adds an attachment to a bug.
 void BugQuery.removeBug(int id)
          removes the bug with the given id
 void BugQuery.changeBugStatus(int profile, int bugId, java.lang.String status, int asignee)
          changes the status of a bug.
 void BugQuery.changeBugPriority(int profile, int bugId, java.lang.String pri, java.lang.String comment)
          changes the priority of a bug.
 void BugQuery.changeBugSeverity(int profile, int bugId, java.lang.String sev, java.lang.String comment)
          changes the severity of a bug.
 void BugQuery.resolveBug(int profile, int bugId, java.lang.String resolution, int dupeId)
          resolves a bug.
 java.util.List BugQuery.getCcList(int bugId)
          returns the cc list of a given bug.
 void BugQueryHibernateImpl.removeBug(Bug bug)
           
 void BugQueryHibernateImpl.removeBug(int id)
           
 void BugQueryHibernateImpl.addBugComment(int bugId, int userId, java.lang.String comment)
           
 void BugQueryHibernateImpl.addBugAttach(Attachment attachment)
           
 Bug BugQueryHibernateImpl.getBugById(int id)
           
 void BugQueryHibernateImpl.changeBugStatus(int profile, int bugId, java.lang.String status, int asignee)
           
 void BugQueryHibernateImpl.resolveBug(int profile, int bugId, java.lang.String resolution, int dupeId)
           
 void BugQueryHibernateImpl.changeBugPriority(int profile, int bugId, java.lang.String pri, java.lang.String comment)
           
 void BugQueryHibernateImpl.changeBugSeverity(int profile, int bugId, java.lang.String sev, java.lang.String comment)
           
 java.util.List BugQueryHibernateImpl.getCcList(int bugId)
           
 void SystemQuery.addCc(int bugId, int profileId)
          adds a profile to the cc list of a bug.
 void SystemQuery.removeCc(int bugId, int profileId)
          removes a profile from the cc list of a bug.
 void SystemQueryHibernateImpl.addCc(int bugId, int profileId)
           
 void SystemQueryHibernateImpl.removeCc(int bugId, int profileId)
           
 



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