Interface BiddingBatchProfile

All Superinterfaces:
OsidProfile, Sourceable
All Known Subinterfaces:
BiddingBatchManager, BiddingBatchProxyManager

public interface BiddingBatchProfile extends OsidProfile

The BiddingBatchProfile describes the interoperability among batch bidding services.

  • Method Details

    • supportsVisibleFederation

      boolean supportsVisibleFederation()
      Tests if federation is visible.
      Returns:
      true if visible federation is supported, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsAuctionBatchAdmin

      boolean supportsAuctionBatchAdmin()
      Tests if bulk administration of auctions is available.
      Returns:
      true if an auction bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsBidBatchAdmin

      boolean supportsBidBatchAdmin()
      Tests if bulk administration of bids is available.
      Returns:
      true if a bid bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.
    • supportsAuctionHouseBatchAdmin

      boolean supportsAuctionHouseBatchAdmin()
      Tests if bulk administration of auction houses is available.
      Returns:
      true if an auction house bulk administrative service is available, false otherwise
      Compliance:
      mandatory - This method must be implemented.