Uses of Interface
org.osid.calendaring.cycle.batch.CyclicTimePeriodBatchFormList
Packages that use CyclicTimePeriodBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.calendaring.cycle.batch
service.
-
Uses of CyclicTimePeriodBatchFormList in org.osid.calendaring.cycle.batch
Methods in org.osid.calendaring.cycle.batch that return CyclicTimePeriodBatchFormListModifier and TypeMethodDescriptionCyclicTimePeriodBatchAdminSession.getCyclicTimePeriodFormsForCreate(long number, Type[] cyclicTimePeriodRecordTypes) Gets the cyclic time period forms for creating a bunch of new cyclic time periods.CyclicTimePeriodBatchAdminSession.getCyclicTimePeriodFormsForUpdate(IdList cyclicTimePeriodIds) Gets the cyclic time period forms for updating an existing set of cyclic time periods.Methods in org.osid.calendaring.cycle.batch with parameters of type CyclicTimePeriodBatchFormListModifier and TypeMethodDescriptionCyclicTimePeriodBatchAdminSession.createCyclicTimePeriods(CyclicTimePeriodBatchFormList cyclicTimePeriodForms) Creates a new set ofCyclicTimePeriods.CyclicTimePeriodBatchAdminSession.updateCyclicTimePeriods(CyclicTimePeriodBatchFormList cyclicTimePeriodForms) Updates existing cyclic time periods.