Interface | osid.ordering.OrderStoreSession | ||
---|---|---|---|
Implements | osid.OsidSession | ||
Description |
This session provides methods to retrieve This lookup session defines several views:
| ||
Method | canLookupOrderStoreMappings | ||
Description |
Tests if this user can perform lookups of order/store
mappings. A return of true does not guarantee successful
authorization. A return of false indicates that it is
known lookup methods in this session will result in a
| ||
Return | boolean | false if looking up mappings is not authorized, true
otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | useComparativeStoreView | ||
Description |
The returns from the lookup methods may omit or translate elements based on this session, such as authorization, and not result in an error. This view is used when greater interoperability is desired at the expense of precision. | ||
Compliance | mandatory | This method is must be implemented. | |
Method | usePlenaryStoreView | ||
Description |
A complete view of the | ||
Compliance | mandatory | This method is must be implemented. | |
Method | getOrderIdsByStore | ||
Description |
Gets the list of order Ids associated with a | ||
Parameters | osid.id.Id | storeId | Id of a Store. |
Return | osid.id.IdList | list of related order Ids | |
Errors | NOT_FOUND | storeId is not found | |
NULL_ARGUMENT | storeId is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getOrdersByStore | ||
Description |
Gets the list of | ||
Parameters | osid.id.Id | storeId | Id of a Store |
Return | osid.ordering.OrderList | list of related orders | |
Errors | NOT_FOUND | storeId is not found | |
NULL_ARGUMENT | storeId is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getOrderIdsByStores | ||
Description |
Gets the list of | ||
Parameters | osid.id.IdList | storeIds | list of store Ids |
Return | osid.id.IdList | list of order Ids | |
Errors | NULL_ARGUMENT | storeIds is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getOrdersByStores | ||
Description |
Gets the list of | ||
Parameters | osid.id.IdList | storeIds | list of store Ids |
Return | osid.ordering.OrderList | list of orders | |
Errors | NULL_ARGUMENT | storeIds is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getStoreIdsByOrder | ||
Description |
Gets the list of | ||
Parameters | osid.id.Id | orderId | Id of an Order |
Return | osid.id.IdList | list of store Ids | |
Errors | NOT_FOUND | orderId is not found | |
NULL_ARGUMENT | orderId is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getStoresByOrder | ||
Description |
Gets the list of | ||
Parameters | osid.id.Id | orderId | Id of an Order |
Return | osid.ordering.StoreList | list of store Ids | |
Errors | NOT_FOUND | orderId is not found | |
NULL_ARGUMENT | orderId is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. |