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.service.mapper 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.service.mapper
Methods in org.exoplatform.addons.gamification.service.mapper that return GamificationActionsHistory Modifier and Type Method Description static GamificationActionsHistoryEntityMapper. toEntity(Announcement announcement)static GamificationActionsHistoryGamificationActionsHistoryMapper. toEntity(GamificationActionsHistoryDTO gamificationActionsHistoryDTO)Methods in org.exoplatform.addons.gamification.service.mapper with parameters of type GamificationActionsHistory Modifier and Type Method Description static AnnouncementEntityMapper. fromEntity(GamificationActionsHistory announcementEntity)static GamificationActionsHistoryDTOGamificationActionsHistoryMapper. fromEntity(GamificationActionsHistory gamificationActionsHistoryEntity)Method parameters in org.exoplatform.addons.gamification.service.mapper with type arguments of type GamificationActionsHistory Modifier and Type Method Description static List<Announcement>EntityMapper. fromAnnouncementEntities(List<GamificationActionsHistory> announcementEntities)static List<GamificationActionsHistoryDTO>GamificationActionsHistoryMapper. fromEntities(List<GamificationActionsHistory> gamificationActionsHistoryEntities) -
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. findAllAnnouncementByChallenge(Long challengeId, int offset, int limit)List<GamificationActionsHistory>GamificationHistoryDAO. getAllPointsByDomain(String domain)List<GamificationActionsHistory>GamificationHistoryDAO. getAllPointsWithNullDomain()List<GamificationActionsHistory>GamificationHistoryDAO. getAllRealizationsByDate(Date fromDate, Date toDate, int offset, int limit)
-