public interface OfferingConstrainerEnablerForm extends OsidEnablerForm
This is the form for creating and updating
OfferingConstrainerEnablers.
Like all OsidForm
objects, various data elements may be set here for use in the create and
update methods in the OfferingConstrainerEnablerAdminSession.
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 |
---|---|
OfferingConstrainerEnablerFormRecord |
getOfferingConstrainerEnablerFormRecord(Type offeringConstrainerEnablerRecordType)
Gets the
OfferingConstrainerEnablerFormRecord
corresponding to the given offering constrainer enabler record
Type. |
clearCyclicEvent, clearDemographic, clearEvent, clearSchedule, getCyclicEventMetadata, getDemographicMetadata, getEventMetadata, getScheduleMetadata, setCyclicEvent, setDemographic, setEvent, setSchedule
clearRule, getRuleMetadata, setRule
clearDescription, clearDisplayName, clearGenusType, getDescriptionMetadata, getDisplayNameMetadata, getGenusTypeMetadata, setDescription, setDisplayName, setGenusType
getRequiredRecordTypes
getRecordTypes, hasRecordType
getDefaultLocale, getInvalidMetadata, getJournalCommentMetadata, getLocales, getValidationMessages, isForUpdate, isValid, setJournalComment, setLocale
getId, isCurrent
clearDisabled, clearEnabled, getDisabledMetadata, getEnabledMetadata, setDisabled, setEnabled
clearEndDate, clearStartDate, getEndDateMetadata, getStartDateMetadata, setEndDate, setStartDate
OfferingConstrainerEnablerFormRecord getOfferingConstrainerEnablerFormRecord(Type offeringConstrainerEnablerRecordType) throws OperationFailedException
OfferingConstrainerEnablerFormRecord
corresponding to the given offering constrainer enabler record
Type.
offeringConstrainerEnablerRecordType
- an offering constrainer
enabler record typeNullArgumentException
-
offeringConstrainerEnablerRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(offeringConstrainerEnablerRecordType)
is
false
mandatory
- This method must be implemented.