Uses of Interface
org.osid.voting.VoteList
Packages that use VoteList
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 VoteList in org.osid.voting
Methods in org.osid.voting that return VoteListModifier and TypeMethodDescriptionVotingSession.getMyVotesForBallot(Id ballotId) Gets all myVotescast on a ballot.VotingSession.getMyVotesForRace(Id raceId) Gets all myVotescast on this ballot for the given race.VoteLookupSession.getVotes()Gets all votes.VoteSearchResults.getVotes()Gets the vote list resulting from the search.VoteLookupSession.getVotesByGenusType(Type voteGenusType) Gets the votes for the given vote genus type.VoteLookupSession.getVotesByIds(IdList voteIds) Gets aVoteListcorresponding to the givenIdList.VoteLookupSession.getVotesByParentGenusType(Type voteGenusType) Gets the votes for the given vote genus type and include any votes with a genus type derived from the specified genus type.VotePollsSession.getVotesByPolls(Id pollsId) Gets the list ofVotessassociated with aPolls.VotePollsSession.getVotesByPolls(IdList pollsIds) Gets the list ofVotescorresponding to a list ofPolls.VoteQuerySession.getVotesByQuery(VoteQuery voteQuery) Gets a list ofVotematching the given vote query.VoteLookupSession.getVotesByRecordType(Type voteRecordType) Gets the votes for the given vote record type.VoteLookupSession.getVotesForBallot(Id ballotId) Gets the votes cast in the given ballot.VoteLookupSession.getVotesForBallotOnDate(Id ballotId, DateTime from, DateTime to) Gets a list of votes in a ballot effective during the entire given date range inclusive but not confined to the date range.VoteLookupSession.getVotesForCandidate(Id candidateId) Gets theVotesfor a candidate.VoteLookupSession.getVotesForCandidateOnDate(Id candidateId, DateTime from, DateTime to) Gets a list of votes for a candidate effective during the entire given date range inclusive but not confined to the date range.VoteLookupSession.getVotesForRace(Id raceId) Gets the votes cast in the given race.VoteLookupSession.getVotesForRaceOnDate(Id raceId, DateTime from, DateTime to) Gets a list of votes in a race effective during the entire given date range inclusive but not confined to the date range.VoteLookupSession.getVotesForVoter(Id resourceId) Gets the votes cast by the given voter.VoteLookupSession.getVotesForVoterAndBallot(Id resourceId, Id ballotId) Gets the votes cast by the given voter and ballot.VoteLookupSession.getVotesForVoterAndBallotOnDate(Id resourceId, Id ballotId, DateTime from, DateTime to) Gets a list of votes for a voter and ballot effective during the entire given date range inclusive but not confined to the date range.VoteLookupSession.getVotesForVoterAndCandidate(Id resourceId, Id candidateId) Gets the votes cast by the given voter and candidate.VoteLookupSession.getVotesForVoterAndCandidateOnDate(Id resourceId, Id candidateId, DateTime from, DateTime to) Gets a list of votes for a voter and candidate effective during the entire given date range inclusive but not confined to the date range.VoteLookupSession.getVotesForVoterAndRace(Id resourceId, Id raceId) Gets the votes cast by the given voter and race.VoteLookupSession.getVotesForVoterAndRaceOnDate(Id resourceId, Id raceId, DateTime from, DateTime to) Gets a list of votes for a voter and race effective during the entire given date range inclusive but not confined to the date range.VoteLookupSession.getVotesForVoterOnDate(Id resourceId, DateTime from, DateTime to) Gets a list of votes for a voter effective during the entire given date range inclusive but not confined to the date range.VoteLookupSession.getVotesOnDate(DateTime from, DateTime to) Gets a list of votes effective during the entire given date range inclusive but not confined to the date range. -
Uses of VoteList in org.osid.voting.rules
Methods in org.osid.voting.rules that return VoteListModifier and TypeMethodDescriptionVoteEnablerRuleLookupSession.getVotesForVoteEnabler(Id voteEnablerId) Gets theVotesmapped to aVoteEnabler.