Interface JournalEntryForm

All Superinterfaces:
Extensible, Identifiable, OsidBrowsableForm, OsidExtensibleForm, OsidForm, OsidIdentifiableForm, OsidObjectForm, OsidSubjugateableForm, Suppliable
All Known Subinterfaces:
JournalEntryBatchForm

public interface JournalEntryForm extends OsidObjectForm, OsidSubjugateableForm

This is the form for creating and updating JournalEntries. Like all OsidForm objects, various data elements may be set here for use in the create and update methods in the JournalEntryAdminSession. For each data element that may be set, metadata may be examined to provide display hints or data constraints.

  • Method Details

    • getJournalEntryFormRecord

      JournalEntryFormRecord getJournalEntryFormRecord(Type journalEntryRecordType) throws OperationFailedException
      Gets the JournalEntryFormRecord corresponding to the given journal entry record Type.
      Parameters:
      journalEntryRecordType - the journal entry record type
      Returns:
      the journal entry form record
      Throws:
      NullArgumentException - journalEntryRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(journalEntryRecordType) is false
      Compliance:
      mandatory - This method must be implemented.