| Package | Description |
|---|---|
| org.osid.calendaring |
The Open Service Interface Definitions for the org.osid.calendaring
service.
|
| org.osid.calendaring.batch |
The Open Service Interface Definitions for the org.osid.calendaring.batch
service.
|
| Modifier and Type | Method and Description |
|---|---|
OffsetEventForm |
OffsetEventAdminSession.getOffsetEventFormForCreate(Type[] offsetEventRecordTypes)
Gets the offset event form for creating new offset events.
|
OffsetEventForm |
OffsetEventAdminSession.getOffsetEventFormForUpdate(Id offsetEventId)
Gets the offset event form for updating an existing offset event.
|
| Modifier and Type | Method and Description |
|---|---|
OffsetEvent |
OffsetEventAdminSession.createOffsetEvent(OffsetEventForm offsetEventForm)
Creates a new
OffsetEvent. |
void |
OffsetEventAdminSession.updateOffsetEvent(OffsetEventForm offsetEventForm)
Updates an existing offset event.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
OffsetEventBatchForm
This is the form for creating and updating offset events in bulk.
|