Uses of Interface
org.osid.personnel.batch.AppointmentBatchFormList
Packages that use AppointmentBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.personnel.batch
service.
-
Uses of AppointmentBatchFormList in org.osid.personnel.batch
Methods in org.osid.personnel.batch that return AppointmentBatchFormListModifier and TypeMethodDescriptionAppointmentBatchAdminSession.getAppointmentFormsForCreate(AppointmentPeerList peers, Type[] appointmentRecordTypes) Gets the appointment forms for creating a bunch of new appointments.AppointmentBatchAdminSession.getAppointmentFormsForUpdate(IdList appointmentIds) Gets the appointment forms for updating an existing set of appointments.Methods in org.osid.personnel.batch with parameters of type AppointmentBatchFormListModifier and TypeMethodDescriptionAppointmentBatchAdminSession.createAppointments(AppointmentBatchFormList appointmentForms) Creates a new set ofAppointments.AppointmentBatchAdminSession.updateAppointments(AppointmentBatchFormList appointmentForms) Updates existing appointments.