Interface JournalEntryBatchForm

All Superinterfaces:
Extensible, Identifiable, JournalEntryForm, OsidBrowsableForm, OsidExtensibleForm, OsidForm, OsidIdentifiableForm, OsidObjectForm, OsidSubjugateableForm, Suppliable

public interface JournalEntryBatchForm extends JournalEntryForm

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

  • Method Details

    • getBranchId

      Id getBranchId()
      Gets the Branch Id of the journal entry if this is a create transaction.
      Returns:
      the branch Id
      Throws:
      IllegalStateException - isForUpdate() is true
      Compliance:
      mandatory - This method must be implemented.
    • getSourceId

      Id getSourceId()
      Gets the source Id of the journal entry if this is a create transaction.
      Returns:
      the source Id
      Throws:
      IllegalStateException - isForUpdate() is true
      Compliance:
      mandatory - This method must be implemented.
    • getJournalEntryId

      Id getJournalEntryId()
      Gets the Id of the journal entry to be updated if this is an update transaction.
      Returns:
      the journal entry Id
      Throws:
      IllegalStateException - isForUpdate() is false
      Compliance:
      mandatory - This method must be implemented.