Uses of Interface
org.osid.calendaring.rules.CommitmentEnablerList
Packages that use CommitmentEnablerList
Package
Description
The Open Service Interface Definitions for the org.osid.calendaring.rules
service.
-
Uses of CommitmentEnablerList in org.osid.calendaring.rules
Methods in org.osid.calendaring.rules that return CommitmentEnablerListModifier and TypeMethodDescriptionCommitmentEnablerLookupSession.getCommitmentEnablers()Gets allCommitmentEnablers.CommitmentEnablerSearchResults.getCommitmentEnablers()Gets theCommitmentEnablerListresulting from a search.CommitmentEnablerCalendarSession.getCommitmentEnablersByCalendar(Id calendarId) Gets the list of commitment enablers associated with aCalendar.CommitmentEnablerCalendarSession.getCommitmentEnablersByCalendars(IdList calendarIds) Gets the list of commitment enablers corresponding to a list ofCalendars.CommitmentEnablerLookupSession.getCommitmentEnablersByGenusType(Type commitmentEnablerGenusType) Gets aCommitmentEnablerListcorresponding to the given commitment enabler genusTypewhich does not include commitment enablers of genus types derived from the specifiedType.CommitmentEnablerLookupSession.getCommitmentEnablersByIds(IdList commitmentEnablerIds) Gets aCommitmentEnablerListcorresponding to the givenIdList.CommitmentEnablerLookupSession.getCommitmentEnablersByParentGenusType(Type commitmentEnablerGenusType) Gets aCommitmentEnablerListcorresponding to the given commitment enabler genusTypeand include any additional commitment enablers with genus types derived from the specifiedType.CommitmentEnablerQuerySession.getCommitmentEnablersByQuery(CommitmentEnablerQuery commitmentEnablerQuery) Gets a list ofCommitmentEnablersmatching the given commitment enabler query.CommitmentEnablerLookupSession.getCommitmentEnablersByRecordType(Type commitmentEnablerRecordType) Gets aCommitmentEnablerListcontaining the given commitment enabler recordType.CommitmentEnablerRuleLookupSession.getCommitmentEnablersForCommitment(Id commitmentId) Gets theCommitmentEnablerassociated with aCommitment.CommitmentEnablerLookupSession.getCommitmentEnablersOnDate(DateTime from, DateTime to) Gets aCommitmentEnablerListeffective during the entire given date range inclusive but not confined to the date range for any agent.CommitmentEnablerLookupSession.getCommitmentEnablersOnDateWithAgent(Id agentId, DateTime from, DateTime to) Gets aCommitmentEnablerListeffective during the entire given date range inclusive but not confined to the date range evaluated against the given agent.