Uses of Interface
org.osid.voting.rules.BallotConstrainerEnablerList
Packages that use BallotConstrainerEnablerList
Package
Description
The Open Service Interface Definitions for the org.osid.voting.rules
service.
-
Uses of BallotConstrainerEnablerList in org.osid.voting.rules
Methods in org.osid.voting.rules that return BallotConstrainerEnablerListModifier and TypeMethodDescriptionBallotConstrainerEnablerLookupSession.getBallotConstrainerEnablers()Gets allBallotConstrainerEnablers.BallotConstrainerEnablerSearchResults.getBallotConstrainerEnablers()Gets theBallotConstrainerEnablerListresulting from a search.BallotConstrainerEnablerLookupSession.getBallotConstrainerEnablersByGenusType(Type ballotConstrainerEnablerGenusType) Gets aBallotConstrainerEnablerListcorresponding to the given ballot constrainer enabler genusTypewhich does not include ballot constrainer enablers of genus types derived from the specifiedType.BallotConstrainerEnablerLookupSession.getBallotConstrainerEnablersByIds(IdList ballotConstrainerEnablerIds) Gets aBallotConstrainerEnablerListcorresponding to the givenIdList.BallotConstrainerEnablerLookupSession.getBallotConstrainerEnablersByParentGenusType(Type ballotConstrainerEnablerGenusType) Gets aBallotConstrainerEnablerListcorresponding to the given ballot constrainer enabler genusTypeand include any additional ballot constrainer enablers with genus types derived from the specifiedType.BallotConstrainerEnablerPollsSession.getBallotConstrainerEnablersByPolls(Id pollsId) Gets the list of ballot constrainer enablers associated with aPolls.BallotConstrainerEnablerPollsSession.getBallotConstrainerEnablersByPolls(IdList pollsIds) Gets the list of ballot constrainer enablers corresponding to a list ofPolls.BallotConstrainerEnablerQuerySession.getBallotConstrainerEnablersByQuery(BallotConstrainerEnablerQuery ballotConstrainerEnablerQuery) Gets a list ofBallotConstrainerEnablersmatching the given ballot constrainer enabler query.BallotConstrainerEnablerLookupSession.getBallotConstrainerEnablersByRecordType(Type ballotConstrainerEnablerRecordType) Gets aBallotConstrainerEnablerListcontaining the given ballot constrainer enabler recordType.BallotConstrainerEnablerRuleLookupSession.getBallotConstrainerEnablersForBallotConstrainer(Id ballotConstrainerId) Gets theBallotConstrainerEnablersassociated with aBallotConstrainer.BallotConstrainerEnablerLookupSession.getBallotConstrainerEnablersOnDate(DateTime from, DateTime to) Gets aBallotConstrainerEnablerListthat are effective for the entire given date range inclusive but not confined to the date range for any agent.BallotConstrainerEnablerLookupSession.getBallotConstrainerEnablersOnDateWithAgent(Id agentId, DateTime from, DateTime to) Gets aBallotConstrainerEnablerListthat are effective for the entire given date range inclusive but not confined to the date range and evaluated against the given agent.