| 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.findLatestActionHistoryBySocialId(String userSocialId) |
| Modifier and Type | Method and Description |
|---|---|
List<GamificationActionsHistory> |
GamificationService.findActionHistoryByDateBySocialId(Date date,
String socialId)
Get actionsHistory entities
|
List<GamificationActionsHistory> |
GamificationService.findActionsHistoryByReceiverId(String Receiver,
boolean isGlobalContext,
int loadCapacity)
Provided as an API from points n
list to find gamification history from the GamificationInformationsPortlet's receiver earned points by date
|
| Modifier and Type | Method and Description |
|---|---|
void |
GamificationProcessor.execute(GamificationActionsHistory actionsHistory) |
void |
GamificationService.saveActionHistory(GamificationActionsHistory aHistory)
Save a GamificationActionsHistory in DB
|
| Modifier and Type | Method and Description |
|---|---|
List<GamificationActionsHistory> |
GamificationHistoryDAO.findActionHistoryByDateBySocialId(Date date,
String socialId)
Get The last ActionHistory record
|
List<GamificationActionsHistory> |
GamificationHistoryDAO.findActionsHistoryByReceiverIdSortedByDate(String Receiver,
boolean isGlobalContext,
int loadCapacity)
Find actionsHistory by data and domain and date and points
/* @param userSocialId : userSocialId
|
List<GamificationActionsHistory> |
GamificationHistoryDAO.findActionsHistoryByUserId(String socialUserId)
Get an ActionHistory record based on userId
|
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.