Interface FinancialsBudgetingProxyManager

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

public interface FinancialsBudgetingProxyManager extends OsidProxyManager, FinancialsBudgetingProfile

The financials budgeting manager provides access to budgeting sessions and provides interoperability tests for various aspects of this service. Methods in this manager support the passing of a Proxy for the purposes of passing information within a server application environment. 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