Uses of Interface
org.osid.voting.rules.VoteEnablerList
Packages that use VoteEnablerList
Package
Description
The Open Service Interface Definitions for the org.osid.voting.rules
service.
-
Uses of VoteEnablerList in org.osid.voting.rules
Methods in org.osid.voting.rules that return VoteEnablerListModifier and TypeMethodDescriptionVoteEnablerLookupSession.getVoteEnablers()Gets allVoteEnablers.VoteEnablerSearchResults.getVoteEnablers()Gets the vote enabler list resulting from a search.VoteEnablerLookupSession.getVoteEnablersByGenusType(Type voteEnablerGenusType) Gets aVoteEnablerListcorresponding to the given vote enabler genusTypewhich does not include vote enablers of genus types derived from the specifiedType.VoteEnablerLookupSession.getVoteEnablersByIds(IdList voteEnablerIds) Gets aVoteEnablerListcorresponding to the givenIdList.VoteEnablerLookupSession.getVoteEnablersByParentGenusType(Type voteEnablerGenusType) Gets aVoteEnablerListcorresponding to the given vote enabler genusTypeand include any additional vote enablers with genus types derived from the specifiedType.VoteEnablerPollsSession.getVoteEnablersByPolls(Id pollsId) Gets the list ofVoteEnablersassociated with aPolls.VoteEnablerPollsSession.getVoteEnablersByPolls(IdList pollsIds) Gets the list ofVoteEnablerscorresponding to a list ofPolls.VoteEnablerQuerySession.getVoteEnablersByQuery(VoteEnablerQuery voteEnablerQuery) Gets a list ofVoteEnablersmatching the given search.VoteEnablerLookupSession.getVoteEnablersByRecordType(Type voteEnablerRecordType) Gets aVoteEnablerListcontaining the given vote enabler recordType.VoteEnablerRuleLookupSession.getVoteEnablersForVote(Id voteId) Gets theVoteEnablersassociated with aVote.