| Interface | osid.course.chronicle.batch.CourseEntryBatchForm | ||
|---|---|---|---|
| Implements | osid.course.chronicle.CourseEntryForm | ||
| Description | This is the form for creating and updating course entries 
                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 | getStudentId | ||
| Description | Gets the student resource  | ||
| Return | osid.id.Id | the resource  Id  | |
| Errors | ILLEGAL_STATE |  isForUpdate() is true  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCourseEntryId | ||
| Description | Gets the  | ||
| Return | osid.id.Id | the course entry  Id  | |
| Errors | ILLEGAL_STATE |  isForUpdate() is false  | |
| Compliance | mandatory | This method must be implemented. | |