Interface | osid.inventory.shipment.batch.InventoryShipmentBatchManager | ||
---|---|---|---|
Implements | osid.OsidManager | ||
osid.inventory.shipment.batch.InventoryShipmentBatchProfile | |||
Description |
The inventory shipment batch manager provides access to inventory shipment batch sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:
| ||
Method | getShipmentBatchAdminSession | ||
Description |
Gets the | ||
Return | osid.inventory.shipment.batch.ShipmentBatchAdminSession | a ShipmentBatchAdminSession | |
Errors | OPERATION_FAILED | unable to complete request | |
UNIMPLEMENTED | supportsShipmentBatchAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsShipmentBatchAdmin()
is true. | |
Method | getShipmentBatchAdminSessionForWarehouse | ||
Description |
Gets the | ||
Parameters | osid.id.Id | warehouseId | the Id of the Warehouse |
Return | osid.inventory.shipment.batch.ShipmentBatchAdminSession | a ShipmentBatchAdminSession | |
Errors | NOT_FOUND | no Warehouse found by the given Id | |
NULL_ARGUMENT | warehouseId is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsShipmentBatchAdmin() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsShipmentBatchAdmin()
and supportsVisibleFederation() are true |