| Package | Description |
|---|---|
| org.exoplatform.addons.gamification | |
| org.exoplatform.addons.gamification.entities.domain.effective | |
| org.exoplatform.addons.gamification.service.effective | |
| org.exoplatform.addons.gamification.storage.dao |
Spring Framework configuration files.
|
| Modifier and Type | Method and Description |
|---|---|
static IdentityType |
IdentityType.getType(String type) |
static IdentityType |
IdentityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentityType[] |
IdentityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IdentityType |
GamificationActionsHistory.getEarnerType() |
| Modifier and Type | Method and Description |
|---|---|
void |
GamificationActionsHistory.setEarnerType(IdentityType earnerType) |
| Modifier and Type | Method and Description |
|---|---|
IdentityType |
LeaderboardFilter.getIdentityType() |
| Modifier and Type | Method and Description |
|---|---|
List<StandardLeaderboard> |
GamificationService.findAllLeaderboardBetweenDate(IdentityType earnedType,
Date fromDate,
Date toDate) |
void |
LeaderboardFilter.setIdentityType(IdentityType identityType) |
| Modifier and Type | Method and Description |
|---|---|
List<StandardLeaderboard> |
GamificationHistoryDAO.findActionsHistoryByDateByDomain(Date date,
IdentityType earnerType,
String domain,
int limit)
Find actionsHistory by data and domain
|
List<StandardLeaderboard> |
GamificationHistoryDAO.findAllActionsHistory(IdentityType earnerType,
int limit)
Get all ActionHistory records paginated
|
List<StandardLeaderboard> |
GamificationHistoryDAO.findAllActionsHistoryAgnostic(IdentityType earnerType)
Get all ActionHistory records and convert them to list of type
StandardLeaderboard
|
List<StandardLeaderboard> |
GamificationHistoryDAO.findAllActionsHistoryByDate(Date date,
IdentityType earnerType,
int limit)
Find all gamification entries by date
|
List<StandardLeaderboard> |
GamificationHistoryDAO.findAllActionsHistoryByDate(IdentityType earnerType,
Date date)
Find all gamification entries by date
|
List<StandardLeaderboard> |
GamificationHistoryDAO.findAllActionsHistoryByDateByDomain(IdentityType earnerType,
Date date,
String domain)
Find all gamification entries by domain and by type
|
List<StandardLeaderboard> |
GamificationHistoryDAO.findAllActionsHistoryByDomain(IdentityType earnerType,
String domain)
Find all gamification entries by domain
|
List<StandardLeaderboard> |
GamificationHistoryDAO.findAllActionsHistoryByDomain(String domain,
IdentityType earnerType,
int limit)
Find all gamification entries by domain
|
List<StandardLeaderboard> |
GamificationHistoryDAO.findAllLeaderboardBetweenDate(IdentityType earnedType,
Date fromDate,
Date toDate) |
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.