Uses of Interface
org.osid.calendaring.EventForm
Packages that use EventForm
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 EventForm in org.osid.calendaring
Methods in org.osid.calendaring that return EventFormModifier and TypeMethodDescriptionEventAdminSession.getEventFormForCreate(Type[] eventRecordTypes) Gets the event form for creating new events.EventAdminSession.getEventFormForUpdate(Id eventId) Gets the event form for updating an existing event.Methods in org.osid.calendaring with parameters of type EventFormModifier and TypeMethodDescriptionEventAdminSession.createEvent(EventForm eventForm) Creates a newEvent.voidEventAdminSession.updateEvent(EventForm eventForm) Updates an existing event. -
Uses of EventForm in org.osid.calendaring.batch
Subinterfaces of EventForm in org.osid.calendaring.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating events in bulk.