Uses of Interface
org.osid.provisioning.rules.PoolEnablerList
Packages that use PoolEnablerList
Package
Description
The Open Service Interface Definitions for the org.osid.provisioning.rules
service.
-
Uses of PoolEnablerList in org.osid.provisioning.rules
Methods in org.osid.provisioning.rules that return PoolEnablerListModifier and TypeMethodDescriptionPoolEnablerLookupSession.getPoolEnablers()Gets allPoolEnablers.PoolEnablerSearchResults.getPoolEnablers()Gets the pool enabler list resulting from a search.PoolEnablerDistributorSession.getPoolEnablersByDistributor(Id distributorId) Gets the list ofPoolEnablersassociated with aDistributor.PoolEnablerDistributorSession.getPoolEnablersByDistributors(IdList distributorIds) Gets the list ofPoolEnablerscorresponding to a list ofDistributors.PoolEnablerLookupSession.getPoolEnablersByGenusType(Type poolEnablerGenusType) Gets aPoolEnablerListcorresponding to the given pool enabler genusTypewhich does not include pool enablers of genus types derived from the specifiedType.PoolEnablerLookupSession.getPoolEnablersByIds(IdList poolEnablerIds) Gets aPoolEnablerListcorresponding to the givenIdList.PoolEnablerLookupSession.getPoolEnablersByParentGenusType(Type poolEnablerGenusType) Gets aPoolEnablerListcorresponding to the given pool enabler genusTypeand include any additional pool enablers with genus types derived from the specifiedType.PoolEnablerQuerySession.getPoolEnablersByQuery(PoolEnablerQuery poolEnablerQuery) Gets a list ofPoolEnablersmatching the given search.PoolEnablerLookupSession.getPoolEnablersByRecordType(Type poolEnablerRecordType) Gets aPoolEnablerListcontaining the given pool enabler recordType.PoolEnablerRuleLookupSession.getPoolEnablersForPool(Id poolId) Gets thePoolEnablersassociated with aPool.