| Interface | osid.inventory.InventorySmartWarehouseSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description |
This session manages queries and sequencing to create
"smart" dynamic catalogs. An This | ||
| Method | getWarehouseId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the Warehouse Id associated with this session | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getWarehouse | ||
| Description |
Gets the | ||
| Return | osid.inventory.Warehouse | the warehouse | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canManageSmartWarehouses | ||
| Description |
Tests if this user can manage smart warehouses. A
return of true does not guarantee successful assessment. A
return of false indicates that it is known methods in this
session will result in a | ||
| Return | boolean | false if smart warehouse management is not authorized,
true otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getInventoryQuery | ||
| Description |
Gets an inventory query. | ||
| Return | osid.inventory.InventoryQuery | the inventory query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getInventorySearchOrder | ||
| Description |
Gets an inventory search order. | ||
| Return | osid.inventory.InventorySearchOrder | the inventory search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | applyInventoryQuery | ||
| Description |
Applies an inventory query to this warehouse. | ||
| Parameters | osid.inventory.InventoryQuery | inventoryQuery | the inventory query |
| Errors | NULL_ARGUMENT | inventoryQuery is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | inventoryQuery not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | inspectInventoryQuery | ||
| Description |
Gets an inventory query inspector for this warehouse. | ||
| Return | osid.inventory.InventoryQueryInspector | the inventory query inspector | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure occurred | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | applyInventorySequencing | ||
| Description |
Applies an inventory search order to this warehouse. | ||
| Parameters | osid.inventory.InventorySearchOrder | inventorySearchOrder | the inventory search order |
| Errors | NULL_ARGUMENT | inventorySearchOrder is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | inventorySearchOrder not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getInventoryQueryFromInspector | ||
| Description |
Gets an inventory query from an inspector. | ||
| Parameters | osid.inventory.InventoryQueryInspector | inventoryQueryInspector | a query inspector |
| Return | osid.inventory.InventoryQuery | the inventory query | |
| Errors | NULL_ARGUMENT | inventoryQueryInspector is null | |
| UNSUPPORTED | inventoryQueryInspector is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |