◆ DossierGanttWrapper()
org.turro.dossier.gantt.DossierGanttWrapper.DossierGanttWrapper |
( |
Dossier |
dossier | ) |
|
◆ getItFits()
boolean org.turro.dossier.gantt.DossierGanttWrapper.getItFits |
( |
| ) |
|
Definition at line 55 of file DossierGanttWrapper.java.
56 return !SqlClause.select(
"i").from(
"Issue i")
57 .where().equal(
"i.milestone",
true)
59 .and().equal(
"i.publishable",
true)
61 .startIf(dossier !=
null)
62 .and().equal(
"i.dossier", dossier)
64 .and().group().isNotNull(
"i.startDate")
65 .or().isNotNull(
"i.delivery").endGroup()
67 SqlClause.select(
"p").from(
"IssuePredecessor p")
68 .where(
"p.source = i.id")
72 .resultList(Issue.class)
◆ percentDone()
double org.turro.dossier.gantt.DossierGanttWrapper.percentDone |
( |
Issue |
issue | ) |
|
◆ toJson()
String org.turro.dossier.gantt.DossierGanttWrapper.toJson |
( |
| ) |
|
The documentation for this class was generated from the following file: