public interface CommissionEnablerForm extends OsidEnablerForm
This is the form for creating and updating CommissionEnablers.
Like all OsidForm objects, various data elements
may be set here for use in the create and update methods in the
CommissionEnablerAdminSession. 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 |
|---|---|
CommissionEnablerFormRecord |
getCommissionEnablerFormRecord(Type commissionEnablerRecordType)
Gets the
CommissionEnablerFormRecord corresponding to
the given commission 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, setStartDateCommissionEnablerFormRecord getCommissionEnablerFormRecord(Type commissionEnablerRecordType) throws OperationFailedException
CommissionEnablerFormRecord corresponding to
the given commission enabler record Type. commissionEnablerRecordType - an commission enabler record typeNullArgumentException -
commissionEnablerRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(commissionEnablerRecordType) is
false mandatory - This method must be implemented.