Interface AuctionConstrainerSearchOrder

All Superinterfaces:
Extensible, OsidBrowsableSearchOrder, OsidConstrainerSearchOrder, OsidExtensibleSearchOrder, OsidIdentifiableSearchOrder, OsidObjectSearchOrder, OsidOperableSearchOrder, OsidRuleSearchOrder, OsidSearchOrder, Suppliable

public interface AuctionConstrainerSearchOrder extends OsidConstrainerSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getAuctionConstrainerSearchOrderRecord

      AuctionConstrainerSearchOrderRecord getAuctionConstrainerSearchOrderRecord(Type auctionConstrainerRecordType) throws OperationFailedException
      Gets the auction constrainer search order record corresponding to the given auction constrainer record Type . Multiple retrievals return the same underlying object.
      Parameters:
      auctionConstrainerRecordType - an auction constrainer record type
      Returns:
      the auction constrainer search order record
      Throws:
      NullArgumentException - auctionConstrainerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(auctionConstrainerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.