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

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

Uses of NoSuchProductException in net.sf.jagzilla
 

Methods in net.sf.jagzilla that throw NoSuchProductException
protected  void BaseQuery.continueIfProductExists(java.lang.String product)
          validates the existance of product and throws NoSuchProductException if it does not exits.
protected  Product BaseQuery.locateProduct(java.lang.String name)
          Helper method for locating and validating a product.
 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)
           
 java.util.List SystemQuery.getComponents(java.lang.String product)
          gets all components for a product.
 java.util.List SystemQuery.getComponentNames(java.lang.String product)
          gets a list of component names.
 java.util.List SystemQuery.getVersions(java.lang.String product)
          gets all versions for a given product.
 java.util.List SystemQuery.getVersionNames(java.lang.String product)
          gets a list of version names for a given product
 java.util.List SystemQuery.getMilestones(java.lang.String product)
          gets all milestones for a given product.
 java.util.List SystemQuery.getMilestoneNames(java.lang.String product)
          gets a list of milestone names for the given product.
 java.util.List SystemQueryHibernateImpl.getComponents(java.lang.String product)
           
 



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