Uses of Interface
org.osid.resourcing.AvailabilityList
Packages that use AvailabilityList
Package
Description
The Open Service Interface Definitions for the org.osid.resourcing
service.
The Open Service Interface Definitions for the org.osid.resourcing.rules
service.
-
Uses of AvailabilityList in org.osid.resourcing
Methods in org.osid.resourcing that return AvailabilityListModifier and TypeMethodDescriptionAvailabilityLookupSession.getAvailabilities()Gets all availabilities.AvailabilitySearchResults.getAvailabilities()Gets the availability list resulting from a search.AvailabilityFoundrySession.getAvailabilitiesByFoundries(IdList foundryIds) Gets the list ofAvailabilitiescorresponding to a list ofFoundries.AvailabilityFoundrySession.getAvailabilitiesByFoundry(Id foundryId) Gets the list ofAvailabilitiesassociated with aFoundry.AvailabilityLookupSession.getAvailabilitiesByGenusType(Type availabilityGenusType) Gets anAvailabilityListcorresponding to the given availability genusTypewhich does not include availabilities of types derived from the specifiedType.AvailabilityLookupSession.getAvailabilitiesByIds(IdList availabilityIds) Gets anAvailabilityListcorresponding to the givenIdList.AvailabilityLookupSession.getAvailabilitiesByParentGenusType(Type availabilityGenusType) Gets anAvailabilityListcorresponding to the given availability genusTypeand include any additional availabilities with genus types derived from the specifiedType.AvailabilityQuerySession.getAvailabilitiesByQuery(AvailabilityQuery availabilityQuery) Gets a list ofAvailabilitiesmatching the given availability query.AvailabilityLookupSession.getAvailabilitiesByRecordType(Type availabilityRecordType) Gets anAvailabilityListcontaining the given availability recordType.AvailabilityLookupSession.getAvailabilitiesForJob(Id jobId) Gets a list of availabilities for a job.AvailabilityLookupSession.getAvailabilitiesForJobOnDate(Id jobId, DateTime from, DateTime to) Gets a list of availabilities for a job and effective during the entire given date range inclusive but not confined to the date range.AvailabilityLookupSession.getAvailabilitiesForResource(Id resourceId) Gets a list of availabilities for a resource.AvailabilityLookupSession.getAvailabilitiesForResourceAndJob(Id resourceId, Id jobId) Gets a list of availabilities for a resource and job.AvailabilityLookupSession.getAvailabilitiesForResourceAndJobOnDate(Id resourceId, Id jobId, DateTime from, DateTime to) Gets a list of availabilities for a resource and job and effective during the entire given date range inclusive but not confined to the date range.AvailabilityLookupSession.getAvailabilitiesForResourceOnDate(Id resourceId, DateTime from, DateTime to) Gets a list of availabilities for a resource and effective during the entire given date range inclusive but not confined to the date range.AvailabilityLookupSession.getAvailabilitiesOnDate(DateTime from, DateTime to) Gets a list of availabilities effective during the entire given date range inclusive but not confined to the date range.MyWorkSession.getMyAvailabilities()Gets the availabilities for the resource related to this agent. -
Uses of AvailabilityList in org.osid.resourcing.rules
Methods in org.osid.resourcing.rules that return AvailabilityListModifier and TypeMethodDescriptionAvailabilityEnablerRuleLookupSession.getAvailabilitiesForAvailabilityEnabler(Id availabilityEnablerId) Gets theAvailabilitiesmapped to anAvailabilityEnabler.