Interface AuctionProcessorEnabler

All Superinterfaces:
Browsable, Extensible, Identifiable, Operable, OsidEnabler, OsidObject, OsidRule, Temporal

public interface AuctionProcessorEnabler extends OsidEnabler

An AuctionProcessorEnabler describes the rules for making an AuctionProcessor effective.

  • Method Details

    • getAuctionProcessorEnablerRecord

      AuctionProcessorEnablerRecord getAuctionProcessorEnablerRecord(Type auctionProcessorEnablerRecordType) throws OperationFailedException
      Gets the auction processor enabler record corresponding to the given AuctionProcessorEnabler record Type. This method is used to retrieve an object implementing the requested record. The auctionEnablerRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(auctionEnablerRecordType) is true.
      Parameters:
      auctionProcessorEnablerRecordType - the type of auction processor enabler record to retrieve
      Returns:
      the auction processor enabler record
      Throws:
      NullArgumentException - auctionProcessorEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(auctionProcessorEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.