OSID Logo
OSID Specifications
inventory batch package
Version 3.1.0
Interfaceosid.inventory.batch.InventoryBatchProxyManager
Implementsosid.OsidProxyManager
osid.inventory.batch.InventoryBatchProfile
Used Byosid.inventory.InventoryProxyManager
Description

The inventory batch proxy manager provides access to inventory 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:

  • ItemBatchAdminSession: a session to create, modify and delete items in bulk
  • StockBatchSession: a session to create, modify and delete stocks in bulk
  • ModelBatchAdminSession: a session to create, modify and delete models in bulk
  • InventoryBatchAdminSession: a session to create, modify and delete inventories in bulk
MethodgetItemBatchAdminSession
Description

Gets the OsidSession associated with the bulk item administration service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.inventory.batch.ItemBatchAdminSession an ItemBatchAdminSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsItemBatchAdmin() is false
Complianceoptional This method must be implemented if supportsItemBatchAdmin() is true.
MethodgetItemBatchAdminSessionForInventory
Description

Gets the OsidSession associated with the bulk item administration service for the given inventory.

Parametersosid.id.IdinventoryId the Id of the Inventory
osid.proxy.Proxyproxy a proxy
Returnosid.inventory.batch.ItemBatchAdminSession an ItemBatchAdminSession
ErrorsNOT_FOUND no Inventory found by the given Id
NULL_ARGUMENT inventoryId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsItemBatchAdmin() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsItemBatchAdmin() and supportsVisibleFederation() are true
MethodgetStockBatchAdminSession
Description

Gets the OsidSession associated with the bulk stock administration service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.inventory.batch.StockBatchAdminSession a StockBatchAdminSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsStockBatchAdmin() is false
Complianceoptional This method must be implemented if supportsStockBatchAdmin() is true.
MethodgetStockBatchAdminSessionForInventory
Description

Gets the OsidSession associated with the bulk stock administration service for the given inventory.

Parametersosid.id.IdinventoryId the Id of the Inventory
osid.proxy.Proxyproxy a proxy
Returnosid.inventory.batch.StockBatchAdminSession a StockBatchAdminSession
ErrorsNOT_FOUND no Inventory found by the given Id
NULL_ARGUMENT inventoryId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsStockBatchAdmin() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsStockBatchAdmin() and supportsVisibleFederation() are true
MethodgetModelBatchAdminSession
Description

Gets the OsidSession associated with the bulk model administration service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.inventory.batch.ModelBatchAdminSession an ModelBatchAdminSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsModelBatchAdmin() is false
Complianceoptional This method must be implemented if supportsModelBatchAdmin() is true.
MethodgetModelBatchAdminSessionForInventory
Description

Gets the OsidSession associated with the bulk model administration service for the given inventory.

Parametersosid.id.IdinventoryId the Id of the Inventory
osid.proxy.Proxyproxy a proxy
Returnosid.inventory.batch.ModelBatchAdminSession an ModelBatchAdminSession
ErrorsNOT_FOUND no Inventory found by the given Id
NULL_ARGUMENT inventoryId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsModelBatchAdmin() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsModelBatchAdmin() and supportsVisibleFederation() are true
MethodgetInventoryBatchAdminSession
Description

Gets the OsidSession associated with the bulk inventory administration service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.inventory.batch.InventoryBatchAdminSession an InventoryBatchAdminSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsInventoryBatchAdmin() is false
Complianceoptional This method must be implemented if supportsInventoryBatchAdmin() is true.