public interface RaceConstrainerSearch extends OsidSearch
The search interface for governing race constrainer searches.
| Modifier and Type | Method and Description |
|---|---|
RaceConstrainerSearchRecord |
getRaceConstrainerSearchRecord(Type raceConstrainerSearchRecordType)
Gets the race constrainer search record corresponding to the given
race constrainer search record
Type. |
void |
orderRaceConstrainerResults(RaceConstrainerSearchOrder raceConstrainerSearchOrder)
Specify an ordering to the search results.
|
void |
searchAmongRaceConstrainers(IdList pollsIds)
Execute this search among the given list of race constrainers.
|
limitResultSetgetRecordTypes, hasRecordTypevoid searchAmongRaceConstrainers(IdList pollsIds)
pollsIds - list of race constrainersNullArgumentException - pollsIds is
null mandatory - This method must be implemented. void orderRaceConstrainerResults(RaceConstrainerSearchOrder raceConstrainerSearchOrder)
raceConstrainerSearchOrder - race constrainer search orderNullArgumentException -
raceConstrainerSearchOrder is null UnsupportedException -
raceConstrainerSearchOrder is not of this servicemandatory - This method must be implemented. RaceConstrainerSearchRecord getRaceConstrainerSearchRecord(Type raceConstrainerSearchRecordType) throws OperationFailedException
Type. This method is
used to retrieve an object implementing the requested record.raceConstrainerSearchRecordType - a race constrainer search
record typeNullArgumentException -
raceConstrainerSearchRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(raceConstrainerSearchRecordType) is
false mandatory - This method must be implemented.