Uses of Interface
org.osid.calendaring.cycle.batch.CyclicEventBatchFormList
Packages that use CyclicEventBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.calendaring.cycle.batch
service.
-
Uses of CyclicEventBatchFormList in org.osid.calendaring.cycle.batch
Methods in org.osid.calendaring.cycle.batch that return CyclicEventBatchFormListModifier and TypeMethodDescriptionCyclicEventBatchAdminSession.getCyclicEventFormsForCreate(long number, Type[] cyclicEventRecordTypes) Gets the cyclic event forms for creating a bunch of new cyclic events.CyclicEventBatchAdminSession.getCyclicEventFormsForUpdate(IdList cyclicEventIds) Gets the cyclic event forms for updating an existing set of cyclic events.Methods in org.osid.calendaring.cycle.batch with parameters of type CyclicEventBatchFormListModifier and TypeMethodDescriptionCyclicEventBatchAdminSession.createCyclicEvents(CyclicEventBatchFormList cyclicEventForms) Creates a new set ofCyclicEvents.CyclicEventBatchAdminSession.updateCyclicEvents(CyclicEventBatchFormList cyclicEventForms) Updates existing cyclic events.