public interface BiddingBatchProfile extends OsidProfile
The BiddingBatchProfile describes the interoperability
among batch bidding services.
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsAuctionBatchAdmin()
Tests if bulk administration of auctions is available.
|
boolean |
supportsAuctionHouseBatchAdmin()
Tests if bulk administration of auction houses is available.
|
boolean |
supportsBidBatchAdmin()
Tests if bulk administration of bids 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 supportsAuctionBatchAdmin()
true if an auction bulk administrative service
is available, false otherwisemandatory - This method must be implemented. boolean supportsBidBatchAdmin()
true if a bid bulk administrative service is
available, false otherwisemandatory - This method must be implemented. boolean supportsAuctionHouseBatchAdmin()
true if a auction house bulk administrative
service is available, false otherwisemandatory - This method must be implemented.