| Interface | osid.tracking.FrontOfficeQuerySession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description |
This session provides methods for searching among FrontOffices may have a query record indicated by their
respective record types. The query record is accessed via the
| ||
| Method | canSearchFrontOffices | ||
| Description |
Tests if this user can perform | ||
| Return | boolean | false if search methods are not authorized, true
otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getFrontOfficeQuery | ||
| Description |
Gets a front office query. | ||
| Return | osid.tracking.FrontOfficeQuery | the front office query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getFrontOfficesByQuery | ||
| Description |
Gets a list of | ||
| Parameters | osid.tracking.FrontOfficeQuery | frontOfficeQuery | the front office query |
| Return | osid.tracking.FrontOfficeList | the returned FrontOfficeList | |
| Errors | NULL_ARGUMENT | frontOfficeQuery is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED | frontOfficeQuery is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |