Uses of Class
org.exoplatform.addons.gamification.entities.domain.effective.GamificationActionsHistory
Packages that use GamificationActionsHistory
Package
Description
Spring Framework configuration files.
-
Uses of GamificationActionsHistory in org.exoplatform.addons.gamification.service.effective
Methods in org.exoplatform.addons.gamification.service.effective that return GamificationActionsHistoryModifier and TypeMethodDescriptionGamificationService.findLatestActionHistoryByEarnerId(String earnerId) GamificationService.saveActionHistory(GamificationActionsHistory history) Save a GamificationActionsHistory in DBMethods in org.exoplatform.addons.gamification.service.effective that return types with arguments of type GamificationActionsHistoryModifier and TypeMethodDescriptionGamificationService.findActionHistoryByDateByEarnerId(Date date, String earnerId) Get actionsHistory entitiesGamificationService.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 GamificationActionsHistoryModifier and TypeMethodDescriptionGamificationService.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 GamificationActionsHistoryModifier and TypeMethodDescriptionstatic GamificationActionsHistoryEntityMapper.toEntity(Announcement announcement, RuleEntity ruleEntity) static GamificationActionsHistoryGamificationActionsHistoryMapper.toEntity(GamificationActionsHistoryDTO gamificationActionsHistoryDTO) Methods in org.exoplatform.addons.gamification.service.mapper with parameters of type GamificationActionsHistoryModifier and TypeMethodDescriptionstatic AnnouncementEntityMapper.fromEntity(GamificationActionsHistory announcementEntity) GamificationActionsHistoryMapper.fromEntity(GamificationActionsHistory gamificationActionsHistoryEntity) Method parameters in org.exoplatform.addons.gamification.service.mapper with type arguments of type GamificationActionsHistoryModifier and TypeMethodDescriptionstatic 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 GamificationActionsHistoryModifier and TypeMethodDescriptionGamificationHistoryDAO.findActionHistoryByDateByEarnerId(Date date, String earnerId) Get The last ActionHistory recordGamificationHistoryDAO.findActionsHistoryByEarnerId(String earnerId, int limit) Get an ActionHistory record based on userIdGamificationHistoryDAO.findActionsHistoryByEarnerIdAndByType(String earnerId, EntityType type) Find all gamification entries by earnerId and by typeGamificationHistoryDAO.findActionsHistoryByEarnerIdSortedByDate(String earnerId, int limit) Find actionsHistory by data and domain and date and pointsGamificationHistoryDAO.findAllAnnouncementByChallenge(Long challengeId, int offset, int limit, PeriodType periodType, IdentityType earnerType) GamificationHistoryDAO.findRealizationsByFilter(RealizationsFilter realizationFilter, int offset, int limit) Find realizations by filter with offset, limit.GamificationHistoryDAO.getAllPointsByDomain(long domainId)