|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use SystemQuery | |
| 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 |
| Uses of SystemQuery in net.sf.jagzilla |
| Classes in net.sf.jagzilla that implement SystemQuery | |
class |
SystemQueryHibernateImpl
an implementation which will use hibernate to implement methods. |
| Methods in net.sf.jagzilla that return SystemQuery | |
SystemQuery |
BugQuery.getSystemQuery()
gets an instance of SystemQuery with configuration of current implementation. |
SystemQuery |
BugQueryHibernateImpl.getSystemQuery()
|
| Methods in net.sf.jagzilla with parameters of type SystemQuery | |
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 SystemQuery | |
EventHandler(BugQuery bq,
SystemQuery sq)
constructs a new event handler. |
|
| Uses of SystemQuery in net.sf.jagzilla.actions |
| Methods in net.sf.jagzilla.actions with parameters of type SystemQuery | |
void |
BugModifiedAction.setSystemQuery(SystemQuery sq)
|
void |
DummyAction.setSystemQuery(SystemQuery sq)
|
void |
EventAction.setSystemQuery(SystemQuery sq)
sets the SystemQuery to the implementing action. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||