Uses of Interface
org.osid.forum.batch.PostBatchFormList
Packages that use PostBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.forum.batch
service.
-
Uses of PostBatchFormList in org.osid.forum.batch
Methods in org.osid.forum.batch that return PostBatchFormListModifier and TypeMethodDescriptionPostBatchAdminSession.getPostFormsForCreate(long number, Type[] postRecordTypes) Gets the post forms for creating a bunch of new posts.PostBatchAdminSession.getPostFormsForUpdate(IdList postIds) Gets the post forms for updating an existing set of posts.Methods in org.osid.forum.batch with parameters of type PostBatchFormListModifier and TypeMethodDescriptionPostBatchAdminSession.createPosts(PostBatchFormList postForms) Creates a new set ofPosts.PostBatchAdminSession.updatePosts(PostBatchFormList postForms) Updates existing posts.