Interface PriceEnablerSearchOrder

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

public interface PriceEnablerSearchOrder extends OsidEnablerSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • orderByMinimumQuantity

      void orderByMinimumQuantity(SearchOrderStyle style)
      Specifies a preference for ordering the result set by the minimum quantity.
      Parameters:
      style - search order style
      Throws:
      NullArgumentException - style is null
      Compliance:
      mandatory - This method must be implemented.
    • orderByMaximumQuantity

      void orderByMaximumQuantity(SearchOrderStyle style)
      Specifies a preference for ordering the result set by the maximum quanttity.
      Parameters:
      style - search order style
      Throws:
      NullArgumentException - style is null
      Compliance:
      mandatory - This method must be implemented.
    • getPriceEnablerSearchOrderRecord

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