Uses of Interface
net.sf.jagzilla.BugQuery

Packages that use BugQuery
net.sf.jagzilla Main package for jagzilla which contains core api interfaces and implementing classes. 
net.sf.jagzilla.actions contains built-in actions for events in jagzilla  
net.sf.jagzilla.mailprocessor This package contains classes for the mail processor subsystem. 
 

Uses of BugQuery in net.sf.jagzilla
 

Classes in net.sf.jagzilla that implement BugQuery
 class BugQueryHibernateImpl
          implements service interface with hibernate to acces database.
 

Methods in net.sf.jagzilla that return BugQuery
 BugQuery SystemQuery.getBugQuery()
          gets an instance of the BugQuery with transport configuration of actual implementation.
 BugQuery SystemQueryHibernateImpl.getBugQuery()
           
 

Methods in net.sf.jagzilla with parameters of type BugQuery
static JFreeChart ChartFactory.getTotalBugsByProductChart(BugQuery bq, SystemQuery sq)
          gets a chart 3D pie chart with the total ammount of bugs by product.
 JFreeChart ChartFactory.getTotalBugsByComponentChart(BugQuery bq, SystemQuery sq, java.lang.String product)
           
 JFreeChart ChartFactory.getBugStatusTimelineChart(BugQuery bq, SystemQuery sq, java.lang.String product, java.lang.String from, java.lang.String to)
           
 JFreeChart ChartFactory.getTotalBugsByDeveloperAssigned(BugQuery bq, SystemQuery sq)
           
 

Constructors in net.sf.jagzilla with parameters of type BugQuery
EventHandler(BugQuery bq, SystemQuery sq)
          constructs a new event handler.
 

Uses of BugQuery in net.sf.jagzilla.actions
 

Methods in net.sf.jagzilla.actions with parameters of type BugQuery
 void BugModifiedAction.setBugQuery(BugQuery bq)
           
 void DummyAction.setBugQuery(BugQuery bq)
           
 void EventAction.setBugQuery(BugQuery bq)
          sets the BugQuery to the implementing action.
 

Uses of BugQuery in net.sf.jagzilla.mailprocessor
 

Constructors in net.sf.jagzilla.mailprocessor with parameters of type BugQuery
MessageCollector(MailAccount ma, BugQuery bq)
           
 



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