| Package | Description |
|---|---|
| org.osid.calendaring.cycle |
The Open Service Interface Definitions for the org.osid.calendaring.cycle
service.
|
| org.osid.calendaring.cycle.batch |
The Open Service Interface Definitions for the org.osid.calendaring.cycle.batch
service.
|
| Modifier and Type | Method and Description |
|---|---|
CyclicEventForm |
CyclicEventAdminSession.getCyclicEventFormForCreate(Type[] cyclicEventRecordTypes)
Gets the cyclic event form for creating new cyclic events.
|
CyclicEventForm |
CyclicEventAdminSession.getCyclicEventFormForUpdate(Id cyclicEventId)
Gets the cyclic event form for updating an existing cyclic event.
|
| Modifier and Type | Method and Description |
|---|---|
CyclicEvent |
CyclicEventAdminSession.createCyclicEvent(CyclicEventForm cyclicEventForm)
Creates a new
CyclicEvent. |
void |
CyclicEventAdminSession.updateCyclicEvent(CyclicEventForm cyclicEventForm)
Updates an existing cyclic event.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CyclicEventBatchForm
This is the form for creating and updating cyclic events in bulk.
|