Uses of Class
org.exoplatform.addons.gamification.service.effective.ProfileReputation
-
Packages that use ProfileReputation Package Description org.exoplatform.addons.gamification.service.effective org.exoplatform.addons.gamification.storage.dao Spring Framework configuration files. -
-
Uses of ProfileReputation in org.exoplatform.addons.gamification.service.effective
Methods in org.exoplatform.addons.gamification.service.effective that return types with arguments of type ProfileReputation Modifier and Type Method Description List<ProfileReputation>GamificationService. buildDomainScoreByIdentityId(String earnerId)Compute User reputation score by Domain -
Uses of ProfileReputation in org.exoplatform.addons.gamification.storage.dao
Methods in org.exoplatform.addons.gamification.storage.dao that return types with arguments of type ProfileReputation Modifier and Type Method Description List<ProfileReputation>GamificationHistoryDAO. findDomainScoreByIdentityId(String earnerId)Compute for a given user the score earned for each doman
-