public interface AgendaForm extends OsidObjectForm
This is the form for creating and updating Agendas. Like
all OsidForm objects, various data elements may be set here
for use in the create and update methods in the AgendaAdminSession.
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 |
|---|---|
AgendaFormRecord |
getAgendaFormRecord(Type agendaRecordType)
Gets the
AgendaFormRecord corresponding to the given
agenda record Type. |
clearDescription, clearDisplayName, clearGenusType, getDescriptionMetadata, getDisplayNameMetadata, getGenusTypeMetadata, setDescription, setDisplayName, setGenusTypegetRequiredRecordTypesgetRecordTypes, hasRecordTypegetDefaultLocale, getInvalidMetadata, getJournalCommentMetadata, getLocales, getValidationMessages, isForUpdate, isValid, setJournalComment, setLocalegetId, isCurrentAgendaFormRecord getAgendaFormRecord(Type agendaRecordType) throws OperationFailedException, PermissionDeniedException
AgendaFormRecord corresponding to the given
agenda record Type. agendaRecordType - an agenda record typeNullArgumentException - agendaRecordType
is null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(agendaRecordType) is false
mandatory - This method must be implemented.