| Interface | osid.personnel.batch.AppointmentBatchForm | ||
|---|---|---|---|
| Implements | osid.personnel.AppointmentForm | ||
| Description |
This is the form for creating and updating appointments in
bulk. | ||
| Method | getPersonId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the person Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getPositionId | ||
| Description |
Gets the position | ||
| Return | osid.id.Id | the position Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is true | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAppointmentId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the appointment Id | |
| Errors | ILLEGAL_STATE | isForUpdate() is false | |
| Compliance | mandatory | This method must be implemented. | |