public interface DispatchForm extends OsidGovernatorForm
This is the form for creating and updating Dispatches.
Like all OsidForm
objects, various data elements may be set
here for use in the create and update methods in the
DispatchAdminSession.
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 |
---|---|
DispatchFormRecord |
getDispatchFormRecord(Type dispatchRecordType)
Gets the
DispatchFormRecord corresponding to the given
dispatch record Type. |
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
clearBranding, clearLicense, clearProvider, getBrandingMetadata, getLicenseMetadata, getProviderMetadata, setBranding, setLicense, setProvider
DispatchFormRecord getDispatchFormRecord(Type dispatchRecordType) throws OperationFailedException
DispatchFormRecord
corresponding to the given
dispatch record Type.
dispatchRecordType
- the dispatch record typeNullArgumentException
- dispatchRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(dispatchRecordType)
is false
mandatory
- This method must be implemented.