Uses of Interface
org.osid.calendaring.ScheduleForm
Packages that use ScheduleForm
Package
Description
The Open Service Interface Definitions for the org.osid.calendaring
service.
The Open Service Interface Definitions for the org.osid.calendaring.batch
service.
-
Uses of ScheduleForm in org.osid.calendaring
Methods in org.osid.calendaring that return ScheduleFormModifier and TypeMethodDescriptionScheduleAdminSession.getScheduleFormForCreate(Type[] scheduleRecordTypes) Gets the schedule form for creating new schedules.ScheduleAdminSession.getScheduleFormForUpdate(Id scheduleId) Gets the schedule form for updating an existing schedules.Methods in org.osid.calendaring with parameters of type ScheduleFormModifier and TypeMethodDescriptionScheduleAdminSession.createSchedule(ScheduleForm scheduleForm) Creates a newSchedule.voidScheduleAdminSession.updateSchedule(ScheduleForm scheduleForm) Updates an existing schedule. -
Uses of ScheduleForm in org.osid.calendaring.batch
Subinterfaces of ScheduleForm in org.osid.calendaring.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating schedules in bulk.