public interface AcknowledgementBatchProfile extends OsidProfile
The AcknowledgementBatchProfile describes the
interoperability among batch acknowledgement services.
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsBillingBatchAdmin()
Tests if bulk administration of billings is available.
|
boolean |
supportsCreditBatchAdmin()
Tests if bulk administration of credits 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 supportsCreditBatchAdmin()
true if a credit bulk administrative service is
available, false otherwisemandatory - This method must be implemented. boolean supportsBillingBatchAdmin()
true if a billing bulk administrative service
is available, false otherwisemandatory - This method must be implemented.