| Interface | osid.calendaring.batch.ScheduleBatchForm | ||
|---|---|---|---|
| Implements | osid.calendaring.ScheduleForm | ||
| Description |
This is the form for creating and updating schedules in
bulk. | ||
| Method | getScheduleSlotId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the schedule slot Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getTimePeriodId | ||
| Description |
Gets the time period | ||
| Return | osid.id.Id | the time period Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getScheduleId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the schedule Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is false | |
| Compliance | mandatory | This method must be implemented. | |