Uses of Interface
org.osid.provisioning.rules.PoolProcessorEnablerList
Packages that use PoolProcessorEnablerList
Package
Description
The Open Service Interface Definitions for the org.osid.provisioning.rules
service.
-
Uses of PoolProcessorEnablerList in org.osid.provisioning.rules
Methods in org.osid.provisioning.rules that return PoolProcessorEnablerListModifier and TypeMethodDescriptionPoolProcessorEnablerLookupSession.getPoolProcessorEnablers()Gets allPoolProcessorEnablers.PoolProcessorEnablerSearchResults.getPoolProcessorEnablers()Gets thePoolProcessorEnablerListresulting from a search.PoolProcessorEnablerDistributorSession.getPoolProcessorEnablersByDistributor(Id distributorId) Gets the list ofPoolProcessorEnablersassociated with aDistributor.PoolProcessorEnablerDistributorSession.getPoolProcessorEnablersByDistributors(IdList distributorIds) Gets the list ofPoolProcessorEnablerscorresponding to a list ofDistributors.PoolProcessorEnablerLookupSession.getPoolProcessorEnablersByGenusType(Type poolProcessorEnablerGenusType) Gets aPoolProcessorEnablerListcorresponding to the given pool processor enabler genusTypewhich does not include pool processor enablers of genus types derived from the specifiedType.PoolProcessorEnablerLookupSession.getPoolProcessorEnablersByIds(IdList poolProcessorEnablerIds) Gets aPoolProcessorEnablerListcorresponding to the givenIdList.PoolProcessorEnablerLookupSession.getPoolProcessorEnablersByParentGenusType(Type poolProcessorEnablerGenusType) Gets aPoolProcessorEnablerListcorresponding to the given pool processor enabler genusTypeand include any additional pool processor enablers with genus types derived from the specifiedType.PoolProcessorEnablerQuerySession.getPoolProcessorEnablersByQuery(PoolProcessorEnablerQuery poolProcessorEnablerQuery) Gets a list ofPoolProcessorEnablersmatching the given search.PoolProcessorEnablerLookupSession.getPoolProcessorEnablersByRecordType(Type poolProcessorEnablerRecordType) Gets aPoolProcessorEnablerListcontaining the given pool processor enabler recordType.PoolProcessorEnablerRuleLookupSession.getPoolProcessorEnablersForPoolProcessor(Id poolProcessorId) Gets thePoolProcessorEnablersassociated with aPoolProcessor.PoolProcessorEnablerLookupSession.getPoolProcessorEnablersOnDate(DateTime from, DateTime to) Gets aPoolProcessorEnablerListthat are effective for the entire given date range but not confined to the date range.PoolProcessorEnablerLookupSession.getPoolProcessorEnablersOnDateWithAgent(Id agentId, DateTime from, DateTime to) Gets aPoolProcessorEnablerListthat are effective for the entire given date range but not confined to the date range and evaluated against the given agent.