Uses of Interface
org.osid.calendaring.CommitmentList
Packages that use CommitmentList
Package
Description
The Open Service Interface Definitions for the org.osid.calendaring
service.
The Open Service Interface Definitions for the org.osid.calendaring.rules
service.
-
Uses of CommitmentList in org.osid.calendaring
Methods in org.osid.calendaring that return CommitmentListModifier and TypeMethodDescriptionCommitmentLookupSession.getCommitments()Gets all commitments.CommitmentSearchResults.getCommitments()Gets the commitment list resulting from the search.CommitmentCalendarSession.getCommitmentsByCalendar(Id calendarId) Gets the list ofCommitmentsassociated with anCalendar.CommitmentCalendarSession.getCommitmentsByCalendars(IdList calendarIds) Gets the list ofCommitmentscorresponding to a list ofCalendars.CommitmentLookupSession.getCommitmentsByGenusType(Type commitmentGenusType) Gets the commitments for the given event genus type.CommitmentLookupSession.getCommitmentsByGenusTypeForEvent(Id eventId, Type commitmentGenusType) Gets the commitments for the given event and commitment genus type including any genus types derived from the given genus type.CommitmentLookupSession.getCommitmentsByGenusTypeForEventAndResource(Id eventId, Id resourceId, Type commitmentGenusType) Gets the commitments of the given genus type for the given event, resource, and commitment genus type including any genus types derived from the given genus type.CommitmentLookupSession.getCommitmentsByGenusTypeForEventAndResourceOnDate(Id eventId, Id resourceId, Type commitmentGenusType, DateTime from, DateTime to) Gets aCommitmentListof the given genus type for the given event, resource, commitment genus type and effective during the entire given date range inclusive but not confined to the date range.CommitmentLookupSession.getCommitmentsByGenusTypeForEventOnDate(Id eventId, Type commitmentGenusType, DateTime from, DateTime to) Gets aCommitmentListfor the given event and commitment genus type effective during the entire given date range inclusive but not confined to the date range.CommitmentLookupSession.getCommitmentsByGenusTypeForResource(Id resourceId, Type commitmentGenusType) Gets the commitments for the given resource and commitment genus type including any genus types derived from the given genus type.CommitmentLookupSession.getCommitmentsByGenusTypeForResourceOnDate(Id resourceId, Type commitmentGenusType, DateTime from, DateTime to) Gets aCommitmentListfor the given resource, commitment genus type, and effective during the entire given date range inclusive but not confined to the date range.CommitmentLookupSession.getCommitmentsByGenusTypeOnDate(Type commitmentGenusType, DateTime from, DateTime to) Gets aCommitmentListof the given genus type and effective during the entire given date range inclusive but not confined to the date range.CommitmentLookupSession.getCommitmentsByIds(IdList commitmentIds) Gets aCommitmentListcorresponding to the givenIdList.CommitmentLookupSession.getCommitmentsByParentGenusType(Type commitmentGenusType) Gets the commitments for the given event genus type and include any commitments with a genus type derived from the specified genus type.CommitmentQuerySession.getCommitmentsByQuery(CommitmentQuery commitmentQuery) Gets a list ofCommitmentsmatching the given commitment query.CommitmentLookupSession.getCommitmentsByRecordType(Type commitmentRecordType) Gets aCommitmentListcontaining the given event commitment recordType.CommitmentLookupSession.getCommitmentsForEvent(Id eventId) Gets the commitments for the given event.CommitmentLookupSession.getCommitmentsForEventAndResource(Id eventId, Id resourceId) Gets the commitments for the given event and resource.CommitmentLookupSession.getCommitmentsForEventAndResourceOnDate(Id eventId, Id resourceId, DateTime from, DateTime to) Gets aCommitmentListfor the given event and resource and effective during the entire given date range inclusive but not confined to the date range.CommitmentLookupSession.getCommitmentsForEventOnDate(Id eventId, DateTime from, DateTime to) Gets aCommitmentListfor the given event and effective during the entire given date range inclusive but not confined to the date range.CommitmentLookupSession.getCommitmentsForResource(Id resourceId) Gets the commitments for the given resource.CommitmentLookupSession.getCommitmentsForResourceOnDate(Id resourceId, DateTime from, DateTime to) Gets aCommitmentListfor the given resource and effective during the entire given date range inclusive but not confined to the date range.CommitmentLookupSession.getCommitmentsOnDate(DateTime from, DateTime to) Gets aCommitmentListeffective during the entire given date range inclusive but not confined to the date range. -
Uses of CommitmentList in org.osid.calendaring.rules
Methods in org.osid.calendaring.rules that return CommitmentListModifier and TypeMethodDescriptionCommitmentEnablerRuleLookupSession.getCommitmentsForCommitmentEnabler(Id commitmentEnablerId) Gets theCommitmentsmapped to aCommitmentEnabler.