public interface CatalogForm extends OsidCatalogForm
This is the form for creating and updating Catalogs.
Like all OsidForm objects, various data elements may be set
here for use in the create and update methods in the
CatalogAdminSession. 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 |
|---|---|
CatalogFormRecord |
getCatalogFormRecord(Type catalogRecordType)
Gets the
CatalogFormRecord corresponding to the given
catalog 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, setProviderCatalogFormRecord getCatalogFormRecord(Type catalogRecordType) throws OperationFailedException
CatalogFormRecord corresponding to the given
catalog record Type. catalogRecordType - a catalog record typeNullArgumentException - catalogRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(catalogRecordType) is false
mandatory - This method must be implemented.