public interface FinancialsPostingBatchProfile extends OsidProfile
The PostBatchProfile
describes the interoperability
among financials posting batch services.
Modifier and Type | Method and Description |
---|---|
boolean |
supportsPostBatchAdmin()
Tests if bulk administration of posts is available.
|
boolean |
supportsPostEntryBatchAdmin()
Tests if bulk administration of post entries is available.
|
boolean |
supportsVisibleFederation()
Tests if federation is visible.
|
getBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordType
getBranding, getBrandingIds, getLicense, getProvider, getProviderId
boolean supportsVisibleFederation()
true
if visible federation is supported
,
false
otherwisemandatory
- This method must be implemented. boolean supportsPostBatchAdmin()
true
if a post bulk administrative service is
available, false
otherwisemandatory
- This method must be implemented. boolean supportsPostEntryBatchAdmin()
true
if a post entry bulk administrative
service is available, false
otherwisemandatory
- This method must be implemented.