Uses of Class
org.exoplatform.addons.gamification.service.effective.StandardLeaderboard
-
Packages that use StandardLeaderboard Package Description org.exoplatform.addons.gamification.rest org.exoplatform.addons.gamification.service.effective org.exoplatform.addons.gamification.storage.dao Spring Framework configuration files. -
-
Uses of StandardLeaderboard in org.exoplatform.addons.gamification.rest
Methods in org.exoplatform.addons.gamification.rest that return types with arguments of type StandardLeaderboard Modifier and Type Method Description List<StandardLeaderboard>GamificationRestEndpoint.GamificationPoints. getLeaderboard()Method parameters in org.exoplatform.addons.gamification.rest with type arguments of type StandardLeaderboard Modifier and Type Method Description GamificationRestEndpoint.GamificationPointsGamificationRestEndpoint.GamificationPoints. leaderboard(List<StandardLeaderboard> leaderboard)voidGamificationRestEndpoint.GamificationPoints. setLeaderboard(List<StandardLeaderboard> leaderboard) -
Uses of StandardLeaderboard in org.exoplatform.addons.gamification.service.effective
Methods in org.exoplatform.addons.gamification.service.effective that return types with arguments of type StandardLeaderboard Modifier and Type Method Description List<StandardLeaderboard>GamificationService. filter(LeaderboardFilter filter)Filter Leaderboard logic (filter by Domain or/and by period)List<StandardLeaderboard>GamificationService. findAllLeaderboardBetweenDate(IdentityType earnedType, Date fromDate, Date toDate) -
Uses of StandardLeaderboard in org.exoplatform.addons.gamification.storage.dao
Methods in org.exoplatform.addons.gamification.storage.dao that return types with arguments of type StandardLeaderboard Modifier and Type Method Description List<StandardLeaderboard>GamificationHistoryDAO. findActionsHistoryByDateByDomain(Date date, IdentityType earnerType, String domain, int limit)Find actionsHistory by data and domainList<StandardLeaderboard>GamificationHistoryDAO. findAllActionsHistory(IdentityType earnerType, int limit)Get all ActionHistory records paginatedList<StandardLeaderboard>GamificationHistoryDAO. findAllActionsHistoryAgnostic(IdentityType earnerType)Get all ActionHistory records and convert them to list of type StandardLeaderboardList<StandardLeaderboard>GamificationHistoryDAO. findAllActionsHistoryByDate(Date date, IdentityType earnerType, int limit)Find all gamification entries by dateList<StandardLeaderboard>GamificationHistoryDAO. findAllActionsHistoryByDate(IdentityType earnerType, Date date)Find all gamification entries by dateList<StandardLeaderboard>GamificationHistoryDAO. findAllActionsHistoryByDateByDomain(IdentityType earnerType, Date date, String domain)Find all gamification entries by domain and by typeList<StandardLeaderboard>GamificationHistoryDAO. findAllActionsHistoryByDomain(String domain, IdentityType earnerType, int limit)Find all gamification entries by domainList<StandardLeaderboard>GamificationHistoryDAO. findAllActionsHistoryByDomain(IdentityType earnerType, String domain)Find all gamification entries by domainList<StandardLeaderboard>GamificationHistoryDAO. findAllLeaderboardBetweenDate(IdentityType earnerType, Date fromDate, Date toDate)
-