Uses of Interface
org.osid.personnel.AppointmentQuery
Packages that use AppointmentQuery
Package
Description
The Open Service Interface Definitions for the org.osid.personnel
service.
-
Uses of AppointmentQuery in org.osid.personnel
Methods in org.osid.personnel that return AppointmentQueryModifier and TypeMethodDescriptionAppointmentQuerySession.getAppointmentQuery()Gets an appointment query.AppointmentSmartRealmSession.getAppointmentQuery()Gets an appointment query.RealmQuery.getAppointmentQuery()Gets the query for an appointment.AppointmentSearchSession.getAppointmentQueryFromInspector(AppointmentQueryInspector appointmentQueryInspector) Gets an appointment query from an inspector.AppointmentSmartRealmSession.getAppointmentQueryFromInspector(AppointmentQueryInspector appointmentQueryInspector) Gets an appointment query from an inspector.Methods in org.osid.personnel with parameters of type AppointmentQueryModifier and TypeMethodDescriptionvoidAppointmentSmartRealmSession.applyAppointmentQuery(AppointmentQuery appointmentQuery) Applies an appointment query to this realm.AppointmentQuerySession.getAppointmentsByQuery(AppointmentQuery appointmentQuery) Gets a list of appointments matching the given appointment query.AppointmentSearchSession.getAppointmentsBySearch(AppointmentQuery appointmentQuery, AppointmentSearch appointmentSearch) Gets the search results matching the given search.