| Package | Description |
|---|---|
| org.exoplatform.addons.gamification.service.effective | |
| org.exoplatform.addons.gamification.storage.dao |
Spring Framework configuration files.
|
| Modifier and Type | Method and Description |
|---|---|
GamificationActionsHistory |
GamificationService.build(RuleDTO ruleDto,
String actor,
String receiver,
String objectId) |
GamificationActionsHistory |
GamificationService.findLatestActionHistoryByEarnerId(String earnerId) |
| Modifier and Type | Method and Description |
|---|---|
List<GamificationActionsHistory> |
GamificationService.findActionHistoryByDateByEarnerId(Date date,
String earnerId)
Get actionsHistory entities
|
List<GamificationActionsHistory> |
GamificationService.findActionsHistoryByEarnerId(String earnerId,
int limit)
Provided as an API from points n list to find gamification history from the
GamificationInformationsPortlet's earner earned points by date
|
| Modifier and Type | Method and Description |
|---|---|
void |
GamificationService.saveActionHistory(GamificationActionsHistory history)
Save a GamificationActionsHistory in DB
|
| Modifier and Type | Method and Description |
|---|---|
List<GamificationActionsHistory> |
GamificationHistoryDAO.findActionHistoryByDateByEarnerId(Date date,
String earnerId)
Get The last ActionHistory record
|
List<GamificationActionsHistory> |
GamificationHistoryDAO.findActionsHistoryByEarnerId(String earnerId,
int limit)
Get an ActionHistory record based on userId
|
List<GamificationActionsHistory> |
GamificationHistoryDAO.findActionsHistoryByEarnerIdSortedByDate(String earnerId,
int limit)
Find actionsHistory by data and domain and date and points
|
List<GamificationActionsHistory> |
GamificationHistoryDAO.getAllPointsByDomain(String domain) |
List<GamificationActionsHistory> |
GamificationHistoryDAO.getAllPointsWithNullDomain() |
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.