Interface BusinessSearchOrder

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

public interface BusinessSearchOrder extends OsidCatalogSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getBusinessSearchOrderRecord

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