Uses of Interface
org.osid.resourcing.rules.AvailabilityEnablerList
Packages that use AvailabilityEnablerList
Package
Description
The Open Service Interface Definitions for the org.osid.resourcing.rules
service.
-
Uses of AvailabilityEnablerList in org.osid.resourcing.rules
Methods in org.osid.resourcing.rules that return AvailabilityEnablerListModifier and TypeMethodDescriptionAvailabilityEnablerLookupSession.getAvailabilityEnablers()Gets allAvailabilityEnablers.AvailabilityEnablerSearchResults.getAvailabilityEnablers()Gets theAvailabilityEnablerListresulting from a search.AvailabilityEnablerFoundrySession.getAvailabilityEnablersByFoundries(IdList foundryIds) Gets the list of availability enabler corresponding to a list ofFoundries.AvailabilityEnablerFoundrySession.getAvailabilityEnablersByFoundry(Id foundryId) Gets the list of availability enabler associated with aFoundry.AvailabilityEnablerLookupSession.getAvailabilityEnablersByGenusType(Type availabilityEnablerGenusType) Gets anAvailabilityEnablerListcorresponding to the given availability enabler genusTypewhich does not include availability enabler of genus types derived from the specifiedType.AvailabilityEnablerLookupSession.getAvailabilityEnablersByIds(IdList availabilityEnablerIds) Gets aAvailabilityEnablerListcorresponding to the givenIdList.AvailabilityEnablerLookupSession.getAvailabilityEnablersByParentGenusType(Type availabilityEnablerGenusType) Gets anAvailabilityEnablerListcorresponding to the given availability enabler genusTypeand include any additional availability enabler with genus types derived from the specifiedType.AvailabilityEnablerQuerySession.getAvailabilityEnablersByQuery(AvailabilityEnablerQuery availabilityEnablerQuery) Gets a list ofAvailabilityEnablersmatching the given availability enabler query.AvailabilityEnablerLookupSession.getAvailabilityEnablersByRecordType(Type availabilityEnablerRecordType) Gets anAvailabilityEnablerListcontaining the given availability enabler recordType.AvailabilityEnablerRuleLookupSession.getAvailabilityEnablersForAvailability(Id availabilityId) Gets theAvailabilityEnablerassociated with anAvailability.AvailabilityEnablerLookupSession.getAvailabilityEnablersOnDate(DateTime from, DateTime to) Gets anAvailabilityEnablerListthat are effective for the entire given date range inclusive but not confined to the date range for any agent.AvailabilityEnablerLookupSession.getAvailabilityEnablersOnDateWithAgent(Id agentId, DateTime from, DateTime to) Gets anAvailabilityEnablerListthat are effective for the entire given date range and evaluated against the given agent.