OSID Logo
OSID Specifications
inventory shipment batch package
Version 3.0.0
Release Candidate Preview
Interfaceosid.inventory.shipment.batch.InventoryShipmentBatchProxyManager
Implementsosid.OsidProxyManager
osid.inventory.shipment.batch.InventoryShipmentBatchProfile
Description

The inventory shipment batch proxy manager provides access to inventory shipment batch sessions and provides interoperability tests for various aspects of this service. Methods in this manager support the passing of a Proxy object. The sessions included in this manager are:

  • ShipmentBatchAdminSession: a session to manage shipmentd in bulk
MethodgetShipmentBatchAdminSession
Description

Gets the OsidSession associated with the bulk shipment administration service.

Parametersosid.proxy.Proxyproxya proxy
Returnosid.inventory.shipment.batch.ShipmentBatchAdminSessiona ShipmentBatchAdminSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsShipmentBatchAdmin() is false
ComplianceoptionalThis method must be implemented if supportsShipmentBatchAdmin() is true.
MethodgetShipmentBatchAdminSessionForWarehouse
Description

Gets the OsidSession associated with the bulk shipment administration service for the given warehouse.

Parametersosid.id.IdwarehouseIdthe Id of the Warehouse
osid.proxy.Proxyproxya proxy
Returnosid.inventory.shipment.batch.ShipmentBatchAdminSessiona ShipmentBatchAdminSession
ErrorsNOT_FOUNDno Warehouse found by the given Id
NULL_ARGUMENT warehouseId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsShipmentBatchAdmin() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsShipmentBatchAdmin() and supportsVisibleFederation() are true