public interface RaceProcessorEnablerSearchSession extends RaceProcessorEnablerQuerySession
This session provides methods for searching among
RaceProcessorEnabler objects. The search query is constructed
using the RaceProcessorEnableryQuery.
getRaceProcessorEnablersByQuery() is the basic search
method and returns a list of RaceProcessorEnablers. A more
advanced search may be performed with
getRaceProcessorEnablersBySearch(). It accepts a
RaceProcessorEnablerSearch in addition to the query for the
purpose of specifying additional options affecting the entire search, such
as voting. getRaceProcessorEnablersBySearch() returns a
RaceProcessorEnablerSearchResults that can be used to
access the resulting RaceProcessorEnablerList or be used to
perform a search within the result set through
RaceProcessorEnablerSearch.
This session defines views that offer differing behaviors for searching.
RaceProcessorEnablers may have a query record indicated
by their respective query record types. The record is accessed via the
RaceProcessorEnablerQuery.
| Modifier and Type | Method and Description |
|---|---|
RaceProcessorEnablerQuery |
getRaceProcessorEnablerQueryFromInspector(RaceProcessorEnablerQueryInspector raceProcessorEnablerQueryInspector)
Gets a race processor enabler query from an inspector.
|
RaceProcessorEnablerSearchResults |
getRaceProcessorEnablersBySearch(RaceProcessorEnablerQuery raceProcessorEnablerQuery,
RaceProcessorEnablerSearch raceProcessorEnablerSearch)
Gets the search results matching the given search query using the
given search.
|
RaceProcessorEnablerSearch |
getRaceProcessorEnablerSearch()
Gets a race processor enabler search.
|
RaceProcessorEnablerSearchOrder |
getRaceProcessorEnablerSearchOrder()
Gets a race processor enabler search order.
|
canSearchRaceProcessorEnablers, getPolls, getPollsId, getRaceProcessorEnablerQuery, getRaceProcessorEnablersByQuery, useFederatedPollsView, useIsolatedPollsViewgetAuthenticatedAgent, getAuthenticatedAgentId, getClockRate, getDate, getEffectiveAgent, getEffectiveAgentId, getFormatType, getLocale, isAuthenticated, startTransaction, supportsTransactionscloseRaceProcessorEnablerSearch getRaceProcessorEnablerSearch()
mandatory - This method must be implemented. RaceProcessorEnablerSearchOrder getRaceProcessorEnablerSearchOrder()
RaceProcessorEnablerSearchOrder is supplied to a
RaceProcessorEnablerSearch to specify the ordering of results.mandatory - This method must be implemented. RaceProcessorEnablerSearchResults getRaceProcessorEnablersBySearch(RaceProcessorEnablerQuery raceProcessorEnablerQuery, RaceProcessorEnablerSearch raceProcessorEnablerSearch) throws OperationFailedException, PermissionDeniedException
raceProcessorEnablerQuery - the race processor enabler queryraceProcessorEnablerSearch - the race processor enabler searchNullArgumentException -
raceProcessorEnablerQuery or
raceProcessorEnablerSearch is null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failureUnsupportedException - raceProcessorEnablerQuery
or raceProcessorEnablerSearch is not of
this servicemandatory - This method must be implemented. RaceProcessorEnablerQuery getRaceProcessorEnablerQueryFromInspector(RaceProcessorEnablerQueryInspector raceProcessorEnablerQueryInspector)
RaceProcessorEnablerSearchResults. raceProcessorEnablerQueryInspector - a race processor enabler
query inspectorNullArgumentException -
raceProcessorEnablerQueryInspector is null
UnsupportedException -
raceProcessorEnablerQueryInspector is not of this
servicemandatory - This method must be implemented.