public interface FinancialsBatchProfile extends OsidProfile
The FinancialsBatchProfile describes the
interoperability among batch financials services.
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsAccountBatchAdmin()
Tests if bulk administration of accounts is available.
|
boolean |
supportsActivityBatchAdmin()
Tests if bulk administration of activities is available.
|
boolean |
supportsBusinessBatchAdmin()
Tests if bulk administration of businesses is available.
|
boolean |
supportsFiscalPeriodBatchAdmin()
Tests if bulk administration of fiscal periods is available.
|
boolean |
supportsVisibleFederation()
Tests if federation is visible.
|
getBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdboolean supportsVisibleFederation()
true if visible federation is supported
, false otherwisemandatory - This method must be implemented. boolean supportsAccountBatchAdmin()
true if an account bulk administrative service
is available, false otherwisemandatory - This method must be implemented. boolean supportsActivityBatchAdmin()
true if an activity bulk administrative service
is available, false otherwisemandatory - This method must be implemented. boolean supportsFiscalPeriodBatchAdmin()
true if a fiscal period bulk administrative
service is available, false otherwisemandatory - This method must be implemented. boolean supportsBusinessBatchAdmin()
true if a business bulk administrative service
is available, false otherwisemandatory - This method must be implemented.