Uses of Interface
org.osid.personnel.AppointmentForm
Packages that use AppointmentForm
Package
Description
The Open Service Interface Definitions for the org.osid.personnel
service.
The Open Service Interface Definitions for the org.osid.personnel.batch
service.
-
Uses of AppointmentForm in org.osid.personnel
Methods in org.osid.personnel that return AppointmentFormModifier and TypeMethodDescriptionAppointmentAdminSession.getAppointmentFormForCreate(Id personId, Id positionId, Type[] appointmentRecordTypes) Gets the appointment form for creating new appointments.AppointmentAdminSession.getAppointmentFormForUpdate(Id appointmentId) Gets the appointment form for updating an existing appointment.Methods in org.osid.personnel with parameters of type AppointmentFormModifier and TypeMethodDescriptionAppointmentAdminSession.createAppointment(AppointmentForm appointmentForm) Creates a newAppointment.voidAppointmentAdminSession.updateAppointment(AppointmentForm appointmentForm) Updates an existing appointment. -
Uses of AppointmentForm in org.osid.personnel.batch
Subinterfaces of AppointmentForm in org.osid.personnel.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating appointments in bulk.