Uses of Interface
org.osid.voting.RaceResultList
Packages that use RaceResultList
Package
Description
The Open Service Interface Definitions for the org.osid.voting
service.
-
Uses of RaceResultList in org.osid.voting
Methods in org.osid.voting that return RaceResultListModifier and TypeMethodDescriptionRaceResultsSession.getRaceResultsByVoter(Id resourceId) Gets all race results on this ballot by voter.RaceResultsSession.getRaceResultsByVoterForCandidate(Id raceId, Id candidateId, Id resourceId) Gets the race results by voter for a candidate in a race.RaceResultsSession.getRaceResultsByVoterForRace(Id raceId, Id resourceId) Gets all race results by a resource in a race ordered from the most votes to the fewest votes.RaceResultsSession.getRaceResultsForBalot(Id ballotId) Gets all race results on a ballot.RaceResultsSession.getRaceResultsForCandidate(Id raceId, Id candidateId) Gets the race results for a candidate in a race.RaceResultsSession.getRaceResultsForRace(Id raceId) Gets all race results in a race ordered from the most votes to the fewest votes.RaceResultsSession.getTopRaceResultsByVoter(Id resourceId) Gets the top race results for each race by voter,RaceResultsSession.getWinningRaceResultsByVoterForRace(Id raceId, Id resourceId) Gets the winning race results by a resource in a race ordered from the most votes to the fewest votes.RaceResultsSession.getWinningRaceResultsForBallot(Id ballotId) Gets the winning race results for each race on a ballot.RaceResultsSession.getWinningRaceResultsForRace(Id raceId) Gets the winning race results in a race.