Uses of Class
io.meeds.gamification.model.PiechartLeaderboard
Packages that use PiechartLeaderboard
Package
Description
Spring Framework configuration files.
-
Uses of PiechartLeaderboard in io.meeds.gamification.dao
Methods in io.meeds.gamification.dao that return types with arguments of type PiechartLeaderboardModifier and TypeMethodDescriptionRealizationDAO.getLeaderboardStatsByIdentityId(String earnerId, Long spaceId) RealizationDAO.getLeaderboardStatsByIdentityIdAndDates(String earnerId, Long spaceId, Date fromDate, Date toDate) -
Uses of PiechartLeaderboard in io.meeds.gamification.rest.builder
Methods in io.meeds.gamification.rest.builder that return types with arguments of type PiechartLeaderboardModifier and TypeMethodDescriptionstatic List<PiechartLeaderboard> LeaderboardBuilder.buildPiechartLeaderboards(ProgramService programService, io.meeds.social.translation.service.TranslationService translationService, List<PiechartLeaderboard> userStats, String currentUser, Locale locale) Method parameters in io.meeds.gamification.rest.builder with type arguments of type PiechartLeaderboardModifier and TypeMethodDescriptionstatic List<PiechartLeaderboard> LeaderboardBuilder.buildPiechartLeaderboards(ProgramService programService, io.meeds.social.translation.service.TranslationService translationService, List<PiechartLeaderboard> userStats, String currentUser, Locale locale) -
Uses of PiechartLeaderboard in io.meeds.gamification.service
Methods in io.meeds.gamification.service that return types with arguments of type PiechartLeaderboardModifier and TypeMethodDescriptionRealizationService.getLeaderboardStatsByIdentityId(String earnerIdentityId, Long spaceId, String period, Date startDate, Date endDate) Retrieves scores per doamin of a givenIdentitydefault List<PiechartLeaderboard> RealizationService.getLeaderboardStatsByIdentityId(String earnerIdentityId, String period, Date startDate, Date endDate) Retrieves scores per doamin of a givenIdentity -
Uses of PiechartLeaderboard in io.meeds.gamification.service.impl
Methods in io.meeds.gamification.service.impl that return types with arguments of type PiechartLeaderboard -
Uses of PiechartLeaderboard in io.meeds.gamification.storage
Methods in io.meeds.gamification.storage that return types with arguments of type PiechartLeaderboardModifier and TypeMethodDescriptionRealizationStorage.getLeaderboardStatsByIdentityId(String earnerIdentityId, Long spaceId) RealizationStorage.getLeaderboardStatsByIdentityIdAndDates(String earnerIdentityId, Long spaceId, Date startDate, Date endDate)