public interface RaceConstrainerSearchSession extends RaceConstrainerQuerySession
This session provides methods for searching among
RaceConstrainer objects. The search query is constructed using the
RaceConstraineryQuery.
getRaceConstrainersByQuery() is the basic search method
and returns a list of RaceConstrainers. A more advanced
search may be performed with getRaceConstrainersBySearch().
It accepts a RaceConstrainerSearch in addition to the query
for the purpose of specifying additional options affecting the entire
search, such as voting. getRaceConstrainersBySearch()
returns a RaceConstrainerSearchResults that can be used to
access the resulting RaceConstrainerList or be used to
perform a search within the result set through
RaceConstrainerSearch.
This session defines views that offer differing behaviors for searching.
RaceConstrainers may have a query record indicated by
their respective record types. The query record is accessed via the
RaceConstrainerQuery.
| Modifier and Type | Method and Description |
|---|---|
RaceConstrainerQuery |
getRaceConstrainerQueryFromInspector(RaceConstrainerQueryInspector raceConstrainerQueryInspector)
Gets a race constrainer query from an inspector.
|
RaceConstrainerSearchResults |
getRaceConstrainersBySearch(RaceConstrainerQuery raceConstrainerQuery,
RaceConstrainerSearch raceConstrainerSearch)
Gets the search results matching the given search query using the
given search.
|
RaceConstrainerSearch |
getRaceConstrainerSearch()
Gets a race constrainer search.
|
RaceConstrainerSearchOrder |
getRaceConstrainerSearchOrder()
Gets a race constrainer search order.
|
canSearchRaceConstrainers, getPolls, getPollsId, getRaceConstrainerQuery, getRaceConstrainersByQuery, useFederatedPollsView, useIsolatedPollsViewgetAuthenticatedAgent, getAuthenticatedAgentId, getClockRate, getDate, getEffectiveAgent, getEffectiveAgentId, getFormatType, getLocale, isAuthenticated, startTransaction, supportsTransactionscloseRaceConstrainerSearch getRaceConstrainerSearch()
mandatory - This method must be implemented. RaceConstrainerSearchOrder getRaceConstrainerSearchOrder()
RaceConstrainerSearchOrder is supplied to a
RaceConstrainerSearch to specify the ordering of results.mandatory - This method must be implemented. RaceConstrainerSearchResults getRaceConstrainersBySearch(RaceConstrainerQuery raceConstrainerQuery, RaceConstrainerSearch raceConstrainerSearch) throws OperationFailedException, PermissionDeniedException
raceConstrainerQuery - the race constrainer queryraceConstrainerSearch - the race constrainer searchNullArgumentException - raceConstrainerQuery
or raceConstrainerSearch is null
OperationFailedException - unable to complete requestPermissionDeniedException - authorization failureUnsupportedException - raceConstrainerQuery
or raceConstrainerSearch is not of this
servicemandatory - This method must be implemented. RaceConstrainerQuery getRaceConstrainerQueryFromInspector(RaceConstrainerQueryInspector raceConstrainerQueryInspector)
RaceConstrainerSearchResults. raceConstrainerQueryInspector - a race constrainer query
inspectorNullArgumentException -
raceConstrainerQueryInspector is null UnsupportedException -
raceConstrainerQueryInspector is not of this servicemandatory - This method must be implemented.