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.getLeaderboardByDates(Date fromDate, Date toDate, IdentityType earnerType, int offset, int limit) RealizationDAO.getLeaderboardByDatesAndProgramIds(Date fromDate, Date toDate, IdentityType earnerType, int offset, int limit, Long... programIds) RealizationDAO.getLeaderboardByProgramIds(IdentityType earnerType, int offset, int limit, Long... programIds) intRealizationDAO.getLeaderboardRank(IdentityType earnerType, String earnerIdentityId) intRealizationDAO.getLeaderboardRankByDates(IdentityType earnerType, String earnerIdentityId, Date fromDate, Date toDate) intRealizationDAO.getLeaderboardRankByDatesAndProgramIds(IdentityType earnerType, String earnerIdentityId, Date fromDate, Date toDate, Long... programIds) intRealizationDAO.getLeaderboardRankByProgramIds(IdentityType earnerType, String earnerIdentityId, Long... programIds) -
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, List<Long> reviewerIds) -
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 spaceId, Long programId, IdentityType identityType, Long identityId, String period, long dateInSeconds, 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, List<Long> reviewerIds, 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 spaceId, Long programId, String period, long dateInSeconds, 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.getLeaderboardByDates(Date fromDate, Date toDate, IdentityType identityType, int offset, int limit) RealizationStorage.getLeaderboardByDatesByProgramIds(Date fromDate, Date toDate, IdentityType identityType, int offset, int limit, Long... programIds) RealizationStorage.getLeaderboardByProgramIds(IdentityType identityType, int offset, int limit, Long... programIds) intRealizationStorage.getLeaderboardRank(IdentityType identityType, String earnerIdentityId) intRealizationStorage.getLeaderboardRankByDates(IdentityType identityType, String earnerIdentityId, Date fromDate, Date toDate) intRealizationStorage.getLeaderboardRankByDatesAndProgramIds(IdentityType identityType, String earnerIdentityId, Date fromDate, Date toDate, Long... programIds) intRealizationStorage.getLeaderboardRankByProgramIds(IdentityType identityType, String earnerIdentityId, Long... programIds)