public interface BillingBatchProfile extends OsidProfile
The BillingBatchProfile describes the interoperability
among batch billing services.
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsBusinessBatchAdmin()
Tests if bulk administration of businesses is available.
|
boolean |
supportsCategoryBatchAdmin()
Tests if bulk administration of categories is available.
|
boolean |
supportsCustomerBatchAdmin()
Tests if bulk administration of customers is available.
|
boolean |
supportsEntryBatchAdmin()
Tests if bulk administration of entries is available.
|
boolean |
supportsItemBatchAdmin()
Tests if bulk administration of items is available.
|
boolean |
supportsPeriodBatchAdmin()
Tests if bulk administration of 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 supportsCustomerBatchAdmin()
true if a customer bulk administrative service
is available, false otherwisemandatory - This method must be implemented. boolean supportsItemBatchAdmin()
true if an item bulk administrative service is
available, false otherwisemandatory - This method must be implemented. boolean supportsEntryBatchAdmin()
true if an entry bulk administrative service is
available, false otherwisemandatory - This method must be implemented. boolean supportsCategoryBatchAdmin()
true if a category bulk administrative service
is available, false otherwisemandatory - This method must be implemented. boolean supportsPeriodBatchAdmin()
true if a 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.