Uses of Enum Class
org.exoplatform.addons.gamification.IdentityType
Packages that use IdentityType
Package
Description
Spring Framework configuration files.
-
Uses of IdentityType in org.exoplatform.addons.gamification
Methods in org.exoplatform.addons.gamification that return IdentityTypeModifier and TypeMethodDescriptionstatic IdentityTypestatic IdentityTypeReturns the enum constant of this class with the specified name.static IdentityType[]IdentityType.values()Returns an array containing the constants of this enum class, 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 IdentityTypeMethods in org.exoplatform.addons.gamification.entities.domain.effective with parameters of type IdentityTypeModifier and TypeMethodDescriptionvoidGamificationActionsHistory.setEarnerType(IdentityType earnerType) -
Uses of IdentityType in org.exoplatform.addons.gamification.service
Methods in org.exoplatform.addons.gamification.service with parameters of type IdentityTypeModifier and TypeMethodDescriptionAnnouncementService.countAnnouncementsByChallengeAndEarnerType(long challengeId, IdentityType earnerType) Retrieves number of all Announcements by challenge identifier.AnnouncementService.findAllAnnouncementByChallenge(long challengeId, int offset, int limit, PeriodType periodType, IdentityType earnerType) Retrieves all Announcements by challengeId. -
Uses of IdentityType in org.exoplatform.addons.gamification.service.configuration
Methods in org.exoplatform.addons.gamification.service.configuration with parameters of type IdentityTypeModifier and TypeMethodDescriptionAnnouncementServiceImpl.countAnnouncementsByChallengeAndEarnerType(long challengeId, IdentityType earnerType) AnnouncementServiceImpl.findAllAnnouncementByChallenge(long challengeId, int offset, int limit, PeriodType periodType, IdentityType earnerType) -
Uses of IdentityType in org.exoplatform.addons.gamification.service.effective
Methods in org.exoplatform.addons.gamification.service.effective that return IdentityTypeMethods in org.exoplatform.addons.gamification.service.effective with parameters of type IdentityTypeModifier and TypeMethodDescriptionGamificationService.findAllLeaderboardBetweenDate(IdentityType earnedType, Date fromDate, Date toDate) voidLeaderboardFilter.setIdentityType(IdentityType identityType) -
Uses of IdentityType in org.exoplatform.addons.gamification.storage
Methods in org.exoplatform.addons.gamification.storage with parameters of type IdentityTypeModifier and TypeMethodDescriptionAnnouncementStorage.countAnnouncementsByChallengeAndEarnerType(Long challengeId, IdentityType earnerType) AnnouncementStorage.findAllAnnouncementByChallenge(Long challengeId, int offset, int limit, PeriodType periodType, IdentityType earnerType) -
Uses of IdentityType in org.exoplatform.addons.gamification.storage.dao
Methods in org.exoplatform.addons.gamification.storage.dao with parameters of type IdentityTypeModifier and TypeMethodDescriptionGamificationHistoryDAO.countAnnouncementsByChallengeAndEarnerType(Long challengeId, IdentityType earnerType) GamificationHistoryDAO.findActionsHistoryByDateByDomain(Date date, IdentityType earnerType, String domain, int limit) Find actionsHistory by data and domainGamificationHistoryDAO.findAllActionsHistory(IdentityType earnerType, int limit) Get all ActionHistory records paginatedGamificationHistoryDAO.findAllActionsHistoryAgnostic(IdentityType earnerType) Get all ActionHistory records and convert them to list of type StandardLeaderboardGamificationHistoryDAO.findAllActionsHistoryByDate(Date date, IdentityType earnerType, int limit) Find all gamification entries by dateGamificationHistoryDAO.findAllActionsHistoryByDate(IdentityType earnerType, Date date) Find all gamification entries by dateGamificationHistoryDAO.findAllActionsHistoryByDateByDomain(IdentityType earnerType, Date date, String domain) Find all gamification entries by domain and by typeGamificationHistoryDAO.findAllActionsHistoryByDomain(String domain, IdentityType earnerType, int limit) Find all gamification entries by domainGamificationHistoryDAO.findAllActionsHistoryByDomain(IdentityType earnerType, String domain) Find all gamification entries by domainGamificationHistoryDAO.findAllAnnouncementByChallenge(Long challengeId, int offset, int limit, PeriodType periodType, IdentityType earnerType) GamificationHistoryDAO.findAllLeaderboardBetweenDate(IdentityType earnerType, Date fromDate, Date toDate) -
Uses of IdentityType in org.exoplatform.addons.gamification.utils
Methods in org.exoplatform.addons.gamification.utils with parameters of type IdentityTypeModifier and TypeMethodDescriptionstatic LongUtils.countAnnouncementByChallengeAndEarnerType(long challengeId, IdentityType earnerType) static List<Announcement>Utils.findAllAnnouncementByChallenge(Long challengeId, int offset, int limit, IdentityType earnerType)