Interface SpeedZoneEnablerSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing speed zone enabler searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetSpeedZoneEnablerSearchRecord(Type speedZoneEnablerSearchRecordType) Gets the speed zone enabler search record corresponding to the given speed zone enabler search recordType.This method is used to retrieve an object implementing the requested record.voidorderSpeedZoneEnablerResults(SpeedZoneEnablerSearchOrder speedZoneEnablerSearchOrder) Specify an ordering to the search results.voidsearchAmongSpeedZoneEnablers(IdList speedZoneEnablerIds) Execute this search among the given list of speed zone enablers.Methods inherited from interface Extensible
getRecordTypes, hasRecordTypeModifier and TypeMethodDescriptionGets the record types available in this object.booleanhasRecordType(Type recordType) Tests if this object supports the given recordType.Methods inherited from interface OsidSearch
limitResultSetModifier and TypeMethodDescriptionvoidlimitResultSet(long start, long end) By default, searches return all matching results.
-
Method Details
-
searchAmongSpeedZoneEnablers
Execute this search among the given list of speed zone enablers.- Parameters:
speedZoneEnablerIds- list of speed zone enablers- Throws:
NullArgumentException-speedZoneEnablerIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderSpeedZoneEnablerResults
Specify an ordering to the search results.- Parameters:
speedZoneEnablerSearchOrder- speed zone enabler search order- Throws:
NullArgumentException-speedZoneEnablerSearchOrderisnullUnsupportedException-speedZoneEnablerSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getSpeedZoneEnablerSearchRecord
SpeedZoneEnablerSearchRecord getSpeedZoneEnablerSearchRecord(Type speedZoneEnablerSearchRecordType) throws OperationFailedException Gets the speed zone enabler search record corresponding to the given speed zone enabler search recordType.This method is used to retrieve an object implementing the requested record.- Parameters:
speedZoneEnablerSearchRecordType- a speed zone enabler search record type- Returns:
- the speed zone enabler search record
- Throws:
NullArgumentException-speedZoneEnablerSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(speedZoneEnablerSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-