Uses of Class
com.echothree.model.control.forum.common.transfer.ForumForumThreadTransfer
Packages that use ForumForumThreadTransfer
Package
Description
-
Uses of ForumForumThreadTransfer in com.echothree.control.user.forum.common.result
Methods in com.echothree.control.user.forum.common.result that return ForumForumThreadTransferMethods in com.echothree.control.user.forum.common.result that return types with arguments of type ForumForumThreadTransferMethods in com.echothree.control.user.forum.common.result with parameters of type ForumForumThreadTransferModifier and TypeMethodDescriptionvoidEditForumForumThreadResult.setForumForumThread(ForumForumThreadTransfer forumForumThread) Method parameters in com.echothree.control.user.forum.common.result with type arguments of type ForumForumThreadTransferModifier and TypeMethodDescriptionvoidGetForumForumThreadsResult.setForumForumThreads(List<ForumForumThreadTransfer> forumForumThreads) -
Uses of ForumForumThreadTransfer in com.echothree.model.control.forum.common.transfer
Methods in com.echothree.model.control.forum.common.transfer that return types with arguments of type ForumForumThreadTransferMethod parameters in com.echothree.model.control.forum.common.transfer with type arguments of type ForumForumThreadTransferModifier and TypeMethodDescriptionvoidForumThreadTransfer.setForumForumThreads(ListWrapper<ForumForumThreadTransfer> forumForumThreads) -
Uses of ForumForumThreadTransfer in com.echothree.model.control.forum.server.control
Methods in com.echothree.model.control.forum.server.control that return ForumForumThreadTransferModifier and TypeMethodDescriptionForumControl.getForumForumThreadTransfer(UserVisit userVisit, ForumForumThread forumForumThread) Methods in com.echothree.model.control.forum.server.control that return types with arguments of type ForumForumThreadTransferModifier and TypeMethodDescriptionForumControl.getForumForumThreadTransfers(UserVisit userVisit, Collection<ForumForumThread> forumForumThreads) ForumControl.getForumForumThreadTransfersByForum(UserVisit userVisit, Forum forum) ForumControl.getForumForumThreadTransfersByForumThread(UserVisit userVisit, ForumThread forumThread) -
Uses of ForumForumThreadTransfer in com.echothree.model.control.forum.server.transfer
Methods in com.echothree.model.control.forum.server.transfer that return ForumForumThreadTransferModifier and TypeMethodDescriptionForumForumThreadTransferCache.getForumForumThreadTransfer(UserVisit userVisit, ForumForumThread forumForumThread)