public interface RaceProcessorQuerySession extends OsidSession
This session provides methods for searching among RaceProcessor
objects. The search query is constructed using the
RaceProcessorQuery.
This session defines views that offer differing behaviors for searching.
Race processor may have a query record indicated by their respective
record types. The query record is accessed via the
RaceProcessorQuery.
| Modifier and Type | Method and Description |
|---|---|
boolean |
canSearchRaceProcessors()
Tests if this user can perform
RaceProcessor lookups. |
Polls |
getPolls()
Gets the
Polls associated with this session. |
Id |
getPollsId()
Gets the
Polls Id associated with this
session. |
RaceProcessorQuery |
getRaceProcessorQuery()
Gets a race processor query.
|
RaceProcessorList |
getRaceProcessorsByQuery(RaceProcessorQuery raceProcessorQuery)
Gets a list of
RaceProcessors matching the given race
processor query. |
void |
useFederatedPollsView()
Federates the view for methods in this session.
|
void |
useIsolatedPollsView()
Isolates the view for methods in this session.
|
getAuthenticatedAgent, getAuthenticatedAgentId, getClockRate, getDate, getEffectiveAgent, getEffectiveAgentId, getFormatType, getLocale, isAuthenticated, startTransaction, supportsTransactionscloseId getPollsId()
Polls Id associated with this
session. Polls Id associated with this sessionmandatory - This method must be implemented. Polls getPolls() throws OperationFailedException, PermissionDeniedException
Polls associated with this session.OperationFailedException - unable to complete requestPermissionDeniedException - authorization failuremandatory - This method must be implemented. boolean canSearchRaceProcessors()
RaceProcessor lookups. A
return of true does not guarantee successful authorization. A return
of false indicates that it is known all methods in this session will
result in a PERMISSION_DENIED. This is intended as a
hint to an application that may not offer lookup operations to
unauthorized users. false if search methods are not authorized,
true otherwisemandatory - This method must be implemented. void useFederatedPollsView()
mandatory - This method is must be implemented. void useIsolatedPollsView()
mandatory - This method is must be implemented. RaceProcessorQuery getRaceProcessorQuery()
mandatory - This method must be implemented. RaceProcessorList getRaceProcessorsByQuery(RaceProcessorQuery raceProcessorQuery) throws OperationFailedException, PermissionDeniedException
RaceProcessors matching the given race
processor query.raceProcessorQuery - the race processor query RaceProcessorList NullArgumentException - raceProcessorQuery
is null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failureUnsupportedException - raceProcessorQuery
is not of this servicemandatory - This method must be implemented.