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

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

Uses of NoSuchComponentException in net.sf.jagzilla
 

Methods in net.sf.jagzilla that throw NoSuchComponentException
protected  Component BaseQuery.locateComponent(java.lang.String name)
          helper method for validating a component.
 java.util.List BugQuery.getBugsQuery(java.lang.String product, java.lang.String component, java.lang.String version, java.lang.String milestone, java.util.Date creationFrom, java.util.Date creationTo, java.lang.String priority, java.lang.String severity, java.lang.String status, java.lang.String resolution, int assignedTo, int reportedBy)
          gets all bugs that match the criteria.
 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.addBugWithComment(Bug bug, java.lang.String comment)
           
 java.util.List BugQueryHibernateImpl.getBugsQuery(java.lang.String product, java.lang.String component, java.lang.String version, java.lang.String milestone, java.util.Date creationFrom, java.util.Date creationTo, java.lang.String priority, java.lang.String severity, java.lang.String status, java.lang.String resolution, int assignedTo, int reportedBy)
           
 void BugQueryHibernateImpl.updateBug(Bug bug)
           
 



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