public interface ForumsWeeklyStatisticService
| Modifier and Type | Field and Description |
|---|---|
static String |
EXO_LAST_STATISTIC_ENTRY |
static String |
EXO_POSTS_COUNT_OF_WEEK |
static String |
EXO_START_DATE |
static String |
EXO_START_POSTS_COUNT_OF_WEEK |
| Modifier and Type | Method and Description |
|---|---|
List<ForumsWeeklyStatistic> |
getAllForumsWeeklyStatistic() |
ForumsWeeklyStatistic |
getLastForumsWeeklyStatistic() |
long |
getPostCountForumStatistic() |
void |
saveForumsWeeklyStatistic(ForumsWeeklyStatistic forumsWeeklyStatistic) |
static final String EXO_START_DATE
static final String EXO_START_POSTS_COUNT_OF_WEEK
static final String EXO_POSTS_COUNT_OF_WEEK
static final String EXO_LAST_STATISTIC_ENTRY
ForumsWeeklyStatistic getLastForumsWeeklyStatistic() throws Exception
Exceptionvoid saveForumsWeeklyStatistic(ForumsWeeklyStatistic forumsWeeklyStatistic) throws Exception
ExceptionList<ForumsWeeklyStatistic> getAllForumsWeeklyStatistic() throws Exception
ExceptionCopyright © 2003–2020 eXo Platform SAS. All rights reserved.