Uses of Interface
org.osid.voting.rules.BallotConstrainerList
Packages that use BallotConstrainerList
Package
Description
The Open Service Interface Definitions for the org.osid.voting.rules
service.
-
Uses of BallotConstrainerList in org.osid.voting.rules
Methods in org.osid.voting.rules that return BallotConstrainerListModifier and TypeMethodDescriptionBallotConstrainerLookupSession.getBallotConstrainers()Gets allBallotConstrainers.BallotConstrainerSearchResults.getBallotConstrainers()Gets theBallotConstrainerListresulting from a search.BallotConstrainerLookupSession.getBallotConstrainersByGenusType(Type ballotConstrainerGenusType) Gets aBallotConstrainerListcorresponding to the given ballot constrainer genusTypewhich does not include ballot constrainer of genus types derived from the specifiedType.BallotConstrainerLookupSession.getBallotConstrainersByIds(IdList ballotConstrainerIds) Gets aBallotConstrainerListcorresponding to the givenIdList.BallotConstrainerLookupSession.getBallotConstrainersByParentGenusType(Type ballotConstrainerGenusType) Gets aBallotConstrainerListcorresponding to the given ballot constrainer genusTypeand include any additional ballot constrainer with genus types derived from the specifiedType.BallotConstrainerPollsSession.getBallotConstrainersByPolls(Id pollsId) Gets the list of ballot constrainer associated with aPolls.BallotConstrainerPollsSession.getBallotConstrainersByPolls(IdList pollsIds) Gets the list of ballot constrainer corresponding to a list ofPolls.BallotConstrainerQuerySession.getBallotConstrainersByQuery(BallotConstrainerQuery ballotConstrainerQuery) Gets a list ofBallotConstrainersmatching the given ballot constrainer query.BallotConstrainerLookupSession.getBallotConstrainersByRecordType(Type ballotConstrainerRecordType) Gets aBallotConstrainerListcontaining the given ballot constrainer recordType.BallotConstrainerRuleLookupSession.getBallotConstrainersForBallot(Id ballotId) Gets theBallotConstrainerassociated with aBallot.BallotConstrainerEnablerRuleLookupSession.getBallotConstrainersForBallotConstrainerEnabler(Id ballotConstrainerEnablerId) Gets theBallotConstrainersmapped to aBallotConstrainerEnabler.