Uses of Class
io.meeds.gamification.model.StandardLeaderboard
Packages that use StandardLeaderboard
Package
Description
Spring Framework configuration files.
-
Uses of StandardLeaderboard in io.meeds.gamification.dao
Methods in io.meeds.gamification.dao that return types with arguments of type StandardLeaderboardModifier 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) -
Uses of StandardLeaderboard in io.meeds.gamification.rest.builder
Methods in io.meeds.gamification.rest.builder with parameters of type StandardLeaderboardModifier and TypeMethodDescriptionstatic LeaderboardInfoLeaderboardBuilder.toLeaderboardInfo(org.exoplatform.social.core.space.spi.SpaceService spaceService, StandardLeaderboard element, org.exoplatform.social.core.identity.model.Identity identity, boolean isAnonymous, int index) Method parameters in io.meeds.gamification.rest.builder with type arguments of type StandardLeaderboardModifier 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 StandardLeaderboard in io.meeds.gamification.service
Methods in io.meeds.gamification.service that return types with arguments of type StandardLeaderboardModifier and TypeMethodDescriptionRealizationService.getLeaderboard(LeaderboardFilter filter, String currentUser) Retrieves Leaderboard switch designated filter -
Uses of StandardLeaderboard in io.meeds.gamification.service.impl
Methods in io.meeds.gamification.service.impl that return types with arguments of type StandardLeaderboardModifier and TypeMethodDescriptionRealizationServiceImpl.getLeaderboard(LeaderboardFilter filter, String currentUser) -
Uses of StandardLeaderboard in io.meeds.gamification.storage
Methods in io.meeds.gamification.storage that return types with arguments of type StandardLeaderboardModifier 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)