Interface FinancialsPostingBatchProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
FinancialsPostingBatchManager, FinancialsPostingBatchProxyManager

public interface FinancialsPostingBatchProfile extends OsidProfile

The PostBatchProfile describes the interoperability among financials posting 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.
    • supportsPostBatchAdmin

      boolean supportsPostBatchAdmin()
      Tests if bulk administration of posts is available.
      Returns:
      true if a post bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsPostEntryBatchAdmin

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