Uses of Class
fr.utc.miage.sporttrack.entity.event.ChallengeRanking
Packages that use ChallengeRanking
-
Uses of ChallengeRanking in fr.utc.miage.sporttrack.entity.event
Methods in fr.utc.miage.sporttrack.entity.event that return types with arguments of type ChallengeRankingModifier and TypeMethodDescriptionChallenge.getRankings()Returns the ordered list of rankings for this challenge.Methods in fr.utc.miage.sporttrack.entity.event with parameters of type ChallengeRankingModifier and TypeMethodDescriptionvoidChallenge.addRanking(ChallengeRanking ranking) Adds a single ranking entry to this challenge and establishes the bidirectional relationship.Method parameters in fr.utc.miage.sporttrack.entity.event with type arguments of type ChallengeRankingModifier and TypeMethodDescriptionvoidChallenge.setRankings(List<ChallengeRanking> rankings) Replaces the entire ranking list with the provided entries, maintaining the parent-child relationship on each ranking.