Uses of Interface
org.osid.forum.batch.ForumBatchFormList
Packages that use ForumBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.forum.batch
service.
-
Uses of ForumBatchFormList in org.osid.forum.batch
Methods in org.osid.forum.batch that return ForumBatchFormListModifier and TypeMethodDescriptionForumBatchAdminSession.getForumFormsForCreate(long number, Type[] forumRecordTypes) Gets the forum forms for creating a bunch of new forums.ForumBatchAdminSession.getForumFormsForUpdate(IdList forumIds) Gets the forum forms for updating an existing set of forums.Methods in org.osid.forum.batch with parameters of type ForumBatchFormListModifier and TypeMethodDescriptionForumBatchAdminSession.createForums(ForumBatchFormList forumForms) Creates a new set ofForums.ForumBatchAdminSession.updateForums(ForumBatchFormList forumForms) Updates existing forums.