Interface AcknowledgementBatchProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
AcknowledgementBatchManager, AcknowledgementBatchProxyManager

public interface AcknowledgementBatchProfile extends OsidProfile

The AcknowledgementBatchProfile describes the interoperability among batch acknowledgement 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.
    • supportsCreditBatchAdmin

      boolean supportsCreditBatchAdmin()
      Tests if bulk administration of credits is available.
      Returns:
      true if a credit bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBillingBatchAdmin

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