Interface SpeedZoneEnablerSearchOrder

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

public interface SpeedZoneEnablerSearchOrder extends OsidEnablerSearchOrder

An interface for specifying the ordering of search results.

  • Method Details

    • getSpeedZoneEnablerSearchOrderRecord

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