| Package | Description |
|---|---|
| org.exoplatform.cs.dao | |
| org.exoplatform.cs.service |
| Modifier and Type | Method and Description |
|---|---|
List<StatLogEntity> |
StatLogDAO.getAllStatsByType(String type) |
List<StatLogEntity> |
StatLogDAO.getAllStatsByTypeAndDates(String type,
Calendar from,
Calendar to) |
List<StatLogEntity> |
StatLogDAO.getMonthlyStatsByType(String type) |
List<StatLogEntity> |
StatLogDAO.getMonthlyStatsByTypeAndDates(String type,
Calendar from,
Calendar to) |
List<StatLogEntity> |
StatLogDAO.getStatsByTypeAndDate(String type,
Calendar statDate) |
List<StatLogEntity> |
StatLogDAO.getWeeklyStatsByType(String type) |
List<StatLogEntity> |
StatLogDAO.getWeeklyStatsByTypeAndDates(String type,
Calendar from,
Calendar to) |
| Modifier and Type | Method and Description |
|---|---|
StatLogEntity |
StatsService.save(StatLogEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
StatLogEntity |
StatsService.save(StatLogEntity entity) |
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.