Package org.cyclos.impl.system
Interface AdsSubReportsTestableHandler
-
- All Superinterfaces:
AdsSubReportsHandler,SubReportsHandler
public interface AdsSubReportsTestableHandler extends AdsSubReportsHandler
A testable version of AdsSubReportsHandler
-
-
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 intcountActiveUsersWithAds(SystemReportQuery query, SubReportsHandler.PeriodLimit periodLimit)Map<AdStatus,Integer>countAds(SystemReportQuery query, SubReportsHandler.PeriodLimit periodLimit)-
Methods inherited from interface org.cyclos.impl.system.SubReportsHandler
data, order
-
-
-
-
Method Detail
-
countActiveUsersWithAds
int countActiveUsersWithAds(SystemReportQuery query, SubReportsHandler.PeriodLimit periodLimit)
-
countAds
Map<AdStatus,Integer> countAds(SystemReportQuery query, SubReportsHandler.PeriodLimit periodLimit)
-
-