Uses of Interface
org.osid.financials.posting.PostEntryForm
Packages that use PostEntryForm
Package
Description
The Open Service Interface Definitions for the org.osid.financials.posting
service.
-
Uses of PostEntryForm in org.osid.financials.posting
Methods in org.osid.financials.posting that return PostEntryFormModifier and TypeMethodDescriptionPostEntryAdminSession.getPostEntryFormForCreate(Id postId, Type[] postEntryRecordTypes) Gets the post entry form for creating new post entries.PostEntryAdminSession.getPostEntryFormForUpdate(Id postEntryId) Gets the post entry form for updating an existing post entries.Methods in org.osid.financials.posting with parameters of type PostEntryFormModifier and TypeMethodDescriptionPostEntryAdminSession.createPostEntry(PostEntryForm entryForm) Creates a newPostEntry.voidPostEntryAdminSession.updatePostEntry(PostEntryForm entryForm) Updates an existing post entries.