Interface | osid.course.program.batch.EnrollmentBatchForm | ||
---|---|---|---|
Implements | osid.course.program.EnrollmentForm | ||
Description |
This is the form for creating and updating enrollments in
bulk. | ||
Method | getProgramOfferingId | ||
Description |
Gets the program offering | ||
Return | osid.id.Id | the program offering 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 | getEnrollmentId | ||
Description |
Gets the | ||
Return | osid.id.Id | the enrollment Id | |
Errors | ILLEGAL_STATE | isForUpdate() is false | |
Compliance | mandatory | This method must be implemented. |