Uses of Interface
org.osid.voting.RaceList
Packages that use RaceList
Package
Description
The Open Service Interface Definitions for the org.osid.voting
service.
The Open Service Interface Definitions for the org.osid.voting.rules
service.
-
Uses of RaceList in org.osid.voting
Methods in org.osid.voting that return RaceListModifier and TypeMethodDescriptionVotingSession.getMyUncastRacesForBallot(Id ballotId) Gets allRaceson this ballot for which a vote has not been cast.BallotAuthoringSession.getRaces()Gets the races on this ballot.RaceLookupSession.getRaces()Gets all races.RaceSearchResults.getRaces()Gets the race list resulting from a search.RaceLookupSession.getRacesByGenusType(Type raceGenusType) Gets aRaceListcorresponding to the given race genusTypewhich does not include races of types derived from the specifiedType.RaceLookupSession.getRacesByIds(IdList raceIds) Gets aRaceListcorresponding to the givenIdList.RaceLookupSession.getRacesByParentGenusType(Type raceGenusType) Gets aRaceListcorresponding to the given race genusTypeand include races of types derived from the specifiedType.RacePollsSession.getRacesByPolls(Id pollsId) Gets the list ofRacesassociated with aPolls.RacePollsSession.getRacesByPolls(IdList pollsIds) Gets the list ofRacescorresponding to a list ofPollsobjects.RaceQuerySession.getRacesByQuery(RaceQuery raceQuery) Gets a list of races matching the given race qiery.RaceLookupSession.getRacesByRecordType(Type raceRecordType) Gets aRaceListcontaining the given race recordType.RaceLookupSession.getRacesForBallot(Id ballotId) Gets aRaceListfor the givenBallot.VotingSession.getRacesForBallot(Id ballotId) Gets allRaceson this ballot. -
Uses of RaceList in org.osid.voting.rules
Methods in org.osid.voting.rules that return RaceListModifier and TypeMethodDescriptionRaceConstrainerRuleLookupSession.getRacesForRaceConstrainer(Id raceConstrainerId) Gets theRacesmapped to aRaceConstrainer.RaceProcessorRuleLookupSession.getRacesForRaceProcessor(Id raceProcessorId) Gets theRacesmapped to aRaceProcessor.