| Interface | osid.course.registration.ActivityBundleForm | ||
|---|---|---|---|
| Implements | osid.OsidObjectForm | ||
| Description | 
                 This is the form for creating and updating   | ||
| Method | getCreditsMetadata | ||
| Description | 
                     Gets the metadata for credits.  | ||
| Return | osid.Metadata | metadata for the credits | |
| Compliance | mandatory | This method must be implemented. | |
| Method | setCredits | ||
| Description | 
                     Sets the activity bundle credits.  | ||
| Parameters | decimal[] | credits | the new credits | 
| Errors | INVALID_ARGUMENT |  credits  is invalid  |                 |
| NO_ACCESS |  Metadata.isReadOnly()  is  true   |                 ||
| NULL_ARGUMENT |  credits  is  null   |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | clearCredits | ||
| Description | 
                     Removes the credits.  | ||
| Errors | NO_ACCESS |  Metadata.isRequired()  is  true  or  
Metadata.isReadOnly()  is  true   |                 |
| Compliance | mandatory | This method must be implemented. | |
| Method | getGradingOptionsMetadata | ||
| Description | 
                     Gets the metadata for a set of grading options.  | ||
| Return | osid.Metadata | metadata for the grading options | |
| Compliance | mandatory | This method must be implemented. | |
| Method | setGradingOptions | ||
| Description | 
                     Sets the grading options.  | ||
| Parameters | osid.id.Id[] | gradeSystemIds | the new grade systems | 
| Errors | INVALID_ARGUMENT |  gradeSystemIds  is invalid  |                 |
| NO_ACCESS |  Metadata.isReadOnly()  is  true   |                 ||
| NULL_ARGUMENT |  gradeSystemIds  is  null   |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | clearGradingOptions | ||
| Description | 
                     Removes the grading options.  | ||
| Errors | NO_ACCESS |  Metadata.isRequired()  is  true  or  
Metadata.isReadOnly()  is  true   |                 |
| Compliance | mandatory | This method must be implemented. | |
| Method | getActivityBundleFormRecord | ||
| Description | 
                     Gets the   | ||
| Parameters | osid.type.Type | activityBundleRecordType | an activity bundle record type | 
| Return | osid.course.registration.records.ActivityBundleFormRecord | the activity bundle form record | |
| Errors | NULL_ARGUMENT |  activityBundleRecordType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED |  hasRecordType(activityBundleRecordType)  is  false 
  |                 ||
| Compliance | mandatory | This method must be implemented. | |