Interface FinancialsPostingProxyManager

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

public interface FinancialsPostingProxyManager extends OsidProxyManager, FinancialsPostingProfile

The financials posting manager provides access to posting management 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:

  • PostLookupSession : a session to retrieve posts
  • PostQuerySession : a session to query posts
  • PostSearchSession : a session to search for posts
  • PostAdminSession : a session to create and delete posts
  • PostNotificationSession : a session to receive notifications pertaining to post changes
  • PostBusinessSession : a session to look up post to business mappings
  • PostBusinessAssignmentSession : a session to manage post to business mappings
  • PostSmartBusinessSession : a session to manage dynamic businesses of posts
  • PostEntryLookupSession : a session to retrieve entries
  • PostEntryLookupSession : a session to query entries
  • PostEntrySearchSession : a session to search for entries
  • PostEntryAdminSession : a session to create and delete entries
  • PostEntryNotificationSession : a session to receive notifications pertaining to post entry changes
  • PostEntryBusinessSession : a session to look up post entry to business mappings
  • PostEntryBusinessAssignmentSession : a session to manage post entry to business mappings
  • PostEntrySmartBusinessAssignmentSession : a session to manage dynamic businesses of entries