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 |
---|---|
JournalForm |
JournalAdminSession.getJournalFormForCreate(Type[] journalRecordTypes)
Gets the journal form for creating new journals.
|
JournalForm |
JournalAdminSession.getJournalFormForUpdate(Id journalId)
Gets the journal form for updating an existing journal.
|
Modifier and Type | Method and Description |
---|---|
Journal |
JournalAdminSession.createJournal(JournalForm journalForm)
Creates a new
Journal. |
void |
JournalAdminSession.updateJournal(JournalForm journalForm)
Updates an existing journal.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JournalBatchForm
This is the form for creating and updating journals in bulk.
|