public interface OrderingBatchProfile extends OsidProfile
The OrderingBatchProfile
describes the interoperability
among batch ordering services.
Modifier and Type | Method and Description |
---|---|
boolean |
supportsItemBatchAdmin()
Tests if bulk administration of items is available.
|
boolean |
supportsOrderBatchAdmin()
Tests if bulk administration of orders is available.
|
boolean |
supportsPriceScheduleBatchAdmin()
Tests if bulk administration of price schedules is available.
|
boolean |
supportsProductBatchAdmin()
Tests if bulk administration of products is available.
|
boolean |
supportsStoreBatchAdmin()
Tests if bulk administration of stores 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 supportsOrderBatchAdmin()
true
if an order 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 supportsPriceScheduleBatchAdmin()
true
if a price schedule bulk administrative
service is available, false
otherwisemandatory
- This method must be implemented. boolean supportsProductBatchAdmin()
true
if a product bulk administrative service
is available, false
otherwisemandatory
- This method must be implemented. boolean supportsStoreBatchAdmin()
true
if a store bulk administrative service is
available, false
otherwisemandatory
- This method must be implemented.