Uses of Interface
org.osid.financials.posting.batch.PostEntryBatchFormList
Packages that use PostEntryBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.financials.posting.batch
service.
-
Uses of PostEntryBatchFormList in org.osid.financials.posting.batch
Methods in org.osid.financials.posting.batch that return PostEntryBatchFormListModifier and TypeMethodDescriptionPostEntryBatchAdminSession.getPostEntryFormsForCreate(IdList postIds, Type[] postRecordTypes) Gets the post entry forms for creating a bunch of new posts.PostEntryBatchAdminSession.getPostEntryFormsForUpdate(IdList postEntryIds) Gets the post entry forms for updating an existing set of posts.Methods in org.osid.financials.posting.batch with parameters of type PostEntryBatchFormListModifier and TypeMethodDescriptionPostEntryBatchAdminSession.createPostEntries(PostEntryBatchFormList postEntryForms) Creates a new set ofPostEntries.PostEntryBatchAdminSession.updatePostEntries(PostEntryBatchFormList postEntryForms) Updates existing posts.