public interface RaceProcessorEnablerSearch extends OsidSearch
The search interface for governing race processor enabler searches.
| Modifier and Type | Method and Description |
|---|---|
RaceProcessorEnablerSearchRecord |
getRaceProcessorEnablerSearchRecord(Type raceProcessorEnablerSearchRecordType)
Gets the race processor enabler search record corresponding to the
given race processor enabler search record
Type. |
void |
orderRaceProcessorEnablerResults(RaceProcessorEnablerSearchOrder raceProcessorEnablerSearchOrder)
Specify an ordering to the search results.
|
void |
searchAmongRaceProcessorEnablers(IdList raceProcessorEnablerIds)
Execute this search among the given list of race processor enablers.
|
limitResultSetgetRecordTypes, hasRecordTypevoid searchAmongRaceProcessorEnablers(IdList raceProcessorEnablerIds)
raceProcessorEnablerIds - list of race processor enablersNullArgumentException - raceProcessorEnablerIds
is null mandatory - This method must be implemented. void orderRaceProcessorEnablerResults(RaceProcessorEnablerSearchOrder raceProcessorEnablerSearchOrder)
raceProcessorEnablerSearchOrder - race processor enabler search
orderNullArgumentException -
raceProcessorEnablerSearchOrder is null UnsupportedException -
raceProcessorEnablerSearchOrder is not of this servicemandatory - This method must be implemented. RaceProcessorEnablerSearchRecord getRaceProcessorEnablerSearchRecord(Type raceProcessorEnablerSearchRecordType) throws OperationFailedException
Type. This
method is used to retrieve an object implementing the requested
record.raceProcessorEnablerSearchRecordType - a race processor enabler
search record typeNullArgumentException -
raceProcessorEnablerSearchRecordType is null
OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(raceProcessorEnablerSearchRecordType) is
false mandatory - This method must be implemented.