| Interface | osid.course.registration.ActivityBundle | ||
|---|---|---|---|
| Implements | osid.OsidObject | ||
| Description | 
                 An   | ||
| Method | getCourseOfferingId | ||
| Description | 
                     Gets the course offering   | ||
| Return | osid.id.Id | the course offering  Id   | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCourseOffering | ||
| Description | 
                     Gets the course offering associated with this activity bundle.  | ||
| Return | osid.course.CourseOffering | the course offering | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getActivityIds | ||
| Description | 
                     Gets the activity   | ||
| Return | osid.id.IdList |  Ids  of the  l  earning objectives  | |
| Compliance | mandatory | This method is must be implemented. | |
| Method | getActivities | ||
| Description | 
                     Gets the activities in this bundle.  | ||
| Return | osid.course.ActivityList | the activites | |
| Errors | OPERATION_FAILED | unable to complete request | |
| Compliance | mandatory | This method must be implemented. | |
| Method | definesCredits | ||
| Description | 
                     Tests if registration to this bundle results in credits to be earned.  | ||
| Return | boolean |  true  if this course has credits,  false  
otherwise  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCredits | ||
| Description | 
                     Gets the number of credits available to register for in this course. Each array element is a distinct option.  | ||
| Return | decimal[] | the number of credits | |
| Errors | ILLEGAL_STATE |  definesCredits()  is  false   |                 |
| Compliance | mandatory | This method must be implemented. | |
| Method | isGraded | ||
| Description | 
                     Tests if a registration to this bundle will be for for grades.  | ||
| Return | boolean |  true  if this registration is for grades,  false 
 otherwise  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getGradingOptionIds | ||
| Description | 
                     Gets the various grading option   | ||
| Return | osid.id.IdList | the returned list of grading option  Ids   | |
| Errors | ILLEGAL_STATE |  isGraded()  is  false   |                 |
| Compliance | mandatory | This method must be implemented. | |
| Method | getGradingOptions | ||
| Description | 
                     Gets the various grading options available to register in this course.  | ||
| Return | osid.grading.GradeSystemList | the returned list of grading options | |
| Errors | ILLEGAL_STATE |  isGraded()  is  false   |                 |
| OPERATION_FAILED | unable to complete request | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getActivityBundleRecord | ||
| Description | 
                     Gets the activity bundle record corresponding to the 
                    given   | ||
| Parameters | osid.type.Type | activityBundleRecordType | the type of activity bundle record to retrieve | 
| Return | osid.course.registration.records.ActivityBundleRecord | the activity bundle 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. | |