| Interface | osid.ordering.StoreQuerySession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description |
This session provides methods for searching Stores may have a query record indicated by their
respective record types. The query record is accessed via the
| ||
| Method | canSearchStores | ||
| 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 | getStoreQuery | ||
| Description |
Gets a store query. | ||
| Return | osid.ordering.StoreQuery | the store query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getStoresByQuery | ||
| Description |
Gets a list of | ||
| Parameters | osid.ordering.StoreQuery | storeQuery | the store query |
| Return | osid.ordering.StoreList | the returned StoreList | |
| Errors | NULL_ARGUMENT | storeQuery is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED | storeQuery is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |