Uses of Class
com.echothree.model.control.forum.common.transfer.ForumThreadTransfer
Packages that use ForumThreadTransfer
Package
Description
-
Uses of ForumThreadTransfer in com.echothree.control.user.forum.common.result
Methods in com.echothree.control.user.forum.common.result that return ForumThreadTransferModifier and TypeMethodDescriptionGetForumForumThreadsResult.getForumThread()
GetForumThreadResult.getForumThread()
Methods in com.echothree.control.user.forum.common.result that return types with arguments of type ForumThreadTransferMethods in com.echothree.control.user.forum.common.result with parameters of type ForumThreadTransferModifier and TypeMethodDescriptionvoid
GetForumForumThreadsResult.setForumThread
(ForumThreadTransfer forumThread) void
GetForumThreadResult.setForumThread
(ForumThreadTransfer forumThread) Method parameters in com.echothree.control.user.forum.common.result with type arguments of type ForumThreadTransferModifier and TypeMethodDescriptionvoid
GetForumThreadsResult.setForumThreads
(List<ForumThreadTransfer> forumThreads) -
Uses of ForumThreadTransfer in com.echothree.model.control.forum.common.transfer
Methods in com.echothree.model.control.forum.common.transfer that return ForumThreadTransferModifier and TypeMethodDescriptionForumForumThreadTransfer.getForumThread()
ForumMessageTransfer.getForumThread()
Returns the forumThread.Methods in com.echothree.model.control.forum.common.transfer that return types with arguments of type ForumThreadTransferMethods in com.echothree.model.control.forum.common.transfer with parameters of type ForumThreadTransferModifier and TypeMethodDescriptionvoid
ForumForumThreadTransfer.setForumThread
(ForumThreadTransfer forumThread) void
ForumMessageTransfer.setForumThread
(ForumThreadTransfer forumThread) Sets the forumThread.Method parameters in com.echothree.model.control.forum.common.transfer with type arguments of type ForumThreadTransferModifier and TypeMethodDescriptionvoid
ForumTransfer.setForumThreads
(ListWrapper<ForumThreadTransfer> forumThreads) Constructors in com.echothree.model.control.forum.common.transfer with parameters of type ForumThreadTransferModifierConstructorDescriptionForumForumThreadTransfer
(ForumTransfer forum, ForumThreadTransfer forumThread, Boolean isDefault, Integer sortOrder) Creates a new instance of ForumForumThreadTransferForumMessageTransfer
(String forumMessageName, ForumThreadTransfer forumThread, ForumMessageTypeTransfer forumMessageType, ForumMessageTransfer parentForumMessage, IconTransfer icon, Long unformattedPostedTime, String postedTime) Creates a new instance of ForumMessageTransfer -
Uses of ForumThreadTransfer in com.echothree.model.control.forum.server.control
Methods in com.echothree.model.control.forum.server.control that return ForumThreadTransferModifier and TypeMethodDescriptionForumControl.getForumThreadTransfer
(UserVisit userVisit, ForumThread forumThread) Methods in com.echothree.model.control.forum.server.control that return types with arguments of type ForumThreadTransferModifier and TypeMethodDescriptionForumControl.getForumThreadTransfers
(UserVisit userVisit, Collection<ForumThread> forumThreads) ForumControl.getForumThreadTransfersByForum
(UserVisit userVisit, Forum forum, boolean includeFutureForumThreads) -
Uses of ForumThreadTransfer in com.echothree.model.control.forum.server.transfer
Methods in com.echothree.model.control.forum.server.transfer that return ForumThreadTransferModifier and TypeMethodDescriptionForumThreadTransferCache.getForumThreadTransfer
(ForumThread forumThread)