Interface | osid.course.CourseOffering | ||
---|---|---|---|
Implements | osid.OsidRelationship | ||
Description |
A | ||
Method | getCourseId | ||
Description |
Gets the canonical course | ||
Return | osid.id.Id | the course Id | |
Compliance | mandatory | This method must be implemented. | |
Method | getCourse | ||
Description |
Gets the canonical course associated with this course offering. | ||
Return | osid.course.Course | the course | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | getTermId | ||
Description |
Gets the | ||
Return | osid.id.Id | the Term Id | |
Compliance | mandatory | This method must be implemented. | |
Method | getTerm | ||
Description |
Gets the | ||
Return | osid.course.Term | the term | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | getTitle | ||
Description |
Gets the formal title of this course. It may be the same as the display name or it may be used to more formally label the course. A display name might be Physics 102 where the title is Introduction to Electromagentism. | ||
Return | osid.locale.DisplayText | the course title | |
Compliance | mandatory | This method must be implemented. | |
Method | getNumber | ||
Description |
Gets the course number which is a label generally used to index the course offering in a catalog, such as T101 or 16.004. | ||
Return | string | the course number | |
Compliance | mandatory | This method must be implemented. | |
Method | getInstructorIds | ||
Description |
Gets the instructor | ||
Return | osid.id.IdList | the instructor Ids | |
Compliance | mandatory | This method must be implemented. | |
Method | getInstructors | ||
Description |
Gets the instructors. If each activity has its own instructor, the headlining instructors may be returned. | ||
Return | osid.resource.ResourceList | the sponsors | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | hasSponsors | ||
Description |
Tests if this course has sponsors. | ||
Return | boolean | true if this course has sponsors, false
otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | getSponsorIds | ||
Description |
Gets the sponsor | ||
Return | osid.id.IdList | the sponsor Ids | |
Errors | ILLEGAL_STATE | hasSponsors() is false | |
Compliance | mandatory | This method must be implemented. | |
Method | getSponsors | ||
Description |
Gets the sponsors. | ||
Return | osid.resource.ResourceList | the sponsors | |
Errors | ILLEGAL_STATE | hasSponsors() is false | |
OPERATION_FAILED | unable to complete request | ||
Compliance | mandatory | This method must be implemented. | |
Method | getCreditAmountIds | ||
Description |
Gets the credits in which this course can be
registered. The credits are expressed as | ||
Return | osid.id.IdList | the grade Ids | |
Compliance | mandatory | This method must be implemented. | |
Method | getCreditAmounts | ||
Description |
Gets the credits in which this course can be
registered. The credits are expressed as | ||
Return | osid.grading.GradeList | the credits | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | isGraded | ||
Description |
Tests if this course offering is graded. | ||
Return | boolean | true if this course is graded, 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 | requiresRegistration | ||
Description |
Tests if this course offering requires advanced registration. | ||
Return | boolean | true if this course requires advance registration,
false otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | getMinimumSeats | ||
Description |
Gets the minimum number of students this offering can have. | ||
Return | cardinal | the minimum seats | |
Compliance | mandatory | This method must be implemented. | |
Method | isSeatingLimited | ||
Description |
Tests if this course offering has limited seating. | ||
Return | boolean | true if this seating is limited, false
otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | getMaximumSeats | ||
Description |
Gets the maximum number of students this offering can have. | ||
Return | cardinal | the maximum seats | |
Errors | ILLEGAL_STATE | isSeatingLimited() is false | |
Compliance | mandatory | This method must be implemented. | |
Method | getURL | ||
Description |
Gets an external resource, such as a class web site, associated with this offering. | ||
Return | string | a URL string | |
Compliance | mandatory | This method must be implemented. | |
Method | getScheduleInfo | ||
Description |
Gets the an informational string for the course offering schedule. | ||
Return | osid.locale.DisplayText | the schedule info | |
Compliance | mandatory | This method must be implemented. | |
Method | hasEvent | ||
Description |
Tests if a calendaring event is available for this course offering with the schedule details. | ||
Return | boolean | true if this course is graded, false
otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | getEventId | ||
Description |
Gets the calendaring event | ||
Return | osid.id.Id | the event Id | |
Errors | ILLEGAL_STATE | hasEvent() is false | |
Compliance | mandatory | This method must be implemented. | |
Method | getEvent | ||
Description |
Gets the calendaring event with the schedule details. | ||
Return | osid.calendaring.Event | an event | |
Errors | ILLEGAL_STATE | hasEvent() is false | |
OPERATION_FAILED | unable to complete request | ||
Compliance | mandatory | This method must be implemented. | |
Method | getCourseOfferingRecord | ||
Description |
Gets the course offering record corresponding to the
given | ||
Parameters | osid.type.Type | courseOfferingRecordType | the type of course offering record to retrieve |
Return | osid.course.records.CourseOfferingRecord | the course offering record | |
Errors | NULL_ARGUMENT | courseOfferingRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(courseOfferingRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |