Uses of Interface
org.osid.calendaring.OffsetEventForm
Packages that use OffsetEventForm
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 OffsetEventForm in org.osid.calendaring
Methods in org.osid.calendaring that return OffsetEventFormModifier and TypeMethodDescriptionOffsetEventAdminSession.getOffsetEventFormForCreate(Type[] offsetEventRecordTypes) Gets the offset event form for creating new offset events.OffsetEventAdminSession.getOffsetEventFormForUpdate(Id offsetEventId) Gets the offset event form for updating an existing offset event.Methods in org.osid.calendaring with parameters of type OffsetEventFormModifier and TypeMethodDescriptionOffsetEventAdminSession.createOffsetEvent(OffsetEventForm offsetEventForm) Creates a newOffsetEvent.voidOffsetEventAdminSession.updateOffsetEvent(OffsetEventForm offsetEventForm) Updates an existing offset event. -
Uses of OffsetEventForm in org.osid.calendaring.batch
Subinterfaces of OffsetEventForm in org.osid.calendaring.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating offset events in bulk.