| Interface | osid.course.batch.CourseOfferingBatchForm | ||
|---|---|---|---|
| Implements | osid.course.CourseOfferingForm | ||
| Description | This is the form for creating and updating course offerings 
                in bulk.  | ||
| Method | getCourseId | ||
| Description | Gets the  | ||
| Return | osid.id.Id | the course  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 | getCourseOfferingId | ||
| Description | Gets the  | ||
| Return | osid.id.Id | the course offering  Id  | |
| Errors | ILLEGAL_STATE |  isForUpdate() is false  | |
| Compliance | mandatory | This method must be implemented. | |