| Interface | osid.course.program.ProgramOfferingSearchSession | ||
|---|---|---|---|
| Implements | osid.course.program.ProgramOfferingQuerySession | ||
| Description |
This session provides methods for searching among This session defines views that offer differing behaviors for searching.
Program offerings may have a query record indicated by
their respective record types. The queryrecord is accessed via
the | ||
| Method | getProgramOfferingSearch | ||
| Description |
Gets a program offering search. | ||
| Return | osid.course.program.ProgramOfferingSearch | the program offering search | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProgramOfferingSearchOrder | ||
| Description |
Gets a program offering search order. The | ||
| Return | osid.course.program.ProgramOfferingSearchOrder | the program offering search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProgramOfferingsBySearch | ||
| Description |
Gets the search results matching the given search query using the given search. | ||
| Parameters | osid.course.program.ProgramOfferingQuery | programOfferingQuery | the program offering query |
osid.course.program.ProgramOfferingSearch | programOfferingSearch | the program offering search | |
| Return | osid.course.program.ProgramOfferingSearchResults | the program offering search results | |
| Errors | NULL_ARGUMENT | programOfferingQuery or programOfferingSearch
is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED | programOfferingQuery or programOfferingSearch
is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getProgramOfferingQueryFromInspector | ||
| Description |
Gets a program offering query from an inspector. The
inspector is available from a | ||
| Parameters | osid.assessment.ItemQueryInspector | programOfferingQueryInspector | a program offering query inspector |
| Return | osid.course.program.ProgramOfferingQuery | the program offering query | |
| Errors | NULL_ARGUMENT | programOfferingQueryInspector is null | |
| UNSUPPORTED | programOfferingQueryInspector is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |