| Interface | osid.profile.ProfileSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidCatalogSearchOrder | ||
| Description | 
                 An interface for specifying the ordering of search results.  | ||
| Method | getProfileSearchOrderRecord | ||
| Description | 
                     Gets the profile search order record corresponding to 
                    the given profile record   | ||
| Parameters | osid.type.Type | profileRecordType | a profile record type | 
| Return | osid.profile.records.ProfileSearchOrderRecord | the profile search order record | |
| Errors | NULL_ARGUMENT |  profileRecordType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED |  hasRecordType(profileRecordType)  is  false   |                 ||
| Compliance | mandatory | This method must be implemented. | |