Uses of Interface
org.osid.commenting.batch.CommentBatchFormList
Packages that use CommentBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.commenting.batch
service.
-
Uses of CommentBatchFormList in org.osid.commenting.batch
Methods in org.osid.commenting.batch that return CommentBatchFormListModifier and TypeMethodDescriptionCommentBatchAdminSession.getCommentFormsForCreate(IdList referenceIds, Type[] commentRecordTypes) Gets the comment forms for creating a bunch of new comments.CommentBatchAdminSession.getCommentFormsForUpdate(IdList commentIds) Gets the comment forms for updating an existing set of comments.Methods in org.osid.commenting.batch with parameters of type CommentBatchFormListModifier and TypeMethodDescriptionCommentBatchAdminSession.createComments(CommentBatchFormList commentForms) Creates a new set ofComments.CommentBatchAdminSession.updateComments(CommentBatchFormList commentForms) Updates existing comments.