public interface RaceProcessorEnabler extends OsidEnabler
A RaceProcessorEnabler describes the rules for making a
RaceProcessor effective.
| Modifier and Type | Method and Description |
|---|---|
RaceProcessorEnablerRecord |
getRaceProcessorEnablerRecord(Type raceProcessorEnablerRecordType)
Gets the race processor enabler record corresponding to the given
RaceProcessorEnabler record Type. |
getCyclicEvent, getCyclicEventId, getDemographic, getDemographicId, getEvent, getEventId, getSchedule, getScheduleId, isEffectiveByCyclicEvent, isEffectiveByEvent, isEffectiveBySchedule, isEffectiveForDemographicgetDescription, getDisplayName, getGenusType, isOfGenusTypegetId, isCurrentgetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeisActive, isDisabled, isEnabled, isOperationalgetEndDate, getStartDate, isEffectiveRaceProcessorEnablerRecord getRaceProcessorEnablerRecord(Type raceProcessorEnablerRecordType) throws OperationFailedException
RaceProcessorEnabler record Type. This
method is used to retrieve an object implementing the requested
record. The raceProcessorEnablerRecordType may be the
Type returned in getRecordTypes() or any
of its parents in a Type hierarchy where
hasRecordType(raceProcessorEnablerRecordType) is true
.raceProcessorEnablerRecordType - the type of race processor
enabler record to retrieveNullArgumentException -
raceProcessorEnablerRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(raceProcessorEnablerRecordType) is
false mandatory - This method must be implemented.