OSID Logo
OSID Specifications
inventory batch package
Version 3.1.0
Interfaceosid.inventory.batch.InventoryBatchManager
Implementsosid.OsidManager
osid.inventory.batch.InventoryBatchProfile
Used Byosid.inventory.InventoryManager
Description

The inventory batch manager provides access to inventory batch sessions and provides interoperability tests for various aspects of this service. 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.

Returnosid.inventory.batch.ItemBatchAdminSession an ItemBatchAdminSession
ErrorsOPERATION_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
Returnosid.inventory.batch.ItemBatchAdminSession an ItemBatchAdminSession
ErrorsNOT_FOUND no Inventory found by the given Id
NULL_ARGUMENT inventoryId 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.

Returnosid.inventory.batch.StockBatchAdminSession a StockBatchAdminSession
ErrorsOPERATION_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
Returnosid.inventory.batch.StockBatchAdminSession a StockBatchAdminSession
ErrorsNOT_FOUND no Inventory found by the given Id
NULL_ARGUMENT inventoryId 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.

Returnosid.inventory.batch.ModelBatchAdminSession an ModelBatchAdminSession
ErrorsOPERATION_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
Returnosid.inventory.batch.ModelBatchAdminSession an ModelBatchAdminSession
ErrorsNOT_FOUND no Inventory found by the given Id
NULL_ARGUMENT inventoryId 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.

Returnosid.inventory.batch.InventoryBatchAdminSession an InventoryBatchAdminSession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsInventoryBatchAdmin() is false
Complianceoptional This method must be implemented if supportsInventoryBatchAdmin() is true.