Uses of Interface
org.osid.voting.PollsList
Packages that use PollsList
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 PollsList in org.osid.voting
Methods in org.osid.voting that return PollsListModifier and TypeMethodDescriptionPollsLookupSession.getAllPolls()Gets allPolls.PollsHierarchySession.getChildPolls(Id pollsId) Gets the children of the given polls.PollsHierarchySession.getParentPolls(Id pollsId) Gets the parents of the given polls.PollsSearchResults.getPolls()Gets the polls list resulting from the search.BallotPollsSession.getPollsByBallot(Id ballotId) Gets the list ofPollsobjects mapped to aBallot.CandidatePollsSession.getPollsByCandidate(Id candidateId) Gets the list ofPollsobjects mapped to aCandidate.PollsLookupSession.getPollsByGenusType(Type pollsGenusType) Gets aPollsListcorresponding to the given polls genusTypewhich does not include polls of types derived from the specifiedType.PollsLookupSession.getPollsByIds(IdList pollsIds) Gets aPollsListcorresponding to the givenIdList.PollsLookupSession.getPollsByParentGenusType(Type pollsGenusType) Gets aPollsListcorresponding to the given polls genusTypeand include any additional polls with genus types derived from the specifiedType.PollsLookupSession.getPollsByProvider(Id resourceId) Gets aPollsListfor the given provider.PollsQuerySession.getPollsByQuery(PollsQuery pollsQuery) Gets a list ofPollsmatching the given query.RacePollsSession.getPollsByRace(Id raceId) Gets thePollsobjects mapped to aRace.PollsLookupSession.getPollsByRecordType(Type pollsRecordType) Gets aPollsListcontaining the given polls recordType.VotePollsSession.getPollsByVote(Id voteId) Gets the list ofPollsobjects mapped to aVote.PollsHierarchySession.getRootPolls()Gets the root polls in the polls hierarchy. -
Uses of PollsList in org.osid.voting.rules
Methods in org.osid.voting.rules that return PollsListModifier and TypeMethodDescriptionBallotConstrainerPollsSession.getPollsByBallotConstrainer(Id ballotConstrainerId) Gets thePollsmapped to aBallotConstrainer.BallotConstrainerEnablerPollsSession.getPollsByBallotConstrainerEnabler(Id ballotConstrainerEnablerId) Gets thePollsmapped to aBallotConstrainerEnabler.RaceConstrainerPollsSession.getPollsByRaceConstrainer(Id raceConstrainerId) Gets thePollsmapped to aRaceConstrainer.RaceConstrainerEnablerPollsSession.getPollsByRaceConstrainerEnabler(Id raceConstrainerEnablerId) Gets thePollsmapped to aRaceConstrainerEnabler.RaceProcessorPollsSession.getPollsByRaceProcessor(Id raceProcessorId) Gets thePollsmapped to aRaceProcessor.RaceProcessorEnablerPollsSession.getPollsByRaceProcessorEnabler(Id raceProcessorEnablerId) Gets thePollsmapped to aRaceProcessorEnabler.VoteEnablerPollsSession.getPollsByVoteEnabler(Id voteEnablerId) Gets thePollsmapped to aVoteEnabler.