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