Interface InventoryBatchManager

All Superinterfaces:
AutoCloseable, Closeable, InventoryBatchProfile, OsidManager, OsidManager, OsidProfile, Sourceable

public interface InventoryBatchManager extends OsidManager, InventoryBatchProfile

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
  • Method Details