Interface InventoryBatchProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
InventoryBatchManager, InventoryBatchProxyManager

public interface InventoryBatchProfile extends OsidProfile

The InventoryBatchProfile describes the interoperability among batch inventory services.

  • Method Details

    • supportsVisibleFederation

      boolean supportsVisibleFederation()
      Tests if federation is visible.
      Returns:
      true if visible federation is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsItemBatchAdmin

      boolean supportsItemBatchAdmin()
      Tests if bulk administration of items is available.
      Returns:
      true if an item bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsStockBatchAdmin

      boolean supportsStockBatchAdmin()
      Tests if bulk administration of stocks is available.
      Returns:
      true if a stock bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsModelBatchAdmin

      boolean supportsModelBatchAdmin()
      Tests if bulk administration of models is available.
      Returns:
      true if a model bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsInventoryBatchAdmin

      boolean supportsInventoryBatchAdmin()
      Tests if bulk administration of inventories is available.
      Returns:
      true if an inventory bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.