| 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 |
|---|---|
CyclicTimePeriodForm |
CyclicTimePeriodAdminSession.getCyclicTimePeriodFormForCreate(Type[] cyclicTimePeriodRecordTypes)
Gets the cyclic time period form for creating new cyclic time periods.
|
CyclicTimePeriodForm |
CyclicTimePeriodAdminSession.getCyclicTimePeriodFormForUpdate(Id cyclicTimePeriodId)
Gets the cyclic time period form for updating an existing cyclic time
period.
|
| Modifier and Type | Method and Description |
|---|---|
CyclicTimePeriod |
CyclicTimePeriodAdminSession.createCyclicTimePeriod(CyclicTimePeriodForm cyclicTimePeriodForm)
Creates a new
CyclicTimePeriod. |
void |
CyclicTimePeriodAdminSession.updateCyclicTimePeriod(CyclicTimePeriodForm cyclicTimePeriodForm)
Updates an existing tiem period.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CyclicTimePeriodBatchForm
This is the form for creating and updating cyclic time periods in bulk.
|