OSID Logo
OSID Specifications
inventory shipment batch package
Version 3.1.0
Interfaceosid.inventory.shipment.batch.InventoryShipmentBatchProxyManager
Implementsosid.OsidProxyManager
osid.inventory.shipment.batch.InventoryShipmentBatchProfile
Used Byosid.inventory.shipment.InventoryShipmentProxyManager
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.Proxyproxy a proxy
Returnosid.inventory.shipment.batch.ShipmentBatchAdminSession a ShipmentBatchAdminSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsShipmentBatchAdmin() is false
Complianceoptional This 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.IdwarehouseId the Id of the Warehouse
osid.proxy.Proxyproxy a proxy
Returnosid.inventory.shipment.batch.ShipmentBatchAdminSession a ShipmentBatchAdminSession
ErrorsNOT_FOUND no Warehouse found by the given Id
NULL_ARGUMENT warehouseId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsShipmentBatchAdmin() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsShipmentBatchAdmin() and supportsVisibleFederation() are true