Interface FinancialsBudgetingBatchProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
FinancialsBudgetingBatchManager, FinancialsBudgetingBatchProxyManager

public interface FinancialsBudgetingBatchProfile extends OsidProfile

The FinancialsBudgetingBatchProfile describes the interoperability among financials budgeting batch 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.
    • supportsBudgetBatchAdmin

      boolean supportsBudgetBatchAdmin()
      Tests if bulk administration of budgets is available.
      Returns:
      true if a budget bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBudgetEntryBatchAdmin

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