| Interface | osid.inventory.shipment.ShipmentSearchSession | ||
|---|---|---|---|
| Implements | osid.inventory.shipment.ShipmentQuerySession | ||
| Description |
This session provides methods for searching among This session defines views that offer differing behaviors for searching.
Shipments may have a query record indicated by their
respective record types. The query record is accessed via the
| ||
| Method | getShipmentSearch | ||
| Description |
Gets a shipment search. | ||
| Return | osid.inventory.shipment.ShipmentSearch | the shipment search | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getShipmentSearchOrder | ||
| Description |
Gets a shipment search order. The | ||
| Return | osid.inventory.shipment.ShipmentSearchOrder | the shipment search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getShipmentsBySearch | ||
| Description |
Gets the search results matching the given search query using the given search. | ||
| Parameters | osid.inventory.shipment.ShipmentQuery | shipmentQuery | the shipment query |
osid.inventory.shipment.ShipmentSearch | shipmentSearch | the shipment search | |
| Return | osid.inventory.shipment.ShipmentSearchResults | the shipment search results | |
| Errors | NULL_ARGUMENT | shipmentQuery or shipmentSearch is
null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED | shipmentQuery or shipmentSearch is not of
this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getShipmentQueryFromInspector | ||
| Description |
Gets a shipment query from an inspector. The inspector
is available from a | ||
| Parameters | osid.inventory.shipment.ShipmentQueryInspector | shipmentQueryInspector | a shipment query inspector |
| Return | osid.inventory.shipment.ShipmentQuery | the shipment query | |
| Errors | NULL_ARGUMENT | shipmentQueryInspector is null | |
| UNSUPPORTED | shipmentQueryInspector is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |