| Interface | osid.recognition.AwardSearchSession | ||
|---|---|---|---|
| Implements | osid.recognition.AwardQuerySession | ||
| Description | This session provides methods for searching     Awards may have a query record indicated by their 
                respective record types. The query record is accessed via the 
                 | ||
| Method | getAwardSearch | ||
| Description | Gets an award search. | ||
| Return | osid.recognition.AwardSearch | the award search | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAwardSearchOrder | ||
| Description | Gets an award search order. The  | ||
| Return | osid.recognition.AwardSearchOrder | the award search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAwardsBySearch | ||
| Description | Gets the search results matching the given search. | ||
| Parameters | osid.recognition.AwardQuery | awardQuery | the award query | 
| osid.recognition.AwardSearch | awardSearch | the award search | |
| Return | osid.recognition.AwardSearchResults | the award search results | |
| Errors | NULL_ARGUMENT |  awardQuery or awardSearch is null 
 | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED |  awardQuery or awardSearch is not of this 
service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getAwardQueryFromInspector | ||
| Description | Gets an award query from an inspector. The inspector is 
                    available from an  | ||
| Parameters | osid.recognition.AwardQueryInspector | awardQueryInspector | an award query inspector | 
| Return | osid.recognition.AwardQuery | the academy query | |
| Errors | NULL_ARGUMENT |  awardQueryInspector is null  | |
| UNSUPPORTED |  awardQueryInspector is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |