Uses of Interface
org.osid.calendaring.batch.EventBatchFormList
Packages that use EventBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.calendaring.batch
service.
-
Uses of EventBatchFormList in org.osid.calendaring.batch
Methods in org.osid.calendaring.batch that return EventBatchFormListModifier and TypeMethodDescriptionEventBatchAdminSession.getEventFormsForCreate(long number, Type[] eventRecordTypes) Gets the event forms for creating a bunch of new events.EventBatchAdminSession.getEventFormsForUpdate(IdList eventIds) Gets the event forms for updating an existing set of events.Methods in org.osid.calendaring.batch with parameters of type EventBatchFormListModifier and TypeMethodDescriptionEventBatchAdminSession.createEvents(EventBatchFormList eventForms) Creates a new set ofEvents.EventBatchAdminSession.updateEvents(EventBatchFormList eventForms) Updates existing events.