Uses of Interface
org.osid.calendaring.batch.CalendarBatchFormList
Packages that use CalendarBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.calendaring.batch
service.
-
Uses of CalendarBatchFormList in org.osid.calendaring.batch
Methods in org.osid.calendaring.batch that return CalendarBatchFormListModifier and TypeMethodDescriptionCalendarBatchAdminSession.getCalendarFormsForCreate(long number, Type[] calendarRecordTypes) Gets the calendar forms for creating a bunch of new calendars.CalendarBatchAdminSession.getCalendarFormsForUpdate(IdList calendarIds) Gets the calendar forms for updating an existing set of calendars.Methods in org.osid.calendaring.batch with parameters of type CalendarBatchFormListModifier and TypeMethodDescriptionCalendarBatchAdminSession.createCalendars(CalendarBatchFormList calendarForms) Creates a new set ofCalendars.CalendarBatchAdminSession.updateCalendars(CalendarBatchFormList calendarForms) Updates existing calendars.