Interface FinancialsBatchProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
FinancialsBatchManager, FinancialsBatchProxyManager

public interface FinancialsBatchProfile extends OsidProfile

The FinancialsBatchProfile describes the interoperability among batch financials 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.
    • supportsAccountBatchAdmin

      boolean supportsAccountBatchAdmin()
      Tests if bulk administration of accounts is available.
      Returns:
      true if an account bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsActivityBatchAdmin

      boolean supportsActivityBatchAdmin()
      Tests if bulk administration of activities is available.
      Returns:
      true if an activity bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsFiscalPeriodBatchAdmin

      boolean supportsFiscalPeriodBatchAdmin()
      Tests if bulk administration of fiscal periods is available.
      Returns:
      true if a fiscal period bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBusinessBatchAdmin

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