Uses of Interface
org.osid.voting.rules.RaceProcessorEnablerList
Packages that use RaceProcessorEnablerList
Package
Description
The Open Service Interface Definitions for the org.osid.voting.rules
service.
-
Uses of RaceProcessorEnablerList in org.osid.voting.rules
Methods in org.osid.voting.rules that return RaceProcessorEnablerListModifier and TypeMethodDescriptionRaceProcessorEnablerLookupSession.getRaceProcessorEnablers()Gets allRaceProcessorEnablers.RaceProcessorEnablerSearchResults.getRaceProcessorEnablers()Gets theRaceProcessorEnablerListresulting from a search.RaceProcessorEnablerLookupSession.getRaceProcessorEnablersByGenusType(Type raceProcessorEnablerGenusType) Gets aRaceProcessorEnablerListcorresponding to the given race processor enabler genusTypewhich does not include race processor enablers of genus types derived from the specifiedType.RaceProcessorEnablerLookupSession.getRaceProcessorEnablersByIds(IdList raceProcessorEnablerIds) Gets aRaceProcessorEnablerListcorresponding to the givenIdList.RaceProcessorEnablerLookupSession.getRaceProcessorEnablersByParentGenusType(Type raceProcessorEnablerGenusType) Gets aRaceProcessorEnablerListcorresponding to the given race processor enabler genusTypeand include any additional race processor enablers with genus types derived from the specifiedType.RaceProcessorEnablerPollsSession.getRaceProcessorEnablersByPolls(Id pollsId) Gets the list of race processor enablers associated with aPolls.RaceProcessorEnablerPollsSession.getRaceProcessorEnablersByPolls(IdList pollsIds) Gets the list of race processor enablers corresponding to a list ofPolls.RaceProcessorEnablerQuerySession.getRaceProcessorEnablersByQuery(RaceProcessorEnablerQuery raceProcessorEnablerQuery) Gets a list ofRaceProcessorEnablersmatching the given race processor enabler query.RaceProcessorEnablerLookupSession.getRaceProcessorEnablersByRecordType(Type raceProcessorEnablerRecordType) Gets aRaceProcessorEnablerListcontaining the given race processor enabler recordType.RaceProcessorEnablerRuleLookupSession.getRaceProcessorEnablersForRaceProcessor(Id raceProcessorId) Gets theRaceProcessorEnablerassociated with aRaceProcessor.RaceProcessorEnablerLookupSession.getRaceProcessorEnablersOnDate(DateTime from, DateTime to) Gets aRaceProcessorEnablerListthat are effective for the entire given date range inclusive but not confined to the date range for any agent.RaceProcessorEnablerLookupSession.getRaceProcessorEnablersOnDateWithAgent(Id agentId, DateTime from, DateTime to) Gets aRaceProcessorEnablerListthat are effective for the entire given date range inclusive but not confined to the date range and evaluated against the given agent.