Interface | osid.course.program.ProgramOfferingSearch | ||
---|---|---|---|
Implements | osid.OsidSearch | ||
Description |
The search interface for governing program offering searches. | ||
Method | searchAmongProgramOfferings | ||
Description |
Execute this search among the given list of program offerings. | ||
Parameters | osid.id.IdList | programOfferingIds | list of program offering Ids |
Errors | NULL_ARGUMENT | programOfferingIds is null | |
Compliance | mandatory | This method must be implemented. | |
Method | orderProgramOfferingResults | ||
Description |
Specify an ordering to the search results. | ||
Parameters | osid.course.program.ProgramOfferingSearchOrder | programOfferingSearchOrder | program search order |
Errors | NULL_ARGUMENT | programOfferingSearchOrder is null | |
UNSUPPORTED | programOfferingSearchOrder is not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getProgramOfferingSearchRecord | ||
Description |
Gets the program offering search record corresponding
to the given program offering search record | ||
Parameters | osid.type.Type | programOfferingSearchRecordType | a program search record type |
Return | osid.course.program.records.ProgramOfferingSearchRecord | the program offering search record | |
Errors | NULL_ARGUMENT | programOfferingSearchRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(programOfferingSearchRecordType) is
false | ||
Compliance | mandatory | This method must be implemented. |