public interface InventoryBatchProfile extends OsidProfile
The InventoryBatchProfile describes the interoperability
among batch inventory services.
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsInventoryBatchAdmin()
Tests if bulk administration of inventories is available.
|
boolean |
supportsItemBatchAdmin()
Tests if bulk administration of items is available.
|
boolean |
supportsModelBatchAdmin()
Tests if bulk administration of models is available.
|
boolean |
supportsStockBatchAdmin()
Tests if bulk administration of stocks 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 supportsItemBatchAdmin()
true if an item bulk administrative service is
available, false otherwisemandatory - This method must be implemented. boolean supportsStockBatchAdmin()
true if a stock bulk administrative service is
available, false otherwisemandatory - This method must be implemented. boolean supportsModelBatchAdmin()
true if a model bulk administrative service is
available, false otherwisemandatory - This method must be implemented. boolean supportsInventoryBatchAdmin()
true if an inventory bulk administrative
service is available, false otherwisemandatory - This method must be implemented.