| Interface | osid.course.program.batch.ProgramOfferingBatchForm | ||
|---|---|---|---|
| Implements | osid.course.program.ProgramOfferingForm | ||
| Description |
This is the form for creating and updating program
offerings in bulk. | ||
| Method | getProgramId | ||
| Description |
Gets the program | ||
| Return | osid.id.Id | the program Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getTermId | ||
| Description |
Gets the term | ||
| Return | osid.id.Id | the term Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProgramOfferingId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the program offering Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is false | |
| Compliance | mandatory | This method must be implemented. | |