Uses of Interface
org.osid.journaling.batch.JournalEntryBatchFormList
Packages that use JournalEntryBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.journaling.batch
service.
-
Uses of JournalEntryBatchFormList in org.osid.journaling.batch
Methods in org.osid.journaling.batch that return JournalEntryBatchFormListModifier and TypeMethodDescriptionJournalEntryBatchAdminSession.getJournalEntryFormsForCreate(JournalEntryPeerList peers, Type[] journalEntryRecordTypes) Gets the journal entry forms for creating a bunch of new journal entries.JournalEntryBatchAdminSession.getJournalEntryFormsForUpdate(IdList journalEntryIds) Gets the journal entry forms for updating an existing set of journal entries.Methods in org.osid.journaling.batch with parameters of type JournalEntryBatchFormListModifier and TypeMethodDescriptionJournalEntryBatchAdminSession.createJournalEntries(JournalEntryBatchFormList journalEntryForms) Creates a new set ofJournal Entries.JournalEntryBatchAdminSession.updateJournalEntries(JournalEntryBatchFormList journalEntryForms) Updates existing journal entries.