Interface FinancialsBudgetingManager

All Superinterfaces:
AutoCloseable, Closeable, FinancialsBudgetingProfile, OsidManager, OsidManager, OsidProfile, Sourceable

public interface FinancialsBudgetingManager extends OsidManager, FinancialsBudgetingProfile

The financials budgeting manager provides access to budgeting sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:

  • BudgetLookupSession : a session to retrieve budgets
  • BudgetQuerySession : a session to query budgets
  • BudgetSearchSession : a session to search for budgets
  • BudgetAdminSession : a session to create and delete budgets
  • BudgetNotificationSession : a session to receive notifications pertaining to budget changes
  • BudgetBusinessSession : a session to look up budget to business mappings
  • BudgetBusinessAssignmentSession : a session to manage budget to business mappings
  • BudgetSmartBusinessSession : a session to manage dynamic businesses of budgets
  • BudgetEntryLookupSession : a session to retrieve entries
  • BudgetEntryLookupSession : a session to query entries
  • BudgetEntrySearchSession : a session to search for entries
  • BudgetEntryAdminSession : a session to create and delete entries
  • BudgetEntryNotificationSession : a session to receive notifications pertaining to budget entry changes
  • BudgetEntryBusinessSession : a session to look up budget entry to business mappings
  • BudgetEntryBusinessAssignmentSession : a session to manage budget entry to business mappings
  • BudgetEntrySmartBusinessAssignmentSession : a session to manage dynamic businesses of entries