| Interface | osid.room.CampusSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidCatalogSearchOrder | ||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getCampusSearchOrderRecord | ||
| Description |
Gets the campus search order record corresponding to the given campus record Type. Multiple retrievals return the same underlying object. | ||
| Parameters | osid.type.Type | campusRecordType | a campus record type |
| Return | osid.room.records.CampusSearchOrderRecord | the campus search order record | |
| Errors | NULL_ARGUMENT | campusRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(campusRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |