Uses of Class
org.exoplatform.addons.gamification.IdentityType
-
Packages that use IdentityType 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. -
-
Uses of IdentityType in org.exoplatform.addons.gamification
Methods in org.exoplatform.addons.gamification that return IdentityType Modifier and Type Method Description static IdentityTypeIdentityType. getType(String type)static IdentityTypeIdentityType. 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. -
Uses of IdentityType in org.exoplatform.addons.gamification.entities.domain.effective
Methods in org.exoplatform.addons.gamification.entities.domain.effective that return IdentityType Modifier and Type Method Description IdentityTypeGamificationActionsHistory. getEarnerType()Methods in org.exoplatform.addons.gamification.entities.domain.effective with parameters of type IdentityType Modifier and Type Method Description voidGamificationActionsHistory. setEarnerType(IdentityType earnerType) -
Uses of IdentityType in org.exoplatform.addons.gamification.service.effective
Methods in org.exoplatform.addons.gamification.service.effective that return IdentityType Modifier and Type Method Description IdentityTypeLeaderboardFilter. getIdentityType()Methods in org.exoplatform.addons.gamification.service.effective with parameters of type IdentityType Modifier and Type Method Description List<StandardLeaderboard>GamificationService. findAllLeaderboardBetweenDate(IdentityType earnedType, Date fromDate, Date toDate)voidLeaderboardFilter. setIdentityType(IdentityType identityType) -
Uses of IdentityType in org.exoplatform.addons.gamification.storage.dao
Methods in org.exoplatform.addons.gamification.storage.dao with parameters of type IdentityType 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)
-