Uses of Class
web.sportflow.challenge.Challenge
Packages that use Challenge
-
Uses of Challenge in web.sportflow.challenge
Methods in web.sportflow.challenge that return ChallengeMethods in web.sportflow.challenge that return types with arguments of type ChallengeModifier and TypeMethodDescriptionChallengeRepository.findByCreatorIdIn(List<Long> userIds) ChallengeRepository.findByCreatorIn(List<User> users) ChallengeRepository.findByTitle(String title) ChallengeService.getAll()ChallengeService.getCommunityChallenges(List<Challenge> challenges) ChallengeService.getFriendsAndUserChallenge(User currentUser) ChallengeService.getOfficialChallenges(List<Challenge> challenges) ChallengeService.searchChallenges(String query) Methods in web.sportflow.challenge with parameters of type ChallengeMethod parameters in web.sportflow.challenge with type arguments of type ChallengeModifier and TypeMethodDescriptionChallengeService.buildProgressByChallenge(List<Challenge> challenges, User currentUser) ChallengeService.getCommunityChallenges(List<Challenge> challenges) ChallengeService.getOfficialChallenges(List<Challenge> challenges) ChallengeService.syncChallengeBadgesForUser(List<Challenge> challenges, User currentUser)