OSID Logo
OSID Specifications
financials posting batch package
Version 3.1.0
Interfaceosid.financials.posting.batch.FinancialsPostingBatchProxyManager
Implementsosid.OsidProxyManager
osid.financials.posting.batch.FinancialsPostingBatchProfile
Used Byosid.financials.posting.FinancialsPostingProxyManager
Description

The financials posting batch proxy manager provides access to financials posting batch sessions and provides interoperability tests for various aspects of this service. Methods in this manager support the passing of a Proxy object. The sessions included in this manager are:

  • PostBatchAdminSession: a session to create, modify and delete posts in bulk
  • PostEntryBatchAdminSession: a session to create, modify and delete entries in bulk
MethodgetPostBatchAdminSession
Description

Gets the OsidSession associated with the bulk post administration service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.financials.posting.batch.PostBatchAdminSession a PostBatchAdminSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsPostBatchAdmin() is false
Complianceoptional This method must be implemented if supportsPostBatchAdmin() is true.
MethodgetPostBatchAdminSessionForBusiness
Description

Gets the OsidSession associated with the bulk post administration service for the given business.

Parametersosid.id.IdbusinessId the Id of the Business
osid.proxy.Proxyproxy a proxy
Returnosid.financials.posting.batch.PostBatchAdminSession a PostBatchAdminSession
ErrorsNOT_FOUND no Business found by the given Id
NULL_ARGUMENT businessId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsPostBatchAdmin() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsPostBatchAdmin() and supportsVisibleFederation() are true
MethodgetPostEntryBatchAdminSession
Description

Gets the OsidSession associated with the bulk post entry administration service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.financials.posting.batch.PostEntryBatchAdminSession a PostEntryBatchAdminSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsPostEntryBatchAdmin() is false
Complianceoptional This method must be implemented if supportsPostEntryBatchAdmin() is true.
MethodgetPostEntryBatchAdminSessionForBusiness
Description

Gets the OsidSession associated with the bulk post entry administration service for the given business.

Parametersosid.id.IdbusinessId the Id of the Business
osid.proxy.Proxyproxy a proxy
Returnosid.financials.posting.batch.PostEntryBatchAdminSession a PostEntryBatchAdminSession
ErrorsNOT_FOUND no Business found by the given Id
NULL_ARGUMENT businessId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsPostEntryBatchAdmin() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsPostEntryBatchAdmin() and supportsVisibleFederation() are true