Interface AuctionHouseSearchOrder

All Superinterfaces:
Extensible, OsidBrowsableSearchOrder, OsidCatalogSearchOrder, OsidExtensibleSearchOrder, OsidFederateableSearchOrder, OsidIdentifiableSearchOrder, OsidObjectSearchOrder, OsidSearchOrder, OsidSourceableSearchOrder, Suppliable

public interface AuctionHouseSearchOrder extends OsidCatalogSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getAuctionHouseSearchOrderRecord

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