Interface | osid.course.registration.batch.ActivityRegistrationBatchForm | ||
---|---|---|---|
Implements | osid.course.registration.ActivityRegistrationForm | ||
Description |
This is the form for creating and updating activity
registrations in bulk. | ||
Method | getRegistrationId | ||
Description |
Gets the | ||
Return | osid.id.Id | the registration Id | |
Errors | ILLEGAL_STATE | isForUpdate() is true | |
Compliance | mandatory | This method must be implemented. | |
Method | getActivityId | ||
Description |
Gets the | ||
Return | osid.id.Id | the activity 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 | getActivityRegistrationId | ||
Description |
Gets the | ||
Return | osid.id.Id | the activity registration Id | |
Errors | ILLEGAL_STATE | isForUpdate() is false | |
Compliance | mandatory | This method must be implemented. |