Uses of Interface
org.osid.journaling.batch.BranchBatchFormList
Packages that use BranchBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.journaling.batch
service.
-
Uses of BranchBatchFormList in org.osid.journaling.batch
Methods in org.osid.journaling.batch that return BranchBatchFormListModifier and TypeMethodDescriptionBranchBatchAdminSession.getBranchFormsForCreate(IdList journalEntryIds, Type[] branchRecordTypes) Gets the branch forms for creating a bunch of new branches.BranchBatchAdminSession.getBranchFormsForUpdate(IdList branchIds) Gets the branch forms for updating an existing set of branches.Methods in org.osid.journaling.batch with parameters of type BranchBatchFormListModifier and TypeMethodDescriptionBranchBatchAdminSession.createBranches(BranchBatchFormList branchForms) Creates a new set ofBranches.BranchBatchAdminSession.updateBranches(BranchBatchFormList branchForms) Updates existing branches.