Uses of Interface
org.osid.calendaring.TimePeriodForm
Packages that use TimePeriodForm
Package
Description
The Open Service Interface Definitions for the org.osid.calendaring
service.
The Open Service Interface Definitions for the org.osid.calendaring.batch
service.
-
Uses of TimePeriodForm in org.osid.calendaring
Methods in org.osid.calendaring that return TimePeriodFormModifier and TypeMethodDescriptionTimePeriodAdminSession.getTimePeriodFormForCreate(Type[] timePeriodRecordTypes) Gets the time period form for creating new time periods.TimePeriodAdminSession.getTimePeriodFormForUpdate(Id timePeriodId) Gets the time period form for updating an existing time period.Methods in org.osid.calendaring with parameters of type TimePeriodFormModifier and TypeMethodDescriptionTimePeriodAdminSession.createTimePeriod(TimePeriodForm timePeriodForm) Creates a newTimePeriod.voidTimePeriodAdminSession.updateTimePeriod(TimePeriodForm timePeriodForm) Updates an existing tiem period. -
Uses of TimePeriodForm in org.osid.calendaring.batch
Subinterfaces of TimePeriodForm in org.osid.calendaring.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating time periods in bulk.