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

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

Uses of BadStatusException in net.sf.jagzilla
 

Methods in net.sf.jagzilla that throw BadStatusException
protected  void BaseQuery.continueIfStatusExists(java.lang.String status)
          helper method for status parameter validation.
 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 BugQueryHibernateImpl.changeBugStatus(int profile, int bugId, java.lang.String status, int asignee)
           
 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)
           
 



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