Interface BidEnabler

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

public interface BidEnabler extends OsidEnabler

A BidEnabler manages the active status of a Bid.

  • Method Details

    • getBidEnablerRecord

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