public interface SpeedZoneEnablerSearch extends OsidSearch
The search interface for governing speed zone enabler searches.
| Modifier and Type | Method and Description |
|---|---|
SpeedZoneEnablerSearchRecord |
getSpeedZoneEnablerSearchRecord(Type speedZoneEnablerSearchRecordType)
Gets the speed zone enabler search record corresponding to the given
speed zone enabler search record
Type. |
void |
orderSpeedZoneEnablerResults(SpeedZoneEnablerSearchOrder speedZoneEnablerSearchOrder)
Specify an ordering to the search results.
|
void |
searchAmongSpeedZoneEnablers(IdList speedZoneEnablerIds)
Execute this search among the given list of speed zone enablers.
|
limitResultSetgetRecordTypes, hasRecordTypevoid searchAmongSpeedZoneEnablers(IdList speedZoneEnablerIds)
speedZoneEnablerIds - list of speed zone enablersNullArgumentException - speedZoneEnablerIds
is null mandatory - This method must be implemented. void orderSpeedZoneEnablerResults(SpeedZoneEnablerSearchOrder speedZoneEnablerSearchOrder)
speedZoneEnablerSearchOrder - speed zone enabler search orderNullArgumentException -
speedZoneEnablerSearchOrder is null UnsupportedException -
speedZoneEnablerSearchOrder is not of this servicemandatory - This method must be implemented. SpeedZoneEnablerSearchRecord getSpeedZoneEnablerSearchRecord(Type speedZoneEnablerSearchRecordType) throws OperationFailedException
Type. This method is
used to retrieve an object implementing the requested record.speedZoneEnablerSearchRecordType - a speed zone enabler search
record typeNullArgumentException -
speedZoneEnablerSearchRecordType is null
OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(speedZoneEnablerSearchRecordType) is
false mandatory - This method must be implemented.