Uses of Class
org.exoplatform.cs.dto.StatLogDTO
-
Packages that use StatLogDTO Package Description org.exoplatform.cs.service -
-
Uses of StatLogDTO in org.exoplatform.cs.service
Methods in org.exoplatform.cs.service that return types with arguments of type StatLogDTO Modifier and Type Method Description List<StatLogDTO>StatsService. getAllStatsByType(String type, Calendar startDate, Calendar endDate)List<StatLogDTO>StatsService. getMonthlyStatsByType(String type, Calendar startDate, Calendar endDate)List<StatLogDTO>StatsService. getStatsByTypeAndDate(String type, Calendar statDate)List<StatLogDTO>StatsService. getWeeklyStatsByType(String type, Calendar startDate, Calendar endDate)
-