Uses of Interface
org.osid.calendaring.batch.ScheduleSlotBatchFormList
Packages that use ScheduleSlotBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.calendaring.batch
service.
-
Uses of ScheduleSlotBatchFormList in org.osid.calendaring.batch
Methods in org.osid.calendaring.batch that return ScheduleSlotBatchFormListModifier and TypeMethodDescriptionScheduleSlotBatchAdminSession.getScheduleSlotFormsForCreate(long number, Type[] scheduleSlotRecordTypes) Gets the schedule slot forms for creating a bunch of new schedule slots.ScheduleSlotBatchAdminSession.getScheduleSlotFormsForUpdate(IdList scheduleSlotIds) Gets the schedule slot forms for updating an existing set of schedule slots.Methods in org.osid.calendaring.batch with parameters of type ScheduleSlotBatchFormListModifier and TypeMethodDescriptionScheduleSlotBatchAdminSession.createScheduleSlots(ScheduleSlotBatchFormList scheduleSlotForms) Creates a new set ofScheduleSlots.ScheduleSlotBatchAdminSession.updateScheduleSlots(ScheduleSlotBatchFormList scheduleSlotForms) Updates existing schedule slots.