Uses of Class
org.exoplatform.addons.gamification.entities.domain.effective.GamificationActionsHistory
-
Packages that use GamificationActionsHistory Package Description org.exoplatform.addons.gamification.service.effective org.exoplatform.addons.gamification.storage.dao Spring Framework configuration files. -
-
Uses of GamificationActionsHistory in org.exoplatform.addons.gamification.service.effective
Methods in org.exoplatform.addons.gamification.service.effective that return GamificationActionsHistory Modifier and Type Method Description GamificationActionsHistoryGamificationService. build(RuleDTO ruleDto, String actor, String receiver, String objectId)GamificationActionsHistoryGamificationService. findLatestActionHistoryByEarnerId(String earnerId)Methods in org.exoplatform.addons.gamification.service.effective that return types with arguments of type GamificationActionsHistory Modifier and Type Method Description List<GamificationActionsHistory>GamificationService. findActionHistoryByDateByEarnerId(Date date, String earnerId)Get actionsHistory entitiesList<GamificationActionsHistory>GamificationService. findActionsHistoryByEarnerId(String earnerId, int limit)Provided as an API from points n list to find gamification history from the GamificationInformationsPortlet's earner earned points by dateMethods in org.exoplatform.addons.gamification.service.effective with parameters of type GamificationActionsHistory Modifier and Type Method Description voidGamificationService. saveActionHistory(GamificationActionsHistory history)Save a GamificationActionsHistory in DB -
Uses of GamificationActionsHistory in org.exoplatform.addons.gamification.storage.dao
Methods in org.exoplatform.addons.gamification.storage.dao that return types with arguments of type GamificationActionsHistory Modifier and Type Method Description List<GamificationActionsHistory>GamificationHistoryDAO. findActionHistoryByDateByEarnerId(Date date, String earnerId)Get The last ActionHistory recordList<GamificationActionsHistory>GamificationHistoryDAO. findActionsHistoryByEarnerId(String earnerId, int limit)Get an ActionHistory record based on userIdList<GamificationActionsHistory>GamificationHistoryDAO. findActionsHistoryByEarnerIdSortedByDate(String earnerId, int limit)Find actionsHistory by data and domain and date and pointsList<GamificationActionsHistory>GamificationHistoryDAO. getAllPointsByDomain(String domain)List<GamificationActionsHistory>GamificationHistoryDAO. getAllPointsWithNullDomain()
-