Uses of Interface
org.osid.journaling.batch.JournalBatchFormList
Packages that use JournalBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.journaling.batch
service.
-
Uses of JournalBatchFormList in org.osid.journaling.batch
Methods in org.osid.journaling.batch that return JournalBatchFormListModifier and TypeMethodDescriptionJournalBatchAdminSession.getJournalFormsForCreate(long number, Type[] journalRecordTypes) Gets the journal forms for creating a bunch of new journals.JournalBatchAdminSession.getJournalFormsForUpdate(IdList journalIds) Gets the journal forms for updating an existing set of journals.Methods in org.osid.journaling.batch with parameters of type JournalBatchFormListModifier and TypeMethodDescriptionJournalBatchAdminSession.createJournals(JournalBatchFormList journalForms) Creates a new set ofJournals.JournalBatchAdminSession.updateJournals(JournalBatchFormList journalForms) Updates existing journals.