public interface RaceProcessorSearchSession extends RaceProcessorQuerySession
This session provides methods for searching among RaceProcessor
objects. The search query is constructed using the
RaceProcessoryQuery.
getRaceProcessorsByQuery() is the basic search method
and returns a list of RaceProcessors. A more advanced
search may be performed with getRaceProcessorsBySearch().
It accepts a RaceProcessorSearch in addition to the query
for the purpose of specifying additional options affecting the entire
search, such as voting. getRaceProcessorsBySearch() returns
a RaceProcessorSearchResults that can be used to access the
resulting RaceProcessorList or be used to perform a search
within the result set through RaceProcessorSearch.
This session defines views that offer differing behaviors for searching.
RaceProcessors may have a query record indicated by
their respective record types. Thequery record is accessed via the
RaceProcessorQuery.
| Modifier and Type | Method and Description |
|---|---|
RaceProcessorQuery |
getRaceProcessorQueryFromInspector(RaceProcessorQueryInspector raceProcessorQueryInspector)
Gets a race processor query from an inspector.
|
RaceProcessorSearchResults |
getRaceProcessorsBySearch(RaceProcessorQuery raceProcessorQuery,
RaceProcessorSearch raceProcessorSearch)
Gets the search results matching the given search query using the
given search.
|
RaceProcessorSearch |
getRaceProcessorSearch()
Gets a race processor search.
|
RaceProcessorSearchOrder |
getRaceProcessorSearchOrder()
Gets a race processor search order.
|
canSearchRaceProcessors, getPolls, getPollsId, getRaceProcessorQuery, getRaceProcessorsByQuery, useFederatedPollsView, useIsolatedPollsViewgetAuthenticatedAgent, getAuthenticatedAgentId, getClockRate, getDate, getEffectiveAgent, getEffectiveAgentId, getFormatType, getLocale, isAuthenticated, startTransaction, supportsTransactionscloseRaceProcessorSearch getRaceProcessorSearch()
mandatory - This method must be implemented. RaceProcessorSearchOrder getRaceProcessorSearchOrder()
RaceProcessorSearchOrder is supplied to a
RaceProcessorSearch to specify the ordering of results.mandatory - This method must be implemented. RaceProcessorSearchResults getRaceProcessorsBySearch(RaceProcessorQuery raceProcessorQuery, RaceProcessorSearch raceProcessorSearch) throws OperationFailedException, PermissionDeniedException
raceProcessorQuery - the race processor queryraceProcessorSearch - the race processor searchNullArgumentException - raceProcessorQuery
or raceProcessorSearch is null
OperationFailedException - unable to complete requestPermissionDeniedException - authorization failureUnsupportedException - raceProcessorQuery
or raceProcessorSearch is not of this
servicemandatory - This method must be implemented. RaceProcessorQuery getRaceProcessorQueryFromInspector(RaceProcessorQueryInspector raceProcessorQueryInspector)
RaceProcessorSearchResults. raceProcessorQueryInspector - a race processor query inspectorNullArgumentException -
raceProcessorQueryInspector is null UnsupportedException -
raceProcessorQueryInspector is not of this servicemandatory - This method must be implemented.