Package | Description |
---|---|
org.osid.personnel |
The Open Service Interface Definitions for the org.osid.personnel
service.
|
Modifier and Type | Method and Description |
---|---|
AppointmentList |
AppointmentLookupSession.getAppointments()
Gets all appointments.
|
AppointmentList |
AppointmentSearchResults.getAppointments()
Gets the appointment list resulting from a search.
|
AppointmentList |
AppointmentLookupSession.getAppointmentsByGenusType(Type appointmentGenusType)
Gets an
AppointmentList corresponding to the given
appointment genus Type which does not include
appointments of types derived from the specified Type. |
AppointmentList |
AppointmentLookupSession.getAppointmentsByIds(IdList appointmentIds)
Gets an
AppointmentList corresponding to the given
IdList. |
AppointmentList |
AppointmentLookupSession.getAppointmentsByParentGenusType(Type appointmentGenusType)
Gets an
AppointmentList corresponding to the given
appointment genus Type and include any additional
appointments with genus types derived from the specified Type. |
AppointmentList |
AppointmentQuerySession.getAppointmentsByQuery(AppointmentQuery appointmentQuery)
Gets a list of appointments matching the given appointment query.
|
AppointmentList |
AppointmentRealmSession.getAppointmentsByRealm(Id realmId)
Gets the list of
Appointments associated with a
Realm. |
AppointmentList |
AppointmentRealmSession.getAppointmentsByRealms(IdList realmIds)
Gets the list of
Appointments corresponding to a list
of Realms. |
AppointmentList |
AppointmentLookupSession.getAppointmentsByRecordType(Type appointmentRecordType)
Gets an
AppointmentList containing the given
appointment record Type. |
AppointmentList |
AppointmentLookupSession.getAppointmentsForPerson(Id personId)
Gets an
AppointmentList for the given person Id. |
AppointmentList |
AppointmentLookupSession.getAppointmentsForPersonAndPosition(Id personId,
Id positionId)
Gets an
AppointmentList for the given person and
position. |
AppointmentList |
AppointmentLookupSession.getAppointmentsForPersonAndPositionOnDate(Id personId,
Id positionId,
DateTime from,
DateTime to)
Gets an
AppointmentList corresponding to the given
person and position and effective during the entire given date range
inclusive but not confined to the date range. |
AppointmentList |
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.
|
AppointmentList |
AppointmentLookupSession.getAppointmentsForPosition(Id positionId)
Gets an
AppointmentList for the given position. |
AppointmentList |
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.
|
AppointmentList |
AppointmentLookupSession.getAppointmentsOnDate(DateTime from,
DateTime to)
Gets an
AppointmentList effective during the entire
given date range inclusive but not confined to the date range. |