Package org.cyclos.impl.system
Interface GroupSubReportsTestableHandler
-
- All Superinterfaces:
GroupSubReportsHandler,SubReportsHandler
public interface GroupSubReportsTestableHandler extends GroupSubReportsHandler
Handles the sub-reports of SystemReport for the group overview table.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.cyclos.impl.system.SubReportsHandler
SubReportsHandler.PeriodLimit
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intcountActiveUsers(SystemReportQuery query, SubReportsHandler.PeriodLimit periodLimit)Map<GroupVO,Integer>countGroupUsers(SystemReportQuery query, SubReportsHandler.PeriodLimit periodLimit)intcountRemovedUsers(SystemReportQuery query, SubReportsHandler.PeriodLimit periodLimit)-
Methods inherited from interface org.cyclos.impl.system.SubReportsHandler
data, order
-
-
-
-
Method Detail
-
countActiveUsers
int countActiveUsers(SystemReportQuery query, SubReportsHandler.PeriodLimit periodLimit)
-
countGroupUsers
Map<GroupVO,Integer> countGroupUsers(SystemReportQuery query, SubReportsHandler.PeriodLimit periodLimit)
-
countRemovedUsers
int countRemovedUsers(SystemReportQuery query, SubReportsHandler.PeriodLimit periodLimit)
-
-