Uses of Interface
org.osid.calendaring.batch.TimePeriodBatchFormList
Packages that use TimePeriodBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.calendaring.batch
service.
-
Uses of TimePeriodBatchFormList in org.osid.calendaring.batch
Methods in org.osid.calendaring.batch that return TimePeriodBatchFormListModifier and TypeMethodDescriptionTimePeriodBatchAdminSession.getTimePeriodFormsForCreate(long number, Type[] timePeriodRecordTypes) Gets the time period forms for creating a bunch of new time periods.TimePeriodBatchAdminSession.getTimePeriodFormsForUpdate(IdList timePeriodIds) Gets the time period forms for updating an existing set of time periods.Methods in org.osid.calendaring.batch with parameters of type TimePeriodBatchFormListModifier and TypeMethodDescriptionTimePeriodBatchAdminSession.createTimePeriods(TimePeriodBatchFormList timePeriodForms) Creates a new set ofTimePeriods.TimePeriodBatchAdminSession.updateTimePeriods(TimePeriodBatchFormList timePeriodForms) Updates existing time periods.