Interface | osid.course.syllabus.batch.DocetBatchForm | ||
---|---|---|---|
Implements | osid.course.syllabus.DocetForm | ||
Description |
This is the form for creating and updating docets in bulk.
| ||
Method | getModuleId | ||
Description |
Gets the module | ||
Return | osid.id.Id | the module Id | |
Errors | ILLEGAL_STATE | isForUpdate() is true | |
Compliance | mandatory | This method must be implemented. | |
Method | getActivityUnitId | ||
Description |
Gets the activity unit | ||
Return | osid.id.Id | the activity unit Id | |
Errors | ILLEGAL_STATE | isForUpdate() is true | |
Compliance | mandatory | This method must be implemented. | |
Method | getDocetId | ||
Description |
Gets the | ||
Return | osid.id.Id | the docet Id | |
Errors | ILLEGAL_STATE | isForUpdate() is false | |
Compliance | mandatory | This method must be implemented. |