Uses of Interface
org.osid.personnel.AppointmentList
Packages that use AppointmentList
Package
Description
The Open Service Interface Definitions for the org.osid.personnel
service.
-
Uses of AppointmentList in org.osid.personnel
Methods in org.osid.personnel that return AppointmentListModifier and TypeMethodDescriptionAppointmentLookupSession.getAppointments()Gets all appointments.AppointmentSearchResults.getAppointments()Gets the appointment list resulting from a search.AppointmentLookupSession.getAppointmentsByGenusType(Type appointmentGenusType) Gets anAppointmentListcorresponding to the given appointment genusTypewhich does not include appointments of types derived from the specifiedType.AppointmentLookupSession.getAppointmentsByIds(IdList appointmentIds) Gets anAppointmentListcorresponding to the givenIdList.AppointmentLookupSession.getAppointmentsByParentGenusType(Type appointmentGenusType) Gets anAppointmentListcorresponding to the given appointment genusTypeand include any additional appointments with genus types derived from the specifiedType.AppointmentQuerySession.getAppointmentsByQuery(AppointmentQuery appointmentQuery) Gets a list of appointments matching the given appointment query.AppointmentRealmSession.getAppointmentsByRealm(Id realmId) Gets the list ofAppointmentsassociated with aRealm.AppointmentRealmSession.getAppointmentsByRealms(IdList realmIds) Gets the list ofAppointmentscorresponding to a list ofRealms.AppointmentLookupSession.getAppointmentsByRecordType(Type appointmentRecordType) Gets anAppointmentListcontaining the given appointment recordType.AppointmentLookupSession.getAppointmentsForPerson(Id personId) Gets anAppointmentListfor the given personId.AppointmentLookupSession.getAppointmentsForPersonAndPosition(Id personId, Id positionId) Gets anAppointmentListfor the given person and position.AppointmentLookupSession.getAppointmentsForPersonAndPositionOnDate(Id personId, Id positionId, DateTime from, DateTime to) Gets anAppointmentListcorresponding to the given person and position and effective during the entire given date range inclusive but not confined to the date range.AppointmentLookupSession.getAppointmentsForPersonOnDate(Id personId, DateTime from, DateTime to) Gets a list of appointments for a resource and effective during the entire given date range inclusive but not confined to the date range.AppointmentLookupSession.getAppointmentsForPosition(Id positionId) Gets anAppointmentListfor the given position.AppointmentLookupSession.getAppointmentsForPositionOnDate(Id positionId, DateTime from, DateTime to) Gets a list of appointments for a position and effective during the entire given date range inclusive but not confined to the date range.AppointmentLookupSession.getAppointmentsOnDate(DateTime from, DateTime to) Gets anAppointmentListeffective during the entire given date range inclusive but not confined to the date range.