public interface FamilyForm extends OsidCatalogForm
This is the form for creating and updating Family
objects. Like all OsidForm objects, various
data elements may be set here for use in the create and update methods in
the FamilyAdminSession. 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 |
|---|---|
FamilyFormRecord |
getFamilyFormRecord(Type familyRecordType)
Gets the
FamilyFormRecord corresponding to the given
family record Type. |
clearDescription, clearDisplayName, clearGenusType, getDescriptionMetadata, getDisplayNameMetadata, getGenusTypeMetadata, setDescription, setDisplayName, setGenusTypegetRequiredRecordTypesgetRecordTypes, hasRecordTypegetDefaultLocale, getInvalidMetadata, getJournalCommentMetadata, getLocales, getValidationMessages, isForUpdate, isValid, setJournalComment, setLocalegetId, isCurrentclearBranding, clearLicense, clearProvider, getBrandingMetadata, getLicenseMetadata, getProviderMetadata, setBranding, setLicense, setProviderFamilyFormRecord getFamilyFormRecord(Type familyRecordType) throws OperationFailedException, PermissionDeniedException
FamilyFormRecord corresponding to the given
family record Type. familyRecordType - the family record typeNullArgumentException - familyRecordType
is null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(familyRecordType) is false
mandatory - This method must be implemented.