Uses of Interface
org.osid.forum.batch.ReplyBatchFormList
Packages that use ReplyBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.forum.batch
service.
-
Uses of ReplyBatchFormList in org.osid.forum.batch
Methods in org.osid.forum.batch that return ReplyBatchFormListModifier and TypeMethodDescriptionReplyBatchAdminSession.getReplyFormsForCreate(IdList postIds, Type[] replyRecordTypes) Gets the reply forms for creating a bunch of new replies.ReplyBatchAdminSession.getReplyFormsForUpdate(IdList replyIds) Gets the reply forms for updating an existing set of replies.Methods in org.osid.forum.batch with parameters of type ReplyBatchFormListModifier and TypeMethodDescriptionReplyBatchAdminSession.createReplies(ReplyBatchFormList replyForms) Creates a new set ofReplies.ReplyBatchAdminSession.updateReplies(ReplyBatchFormList replyForms) Updates existing replies.