public interface PoolConstrainerEnablerForm extends OsidEnablerForm
This is the form for creating and updating
PoolConstrainerEnablers. Like all OsidForm objects,
various data elements may be set here for use in the create and update
methods in the PoolConstrainerEnablerAdminSession. 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 |
|---|---|
PoolConstrainerEnablerFormRecord |
getPoolConstrainerEnablerFormRecord(Type poolConstrainerEnablerRecordType)
Gets the
PoolConstrainerEnablerFormRecord corresponding
to the given pool constrainer 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, setStartDatePoolConstrainerEnablerFormRecord getPoolConstrainerEnablerFormRecord(Type poolConstrainerEnablerRecordType) throws OperationFailedException
PoolConstrainerEnablerFormRecord corresponding
to the given pool constrainer enabler record Type. poolConstrainerEnablerRecordType - a pool constrainer enabler
record typeNullArgumentException -
poolConstrainerEnablerRecordType is null
OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(poolConstrainerEnablerRecordType) is
false mandatory - This method must be implemented.