public interface RaceProcessorEnablerForm extends OsidEnablerForm
This is the form for creating and updating
RaceProcessorEnablers. Like all OsidForm objects,
various data elements may be set here for use in the create and update
methods in the RaceProcessorEnablerAdminSession. For each
data element that may be set, metadata may be examined to provide display
hints or data constraints.
| Modifier and Type | Method and Description |
|---|---|
RaceProcessorEnablerFormRecord |
getRaceProcessorEnablerFormRecord(Type raceProcessorEnablerRecordType)
Gets the
RaceProcessorEnablerFormRecord corresponding
to the given race processor enabler record Type. |
clearCyclicEvent, clearDemographic, clearEvent, clearSchedule, getCyclicEventMetadata, getDemographicMetadata, getEventMetadata, getScheduleMetadata, setCyclicEvent, setDemographic, setEvent, setScheduleclearRule, getRuleMetadata, setRuleclearDescription, clearDisplayName, clearGenusType, getDescriptionMetadata, getDisplayNameMetadata, getGenusTypeMetadata, setDescription, setDisplayName, setGenusTypegetRequiredRecordTypesgetRecordTypes, hasRecordTypegetDefaultLocale, getInvalidMetadata, getJournalCommentMetadata, getLocales, getValidationMessages, isForUpdate, isValid, setJournalComment, setLocalegetId, isCurrentclearDisabled, clearEnabled, getDisabledMetadata, getEnabledMetadata, setDisabled, setEnabledclearEndDate, clearStartDate, getEndDateMetadata, getStartDateMetadata, setEndDate, setStartDateRaceProcessorEnablerFormRecord getRaceProcessorEnablerFormRecord(Type raceProcessorEnablerRecordType) throws OperationFailedException
RaceProcessorEnablerFormRecord corresponding
to the given race processor enabler record Type. raceProcessorEnablerRecordType - a race processor enabler record
typeNullArgumentException -
raceProcessorEnablerRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(raceProcessorEnablerRecordType) is
false mandatory - This method must be implemented.