| Interface | osid.room.CampusSearchSession | ||
|---|---|---|---|
| Implements | osid.room.CampusQuerySession | ||
| Description | 
                 This session provides methods for searching     Campuses may have a query record indicated by their 
                respective record types. The query record is accessed via the 
                  | ||
| Method | getCampusSearch | ||
| Description | 
                     Gets a campus search.  | ||
| Return | osid.room.CampusSearch | the campus search | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCampusSearchOrder | ||
| Description | 
                     Gets a campus search order. The   | ||
| Return | osid.room.CampusSearchOrder | the campus search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCampusesBySearch | ||
| Description | 
                     Gets the search results matching the given search.  | ||
| Parameters | osid.room.CampusQuery | campusQuery | the campus query | 
osid.room.CampusSearch | campusSearch | the campus search | |
| Return | osid.room.CampusSearchResults | the campus search results | |
| Errors | NULL_ARGUMENT |  campusQuery  or  campusSearch  is  null 
  |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED |  campusQuery  or  campusSearch  is not of this 
service  |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getCampusQueryFromInspector | ||
| Description | 
                     Gets an entry query from an inspector. The inspector is 
                    available from an   | ||
| Parameters | osid.room.CampusQueryInspector | campusQueryInspector | a query inspector | 
| Return | osid.room.CampusQuery | the entry query | |
| Errors | NULL_ARGUMENT |  campusQueryInspector  is  null   |                 |
| UNSUPPORTED |  campusQueryInspector  is not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |