Public Member Functions | |
DossierCounter (String allowedCategories, List< String > types, List< String > status, boolean restricted) | |
DossierCounter (String allowedCategories, String types[], String status[], boolean restricted) | |
Long | getPhaseCount (int phase) |
Long | getDossierCount (String category) |
Definition at line 37 of file DossierCounter.java.
org.turro.dossier.dossier.DossierCounter.DossierCounter | ( | String | allowedCategories, |
List< String > | types, | ||
List< String > | status, | ||
boolean | restricted | ||
) |
Definition at line 45 of file DossierCounter.java.
org.turro.dossier.dossier.DossierCounter.DossierCounter | ( | String | allowedCategories, |
String | types[], | ||
String | status[], | ||
boolean | restricted | ||
) |
Definition at line 52 of file DossierCounter.java.
Long org.turro.dossier.dossier.DossierCounter.getDossierCount | ( | String | category | ) |
Definition at line 68 of file DossierCounter.java.
Long org.turro.dossier.dossier.DossierCounter.getPhaseCount | ( | int | phase | ) |
Definition at line 59 of file DossierCounter.java.