public interface JournalEntryBatchForm extends JournalEntryForm
This is the form for creating and updating journal entries in bulk.
Like all OsidForm
objects, 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.
Modifier and Type | Method and Description |
---|---|
Id |
getBranchId()
Gets the
Branch Id of the journal entry
if this is a create transaction. |
Id |
getJournalEntryId()
Gets the
Id of the journal entry to be updated if this
is an update transaction. |
Id |
getSourceId()
Gets the source
Id of the journal entry if this is a
create transaction. |
getJournalEntryFormRecord
clearDescription, clearDisplayName, clearGenusType, getDescriptionMetadata, getDisplayNameMetadata, getGenusTypeMetadata, setDescription, setDisplayName, setGenusType
getRequiredRecordTypes
getRecordTypes, hasRecordType
getDefaultLocale, getInvalidMetadata, getJournalCommentMetadata, getLocales, getValidationMessages, isForUpdate, isValid, setJournalComment, setLocale
getId, isCurrent
Id getBranchId()
Branch
Id
of the journal entry
if this is a create transaction. Id
IllegalStateException
- isForUpdate()
is
true
mandatory
- This method must be implemented. Id getSourceId()
Id
of the journal entry if this is a
create transaction. Id
IllegalStateException
- isForUpdate()
is
true
mandatory
- This method must be implemented. Id getJournalEntryId()
Id
of the journal entry to be updated if this
is an update transaction. Id
IllegalStateException
- isForUpdate()
is
false
mandatory
- This method must be implemented.