public interface SpeedZoneEnablerForm extends OsidEnablerForm
This is the form for creating and updating SpeedZoneEnablers.
Like all OsidForm objects, various data elements
may be set here for use in the create and update methods in the
SpeedZoneEnablerAdminSession. 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 |
|---|---|
SpeedZoneEnablerFormRecord |
getSpeedZoneEnablerFormRecord(Type speedZoneEnablerRecordType)
Gets the
SpeedZoneEnablerFormRecord corresponding to
the given speed zone 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, setStartDateSpeedZoneEnablerFormRecord getSpeedZoneEnablerFormRecord(Type speedZoneEnablerRecordType) throws OperationFailedException
SpeedZoneEnablerFormRecord corresponding to
the given speed zone enabler record Type. speedZoneEnablerRecordType - a speed zone enabler record typeNullArgumentException -
speedZoneEnablerRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(speedZoneEnablerRecordType) is
false mandatory - This method must be implemented.