Uses of Enum Class
io.meeds.gamification.constant.IdentityType
Packages that use IdentityType
Package
Description
Spring Framework configuration files.
-
Uses of IdentityType in io.meeds.gamification.constant
Methods in io.meeds.gamification.constant 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 io.meeds.gamification.dao
Methods in io.meeds.gamification.dao with parameters of type IdentityTypeModifier and TypeMethodDescriptionRealizationDAO.getLeaderboard(IdentityType earnerType, int offset, int limit) RealizationDAO.getLeaderboardByDate(Date fromDate, IdentityType earnerType, int offset, int limit) RealizationDAO.getLeaderboardByDateAndProgramId(Date fromDate, IdentityType earnerType, long domainId, int offset, int limit) RealizationDAO.getLeaderboardByProgramId(long domainId, IdentityType earnerType, int offset, int limit) intRealizationDAO.getLeaderboardRank(IdentityType earnerType, String earnerIdentityId) intRealizationDAO.getLeaderboardRankByDate(IdentityType earnerType, String earnerIdentityId, Date fromDate) intRealizationDAO.getLeaderboardRankByDateAndProgramId(IdentityType earnerType, String earnerIdentityId, Date date, long domainId) intRealizationDAO.getLeaderboardRankByProgramId(IdentityType earnerType, String earnerIdentityId, long domainId) -
Uses of IdentityType in io.meeds.gamification.model.filter
Constructors in io.meeds.gamification.model.filter with parameters of type IdentityTypeModifierConstructorDescriptionRealizationFilter(List<String> earnerIds, String sortField, boolean sortDescending, Date fromDate, Date toDate, IdentityType identityType, RealizationStatus status, List<Long> ruleIds) -
Uses of IdentityType in io.meeds.gamification.rest
Methods in io.meeds.gamification.rest with parameters of type IdentityTypeModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseLeaderboardRest.getIdentityLeaderboard(Long programId, IdentityType identityType, Long identityId, String period, int offset, int limit) javax.ws.rs.core.ResponseRealizationRest.getRealizations(jakarta.servlet.http.HttpServletRequest request, String fromDateRfc3339, String toDateRfc3339, String sortField, boolean sortDescending, List<String> earnerIds, int offset, int limit, String returnType, IdentityType identityType, RealizationStatus status, List<Long> programIds, List<Long> ruleIds, boolean owned, boolean allPrograms, boolean returnSize) -
Uses of IdentityType in io.meeds.gamification.rest.builder
Methods in io.meeds.gamification.rest.builder with parameters of type IdentityTypeModifier and TypeMethodDescriptionstatic List<LeaderboardInfo>LeaderboardBuilder.buildLeaderboardInfos(RealizationService realizationService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, int offset, List<StandardLeaderboard> standardLeaderboards, IdentityType identityType, Long identityId, Long programId, String period, boolean isAnonymous) -
Uses of IdentityType in io.meeds.gamification.storage
Methods in io.meeds.gamification.storage with parameters of type IdentityTypeModifier and TypeMethodDescriptionRealizationStorage.getLeaderboard(IdentityType identityType, int offset, int limit) RealizationStorage.getLeaderboardByDate(Date fromDate, IdentityType identityType, int offset, int limit) RealizationStorage.getLeaderboardByDateByProgramId(Date fromDate, IdentityType identityType, long programId, int offset, int limit) RealizationStorage.getLeaderboardByProgramId(long programId, IdentityType identityType, int offset, int limit) intRealizationStorage.getLeaderboardRank(IdentityType identityType, String earnerIdentityId) intRealizationStorage.getLeaderboardRankByDate(IdentityType identityType, String earnerIdentityId, Date fromDate) intRealizationStorage.getLeaderboardRankByDateAndProgramId(IdentityType identityType, String earnerIdentityId, Date fromDate, long programId) intRealizationStorage.getLeaderboardRankByProgramId(IdentityType identityType, String earnerIdentityId, long programId)