Uses of Interface
org.osid.calendaring.batch.OffsetEventBatchFormList
Packages that use OffsetEventBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.calendaring.batch
service.
-
Uses of OffsetEventBatchFormList in org.osid.calendaring.batch
Methods in org.osid.calendaring.batch that return OffsetEventBatchFormListModifier and TypeMethodDescriptionOffsetEventBatchAdminSession.getOffsetEventFormsForCreate(long number, Type[] offsetEventRecordTypes) Gets the offset event forms for creating a bunch of new offset events.OffsetEventBatchAdminSession.getOffsetEventFormsForUpdate(IdList offsetEventIds) Gets the offset event forms for updating an existing set of offset events.Methods in org.osid.calendaring.batch with parameters of type OffsetEventBatchFormListModifier and TypeMethodDescriptionOffsetEventBatchAdminSession.createOffsetEvents(OffsetEventBatchFormList offsetEventForms) Creates a new set ofOffsetEvents.OffsetEventBatchAdminSession.updateOffsetEvents(OffsetEventBatchFormList offsetEventForms) Updates existing offset events.