public interface FinancialsPostingBatchProxyManager extends OsidProxyManager, FinancialsPostingBatchProfile
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 Modifier and Type | Method and Description |
---|---|
PostBatchAdminSession |
getPostBatchAdminSession(Proxy proxy)
Gets the
OsidSession associated with the bulk post
administration service. |
PostBatchAdminSession |
getPostBatchAdminSessionForBusiness(Id businessId,
Proxy proxy)
Gets the
OsidSession associated with the bulk post
administration service for the given business. |
PostEntryBatchAdminSession |
getPostEntryBatchAdminSession(Proxy proxy)
Gets the
OsidSession associated with the bulk post
entry administration service. |
PostEntryBatchAdminSession |
getPostEntryBatchAdminSessionForBusiness(Id businessId,
Proxy proxy)
Gets the
OsidSession associated with the bulk post
entry administration service for the given business. |
changeBranch, initialize, rollbackService
close
supportsPostBatchAdmin, supportsPostEntryBatchAdmin, supportsVisibleFederation
getBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordType
getBranding, getBrandingIds, getLicense, getProvider, getProviderId
PostBatchAdminSession getPostBatchAdminSession(Proxy proxy) throws OperationFailedException
OsidSession
associated with the bulk post
administration service.proxy
- a proxy PostBatchAdminSession
NullArgumentException
- proxy
is
null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsPostBatchAdmin()
is false
optional
- This method must be implemented if
supportsPostBatchAdmin()
is true.
PostBatchAdminSession getPostBatchAdminSessionForBusiness(Id businessId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession
associated with the bulk post
administration service for the given business.businessId
- the Id
of the Business
proxy
- a proxy PostBatchAdminSession
NotFoundException
- no Business
found by
the given Id
NullArgumentException
- businessId
or
proxy
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(Proxy proxy) throws OperationFailedException
OsidSession
associated with the bulk post
entry administration service.proxy
- a proxy PostEntryBatchAdminSession
NullArgumentException
- proxy
is
null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsPostEntryBatchAdmin()
is false
optional
- This method must be implemented if
supportsPostEntryBatchAdmin()
is true.
PostEntryBatchAdminSession getPostEntryBatchAdminSessionForBusiness(Id businessId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession
associated with the bulk post
entry administration service for the given business.businessId
- the Id
of the Business
proxy
- a proxy PostEntryBatchAdminSession
NotFoundException
- no Business
found by
the given Id
NullArgumentException
- businessId
or
proxy
is null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsPostEntryBatchAdmin()
or
supportsVisibleFederation()
is false
optional
- This method must be implemented if
supportsPostEntryBatchAdmin()
and
supportsVisibleFederation()
are true