OSID Logo
OSID Specifications
financials posting batch package
Version 3.0.0
Release Candidate Preview
Interfaceosid.financials.posting.batch.FinancialsPostingBatchProxyManager
Implementsosid.OsidProxyManager
osid.financials.posting.batch.FinancialsPostingBatchProfile
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.Proxyproxya proxy
Returnosid.financials.posting.batch.PostBatchAdminSessiona PostBatchAdminSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsPostBatchAdmin() is false
ComplianceoptionalThis 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.IdbusinessIdthe Id of the Business
osid.proxy.Proxyproxya proxy
Returnosid.financials.posting.batch.PostBatchAdminSessiona PostBatchAdminSession
ErrorsNOT_FOUNDno Business found by the given Id
NULL_ARGUMENT businessId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsPostBatchAdmin() or supportsVisibleFederation() is false
ComplianceoptionalThis 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.Proxyproxya proxy
Returnosid.financials.posting.batch.PostEntryBatchAdminSessiona PostEntryBatchAdminSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsPostEntryBatchAdmin() is false
ComplianceoptionalThis 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.IdbusinessIdthe Id of the Business
osid.proxy.Proxyproxya proxy
Returnosid.financials.posting.batch.PostEntryBatchAdminSessiona PostEntryBatchAdminSession
ErrorsNOT_FOUNDno Business found by the given Id
NULL_ARGUMENT businessId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsPostEntryBatchAdmin() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsPostEntryBatchAdmin() and supportsVisibleFederation() are true