Uses of Interface
org.osid.voting.CandidateList
Packages that use CandidateList
Package
Description
The Open Service Interface Definitions for the org.osid.voting
service.
-
Uses of CandidateList in org.osid.voting
Methods in org.osid.voting that return CandidateListModifier and TypeMethodDescriptionCandidateLookupSession.getCandidates()Gets allCandidates.CandidateSearchResults.getCandidates()Gets the candidate list resulting from a search.CandidateLookupSession.getCandidatesByGenusType(Type candidateGenusType) Gets aCandidateListcorresponding to the given candidate genusTypewhich does not include candidates of types derived from the specifiedType.CandidateLookupSession.getCandidatesByIds(IdList candidateIds) Gets aCandidateListcorresponding to the givenIdList.CandidateLookupSession.getCandidatesByParentGenusType(Type candidateGenusType) Gets aCandidateListcorresponding to the given candidate genusTypeand include any additional candidates with genus types derived from the specifiedType.CandidatePollsSession.getCandidatesByPolls(Id pollsId) Gets the list ofCandidatesassociated with aPolls.CandidatePollsSession.getCandidatesByPolls(IdList pollsIds) Gets the list ofCandidatescorresponding to a list ofPolls.CandidateQuerySession.getCandidatesByQuery(CandidateQuery candidateQuery) Gets a list ofCandidatesmatching the given candidate query.CandidateLookupSession.getCandidatesByRecordType(Type candidateRecordType) Gets aCandidateListcontaining the given candidate recordType.CandidateLookupSession.getCandidatesForRace(Id raceId) Gets aCandidateListin the given race.CandidateLookupSession.getCandidatesForRaceAndResource(Id raceId, Id resourceId) Gets aCandidateListin the given race and resource.CandidateLookupSession.getCandidatesForRaceAndResourceOnDate(Id raceId, Id resourceId, DateTime from, DateTime to) Gets a list of candidates for the given race and resource effective during the entire given date range inclusive but not confined to the date range.CandidateLookupSession.getCandidatesForRaceOnDate(Id raceId, DateTime from, DateTime to) Gets a list of candidates for the given race effective during the entire given date range inclusive but not confined to the date range.CandidateLookupSession.getCandidatesForResource(Id resourceId) Gets aCandidateListassociated with the given resource.CandidateLookupSession.getCandidatesForResourceOnDate(Id resourceId, DateTime from, DateTime to) Gets a list of candidates for the given resource effective during the entire given date range inclusive but not confined to the date range.CandidateLookupSession.getCandidatesOnDate(DateTime from, DateTime to) Gets a list of candidates effective during the entire given date range inclusive but not confined to the date range.