Uses of Interface
org.osid.financials.posting.PostForm
Packages that use PostForm
Package
Description
The Open Service Interface Definitions for the org.osid.financials.posting
service.
-
Uses of PostForm in org.osid.financials.posting
Methods in org.osid.financials.posting that return PostFormModifier and TypeMethodDescriptionPostAdminSession.getPostFormForCreate(Type[] postRecordTypes) Gets the payer form for creating new posts.PostAdminSession.getPostFormForUpdate(Id postId) Gets the post form for updating an existing post.Methods in org.osid.financials.posting with parameters of type PostFormModifier and TypeMethodDescriptionPostAdminSession.createPost(PostForm postForm) Creates a newPost.voidPostAdminSession.updatePost(PostForm postForm) Updates an existing post.