Uses of Interface
org.osid.provisioning.rules.PoolConstrainerEnablerList
Packages that use PoolConstrainerEnablerList
Package
Description
The Open Service Interface Definitions for the org.osid.provisioning.rules
service.
-
Uses of PoolConstrainerEnablerList in org.osid.provisioning.rules
Methods in org.osid.provisioning.rules that return PoolConstrainerEnablerListModifier and TypeMethodDescriptionPoolConstrainerEnablerLookupSession.getPoolConstrainerEnablers()Gets allPoolConstrainerEnablers.PoolConstrainerEnablerSearchResults.getPoolConstrainerEnablers()Gets the pool constrainer enabler list resulting from a search.PoolConstrainerEnablerDistributorSession.getPoolConstrainerEnablersByDistributor(Id distributorId) Gets the list ofPoolConstrainerEnablersassociated with aDistributor.PoolConstrainerEnablerDistributorSession.getPoolConstrainerEnablersByDistributors(IdList distributorIds) Gets the list ofPoolConstrainerEnablerscorresponding to a list ofDistributors.PoolConstrainerEnablerLookupSession.getPoolConstrainerEnablersByGenusType(Type poolConstrainerEnablerGenusType) Gets aPoolConstrainerEnablerListcorresponding to the given pool constrainer enabler genusTypewhich does not include pool constrainer enablers of genus types derived from the specifiedType.PoolConstrainerEnablerLookupSession.getPoolConstrainerEnablersByIds(IdList poolConstrainerEnablerIds) Gets aPoolConstrainerEnablerListcorresponding to the givenIdList.PoolConstrainerEnablerLookupSession.getPoolConstrainerEnablersByParentGenusType(Type poolConstrainerEnablerGenusType) Gets aPoolConstrainerEnablerListcorresponding to the given pool constrainer enabler genusTypeand include any additional pool constrainer enablers with genus types derived from the specifiedType.PoolConstrainerEnablerQuerySession.getPoolConstrainerEnablersByQuery(PoolConstrainerEnablerQuery poolConstrainerEnablerQuery) Gets a list ofPoolConstrainerEnablersmatching the given search.PoolConstrainerEnablerLookupSession.getPoolConstrainerEnablersByRecordType(Type poolConstrainerEnablerRecordType) Gets aPoolConstrainerEnablerListcontaining the given pool constrainer enabler recordType.PoolConstrainerEnablerRuleLookupSession.getPoolConstrainerEnablersForPoolConstrainer(Id poolConstrainerId) Gets thePoolConstrainerEnablersassociated with aPoolConstrainer.PoolConstrainerEnablerLookupSession.getPoolConstrainerEnablersOnDate(DateTime from, DateTime to) Gets aPoolConstrainerEnablerListthat are effective for the entire given date range but not confined to the date range.PoolConstrainerEnablerLookupSession.getPoolConstrainerEnablersOnDateWithAgent(Id agentId, DateTime from, DateTime to) Gets aPoolConstrainerEnablerListthat are effective for the entire given date range but not confined to the date range and evaluated against the given agent.