| Package | Description |
|---|---|
| org.osid.journaling |
The Open Service Interface Definitions for the org.osid.journaling
service.
|
| org.osid.journaling.batch |
The Open Service Interface Definitions for the org.osid.journaling.batch
service.
|
| Modifier and Type | Method and Description |
|---|---|
JournalEntryForm |
JournalEntryAdminSession.getJournalEntryFormForCreate(Id branchId,
Id sourceId,
Type[] journalEntryRecordTypes)
Gets the journal entry form for creating new entries.
|
JournalEntryForm |
JournalEntryAdminSession.getJournalEntryFormForUpdate(Id journalEntryId)
Gets the journal entry form for updating an existing entry.
|
| Modifier and Type | Method and Description |
|---|---|
JournalEntry |
JournalEntryAdminSession.createJournalEntry(JournalEntryForm journalEntryForm)
Creates a new
JournalEntry. |
void |
JournalEntryAdminSession.updateJournalEntry(JournalEntryForm journalEntryForm)
Updates an existing journal entry.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
JournalEntryBatchForm
This is the form for creating and updating journal entries in bulk.
|