Uses of Interface
org.osid.voting.BallotList
Packages that use BallotList
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 BallotList in org.osid.voting
Methods in org.osid.voting that return BallotListModifier and TypeMethodDescriptionBallotLookupSession.getBallots()Gets allBallots.BallotSearchResults.getBallots()Gets the ballot list resulting from a search.BallotLookupSession.getBallotsByCommissioner(Id resourceId) Gets aBallotListfrom the given commissioner..BallotLookupSession.getBallotsByGenusType(Type ballotGenusType) Gets aBallotListcorresponding to the given ballot genusTypewhich does not include ballot of types derived from the specifiedType.BallotLookupSession.getBallotsByIds(IdList ballotIds) Gets aBallotListcorresponding to the givenIdList.BallotLookupSession.getBallotsByParentGenusType(Type ballotGenusType) Gets aBallotListcorresponding to the given ballot genusTypeand include any additional ballots with genus types derived from the specifiedType.BallotPollsSession.getBallotsByPolls(Id pollsId) Gets the list ofBallotsassociated with aPolls.BallotPollsSession.getBallotsByPolls(IdList pollsIds) Gets the list ofBallotscorresponding to a list ofPolls.BallotQuerySession.getBallotsByQuery(BallotQuery ballotQuery) Gets a list ofBallotsmatching the given query.BallotLookupSession.getBallotsByRecordType(Type ballotRecordType) Gets aBallotListcontaining the given ballot recordType.BallotLookupSession.getBallotsOnDate(DateTime from, DateTime to) Gets aBallotListthat are effective for the entire given date range but not confined to the date range. -
Uses of BallotList in org.osid.voting.rules
Methods in org.osid.voting.rules that return BallotListModifier and TypeMethodDescriptionBallotConstrainerRuleLookupSession.getBallotsForBallotConstrainer(Id ballotConstrainerId) Gets theBallotsmapped to aBallotConstrainer.