Interface OrderingBatchProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
OrderingBatchManager, OrderingBatchProxyManager

public interface OrderingBatchProfile extends OsidProfile

The OrderingBatchProfile describes the interoperability among batch ordering 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.
    • supportsOrderBatchAdmin

      boolean supportsOrderBatchAdmin()
      Tests if bulk administration of orders is available.
      Returns:
      true if an order bulk administrative service is available, 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.
    • supportsPriceScheduleBatchAdmin

      boolean supportsPriceScheduleBatchAdmin()
      Tests if bulk administration of price schedules is available.
      Returns:
      true if a price schedule bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsProductBatchAdmin

      boolean supportsProductBatchAdmin()
      Tests if bulk administration of products is available.
      Returns:
      true if a product bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsStoreBatchAdmin

      boolean supportsStoreBatchAdmin()
      Tests if bulk administration of stores is available.
      Returns:
      true if a store bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.