| Interface | osid.course.chronicle.batch.ProgramEntryBatchForm | ||
|---|---|---|---|
| Implements | osid.course.chronicle.ProgramEntryForm | ||
| Description | This is the form for creating and updating program entries 
                in bulk.  | ||
| Method | getProgramId | ||
| Description | Gets the  | ||
| Return | osid.id.Id | the program  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 | getProgramEntryId | ||
| Description | Gets the  | ||
| Return | osid.id.Id | the program entry  Id  | |
| Errors | ILLEGAL_STATE |  isForUpdate() is false  | |
| Compliance | mandatory | This method must be implemented. | |