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

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

Uses of Product in net.sf.jagzilla
 

Methods in net.sf.jagzilla that return Product
protected  Product BaseQuery.locateProduct(java.lang.String name)
          Helper method for locating and validating a product.
 

Methods in net.sf.jagzilla with parameters of type Product
 java.util.List BugQuery.getBugsForProduct(Product product)
          gets all bugs for the specified product.
 java.util.List BugQueryHibernateImpl.getBugsForProduct(Product product)
           
 



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