Uses of Interface
org.osid.forum.ReplyForm
Packages that use ReplyForm
Package
Description
The Open Service Interface Definitions for the org.osid.forum
service.
The Open Service Interface Definitions for the org.osid.forum.batch
service.
-
Uses of ReplyForm in org.osid.forum
Methods in org.osid.forum that return ReplyFormModifier and TypeMethodDescriptionReplyAdminSession.getReplyFormForCreateToPost(Id postId, Type[] replyRecordTypes) Gets the reply form for creating new replies to a post.ReplyAdminSession.getReplyFormForCreateToReply(Id replyId, Type[] replyRecordTypes) Gets the reply form for creating new replies to another reply.ReplyAdminSession.getReplyFormForUpdate(Id replyId) Gets the reply form for updating an existing reply.Methods in org.osid.forum with parameters of type ReplyFormModifier and TypeMethodDescriptionReplyAdminSession.createReply(ReplyForm replyForm) Creates a newReply.voidReplyAdminSession.updateReply(ReplyForm replyForm) Updates an existing reply. -
Uses of ReplyForm in org.osid.forum.batch
Subinterfaces of ReplyForm in org.osid.forum.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating replies in bulk.