Interface AuctionConstrainerEnabler

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

public interface AuctionConstrainerEnabler extends OsidEnabler

An AuctionConstrainerEnabler describes the rules for making an AuctionConstrainer effective.

  • Method Details

    • getAuctionConstrainerEnablerRecord

      AuctionConstrainerEnablerRecord getAuctionConstrainerEnablerRecord(Type auctionConstrainerEnablerRecordType) throws OperationFailedException
      Gets the auction constrainer enabler record corresponding to the given AuctionConstrainerEnabler 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:
      auctionConstrainerEnablerRecordType - the type of auction constrainer enabler record to retrieve
      Returns:
      the auction constrainer enabler record
      Throws:
      NullArgumentException - auctionConstrainerEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(auctionConstrainerEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.