Uses of Interface
org.osid.calendaring.CalendarForm
Packages that use CalendarForm
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 CalendarForm in org.osid.calendaring
Methods in org.osid.calendaring that return CalendarFormModifier and TypeMethodDescriptionCalendarAdminSession.getCalendarFormForCreate(Type[] calendarRecordTypes) Gets the calendar form for creating new calendars.CalendarAdminSession.getCalendarFormForUpdate(Id calendarId) Gets the calendar form for updating an existing calendar.Methods in org.osid.calendaring with parameters of type CalendarFormModifier and TypeMethodDescriptionCalendarAdminSession.createCalendar(CalendarForm calendarForm) Creates a newCalendar.voidCalendarAdminSession.updateCalendar(CalendarForm calendarForm) Updates an existing calendar. -
Uses of CalendarForm in org.osid.calendaring.batch
Subinterfaces of CalendarForm in org.osid.calendaring.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating calendars in bulk.