Uses of Interface
org.osid.calendaring.batch.ScheduleBatchFormList
Packages that use ScheduleBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.calendaring.batch
service.
-
Uses of ScheduleBatchFormList in org.osid.calendaring.batch
Methods in org.osid.calendaring.batch that return ScheduleBatchFormListModifier and TypeMethodDescriptionScheduleBatchAdminSession.getScheduleFormsForCreate(SchedulePeerList peers, Type[] scheduleRecordTypes) Gets the schedule forms for creating a bunch of new schedules.ScheduleBatchAdminSession.getScheduleFormsForUpdate(IdList scheduleIds) Gets the schedule forms for updating an existing set of schedules.Methods in org.osid.calendaring.batch with parameters of type ScheduleBatchFormListModifier and TypeMethodDescriptionScheduleBatchAdminSession.createSchedules(ScheduleBatchFormList scheduleForms) Creates a new set ofSchedules.ScheduleBatchAdminSession.updateSchedules(ScheduleBatchFormList scheduleForms) Updates existing schedules.