Uses of Interface
org.osid.calendaring.cycle.CyclicTimePeriodForm
Packages that use CyclicTimePeriodForm
Package
Description
The Open Service Interface Definitions for the org.osid.calendaring.cycle
service.
The Open Service Interface Definitions for the org.osid.calendaring.cycle.batch
service.
-
Uses of CyclicTimePeriodForm in org.osid.calendaring.cycle
Methods in org.osid.calendaring.cycle that return CyclicTimePeriodFormModifier and TypeMethodDescriptionCyclicTimePeriodAdminSession.getCyclicTimePeriodFormForCreate(Type[] cyclicTimePeriodRecordTypes) Gets the cyclic time period form for creating new cyclic time periods.CyclicTimePeriodAdminSession.getCyclicTimePeriodFormForUpdate(Id cyclicTimePeriodId) Gets the cyclic time period form for updating an existing cyclic time period.Methods in org.osid.calendaring.cycle with parameters of type CyclicTimePeriodFormModifier and TypeMethodDescriptionCyclicTimePeriodAdminSession.createCyclicTimePeriod(CyclicTimePeriodForm cyclicTimePeriodForm) Creates a newCyclicTimePeriod.voidCyclicTimePeriodAdminSession.updateCyclicTimePeriod(CyclicTimePeriodForm cyclicTimePeriodForm) Updates an existing tiem period. -
Uses of CyclicTimePeriodForm in org.osid.calendaring.cycle.batch
Subinterfaces of CyclicTimePeriodForm in org.osid.calendaring.cycle.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating cyclic time periods in bulk.