Uses of Interface
org.osid.calendaring.ScheduleSlotForm
Packages that use ScheduleSlotForm
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 ScheduleSlotForm in org.osid.calendaring
Methods in org.osid.calendaring that return ScheduleSlotFormModifier and TypeMethodDescriptionScheduleSlotAdminSession.getScheduleSlotFormForCreate(Type[] scheduleSlotRecordTypes) Gets the schedule slot form for creating new schedule slots.ScheduleSlotAdminSession.getScheduleSlotFormForUpdate(Id scheduleSlotId) Gets the schedule slot form for updating an existing schedule slot.Methods in org.osid.calendaring with parameters of type ScheduleSlotFormModifier and TypeMethodDescriptionScheduleSlotAdminSession.createScheduleSlot(ScheduleSlotForm scheduleSlotForm) Creates a newScheduleSlot.voidScheduleSlotAdminSession.updateScheduleSlot(ScheduleSlotForm scheduleSlotForm) Updates an existing schedule slot. -
Uses of ScheduleSlotForm in org.osid.calendaring.batch
Subinterfaces of ScheduleSlotForm in org.osid.calendaring.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating schedule slots in bulk.