org.exoplatform.platform.gadget.services.ForumStatistics
Interface ForumsWeeklyStatisticService
- All Known Implementing Classes:
- ForumsWeeklyStatisticServiceImp
public interface ForumsWeeklyStatisticService
- Version:
- 1.0
- Author:
- Do Thanh Tung
EXO_START_DATE
static final String EXO_START_DATE
- See Also:
- Constant Field Values
EXO_START_POSTS_COUNT_OF_WEEK
static final String EXO_START_POSTS_COUNT_OF_WEEK
- See Also:
- Constant Field Values
EXO_POSTS_COUNT_OF_WEEK
static final String EXO_POSTS_COUNT_OF_WEEK
- See Also:
- Constant Field Values
EXO_LAST_STATISTIC_ENTRY
static final String EXO_LAST_STATISTIC_ENTRY
- See Also:
- Constant Field Values
getPostCountForumStatistic
long getPostCountForumStatistic()
throws Exception
- Throws:
Exception
getLastForumsWeeklyStatistic
ForumsWeeklyStatistic getLastForumsWeeklyStatistic()
throws Exception
- Throws:
Exception
saveForumsWeeklyStatistic
void saveForumsWeeklyStatistic(ForumsWeeklyStatistic forumsWeeklyStatistic)
throws Exception
- Throws:
Exception
getAllForumsWeeklyStatistic
List<ForumsWeeklyStatistic> getAllForumsWeeklyStatistic()
throws Exception
- Throws:
Exception
Copyright © 2003–2014 eXo Platform SAS. All rights reserved.