public interface FinancialsPostingBatchManager extends OsidManager, FinancialsPostingBatchProfile
The financials posting batch manager provides access to financials posting batch sessions and provides interoperability tests for various aspects of this service. 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 | Modifier and Type | Method and Description |
|---|---|
PostBatchAdminSession |
getPostBatchAdminSession()
Gets the
OsidSession associated with the bulk post
administration service. |
PostBatchAdminSession |
getPostBatchAdminSessionForBusiness(Id businessId)
Gets the
OsidSession associated with the bulk post
administration service for the given business. |
PostEntryBatchAdminSession |
getPostEntryBatchAdminSession()
Gets the
OsidSession associated with the bulk post
entry administration service. |
PostEntryBatchAdminSession |
getPostEntryBatchAdminSessionForBusiness(Id businessId)
Gets the
OsidSession associated with the bulk post
entry administration service for the given business. |
changeBranch, initialize, rollbackServiceclosesupportsPostBatchAdmin, supportsPostEntryBatchAdmin, supportsVisibleFederationgetBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdPostBatchAdminSession getPostBatchAdminSession() throws OperationFailedException
OsidSession associated with the bulk post
administration service. PostBatchAdminSession OperationFailedException - unable to complete requestUnimplementedException -
supportsPostBatchAdmin() is false optional - This method must be implemented if
supportsPostBatchAdmin() is true. PostBatchAdminSession getPostBatchAdminSessionForBusiness(Id businessId) throws NotFoundException, OperationFailedException
OsidSession associated with the bulk post
administration service for the given business.businessId - the Id of the Business
PostBatchAdminSession NotFoundException - no Business found by
the given Id NullArgumentException - businessId is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsPostBatchAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsPostBatchAdmin() and
supportsVisibleFederation() are true
PostEntryBatchAdminSession getPostEntryBatchAdminSession() throws OperationFailedException
OsidSession associated with the bulk post
entry administration service. PostEntryBatchAdminSession OperationFailedException - unable to complete requestUnimplementedException -
supportsPostEntryBatchAdmin() is false optional - This method must be implemented if
supportsPostEntryBatchAdmin() is true.
PostEntryBatchAdminSession getPostEntryBatchAdminSessionForBusiness(Id businessId) throws NotFoundException, OperationFailedException
OsidSession associated with the bulk post
entry administration service for the given business.businessId - the Id of the Business
PostEntryBatchAdminSession NotFoundException - no Business found by
the given Id NullArgumentException - businessId is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsPostEntryBatchAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsPostEntryBatchAdmin() and
supportsVisibleFederation() are true