Uses of Interface
org.osid.calendaring.batch.RecurringEventBatchFormList
Packages that use RecurringEventBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.calendaring.batch
service.
-
Uses of RecurringEventBatchFormList in org.osid.calendaring.batch
Methods in org.osid.calendaring.batch that return RecurringEventBatchFormListModifier and TypeMethodDescriptionRecurringEventBatchAdminSession.getRecurringEventFormsForCreate(long number, Type[] recurringEventRecordTypes) Gets the recurring eventforms for creating a bunch of new recurring events.RecurringEventBatchAdminSession.getRecurringEventFormsForUpdate(IdList recurringEventIds) Gets the recurring event forms for updating an existing set of recurring events.Methods in org.osid.calendaring.batch with parameters of type RecurringEventBatchFormListModifier and TypeMethodDescriptionRecurringEventBatchAdminSession.createRecurringEvents(RecurringEventBatchFormList recurringEventForms) Creates a new set ofRecurringEvents.RecurringEventBatchAdminSession.updateRecurringEvents(RecurringEventBatchFormList recurringEventForms) Updates existing recurring events.