Interface PriceScheduleSearchOrder

All Superinterfaces:
Extensible, OsidAggregateableSearchOrder, OsidBrowsableSearchOrder, OsidExtensibleSearchOrder, OsidIdentifiableSearchOrder, OsidObjectSearchOrder, OsidSearchOrder, Suppliable

public interface PriceScheduleSearchOrder extends OsidObjectSearchOrder, OsidAggregateableSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getPriceScheduleSearchOrderRecord

      PriceScheduleSearchOrderRecord getPriceScheduleSearchOrderRecord(Type priceScheduleRecordType) throws OperationFailedException
      Gets the price schedule search order record corresponding to the given price record Type. Multiple retrievals return the same underlying object.
      Parameters:
      priceScheduleRecordType - a price schedule record type
      Returns:
      the price schedule search order record
      Throws:
      NullArgumentException - priceScheduleRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(priceScheduleRecordType) is false
      Compliance:
      mandatory - This method must be implemented.