| Interface | osid.course.chronicle.batch.AwardEntryBatchForm | ||
|---|---|---|---|
| Implements | osid.course.chronicle.AwardEntryForm | ||
| Description |
This is the form for creating and updating award entries in
bulk. | ||
| Method | getAwardId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the award Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getStudentId | ||
| Description |
Gets the student | ||
| Return | osid.id.Id | the resource Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAwardEntryId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the award entry Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is false | |
| Compliance | mandatory | This method must be implemented. | |