public interface EntryBatchForm extends EntryForm
This is the form for creating and updating entries in bulk.
Like all OsidForm
objects, various data elements
may be set here for use in the create and update methods in the
EntryBatchAdminSession.
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 |
getCustomerId()
Gets the
Customer Id of the entry if
this is a create transaction. |
Id |
getEntryId()
Gets the
Id of the entry to be updated if this is an
update transaction. |
Id |
getItemId()
Gets the
Item Id of the entry if this is
a create transaction. |
Id |
getPeriodId()
Gets the period
Id of the entry if this is a create
transaction. |
clearAmount, clearDebit, clearQuantity, getAmountMetadata, getDebitMetadata, getEntryFormRecord, getQuantityMetadata, setAmount, setDebit, setQuantity
clearDescription, clearDisplayName, clearGenusType, getDescriptionMetadata, getDisplayNameMetadata, getGenusTypeMetadata, setDescription, setDisplayName, setGenusType
getRequiredRecordTypes
getRecordTypes, hasRecordType
getDefaultLocale, getInvalidMetadata, getJournalCommentMetadata, getLocales, getValidationMessages, isForUpdate, isValid, setJournalComment, setLocale
getId, isCurrent
clearEndDate, clearStartDate, getEndDateMetadata, getStartDateMetadata, setEndDate, setStartDate
Id getCustomerId()
Customer
Id
of the entry if
this is a create transaction. Id
IllegalStateException
- isForUpdate()
is
true
mandatory
- This method must be implemented. Id getItemId()
Item
Id
of the entry if this is
a create transaction. Id
IllegalStateException
- isForUpdate()
is
true
mandatory
- This method must be implemented. Id getPeriodId()
Id
of the entry if this is a create
transaction. Id
IllegalStateException
- isForUpdate()
is
true
mandatory
- This method must be implemented. Id getEntryId()
Id
of the entry to be updated if this is an
update transaction. Id
IllegalStateException
- isForUpdate()
is
false
mandatory
- This method must be implemented.