Uses of Class
com.echothree.model.control.content.common.transfer.ContentForumTransfer
Packages that use ContentForumTransfer
Package
Description
-
Uses of ContentForumTransfer in com.echothree.control.user.content.common.result
Methods in com.echothree.control.user.content.common.result that return ContentForumTransferModifier and TypeMethodDescriptionEditContentForumResult.getContentForum()
GetContentForumResult.getContentForum()
Methods in com.echothree.control.user.content.common.result that return types with arguments of type ContentForumTransferMethods in com.echothree.control.user.content.common.result with parameters of type ContentForumTransferModifier and TypeMethodDescriptionvoid
EditContentForumResult.setContentForum
(ContentForumTransfer contentForum) void
GetContentForumResult.setContentForum
(ContentForumTransfer contentForum) Method parameters in com.echothree.control.user.content.common.result with type arguments of type ContentForumTransferModifier and TypeMethodDescriptionvoid
GetContentForumsResult.setContentForums
(List<ContentForumTransfer> contentForums) -
Uses of ContentForumTransfer in com.echothree.model.control.content.common.transfer
Methods in com.echothree.model.control.content.common.transfer that return types with arguments of type ContentForumTransferModifier and TypeMethodDescriptionContentCollectionTransfer.getContentForums()
Returns the contentForums.Method parameters in com.echothree.model.control.content.common.transfer with type arguments of type ContentForumTransferModifier and TypeMethodDescriptionvoid
ContentCollectionTransfer.setContentForums
(ListWrapper<ContentForumTransfer> contentForums) Sets the contentForums. -
Uses of ContentForumTransfer in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control that return ContentForumTransferModifier and TypeMethodDescriptionContentControl.getContentForumTransfer
(UserVisit userVisit, ContentForum contentForum) Methods in com.echothree.model.control.content.server.control that return types with arguments of type ContentForumTransferModifier and TypeMethodDescriptionContentControl.getContentForumTransfers
(UserVisit userVisit, ContentCollection contentCollection) ContentControl.getContentForumTransfers
(UserVisit userVisit, Collection<ContentForum> contentForums) -
Uses of ContentForumTransfer in com.echothree.model.control.content.server.transfer
Methods in com.echothree.model.control.content.server.transfer that return ContentForumTransferModifier and TypeMethodDescriptionContentForumTransferCache.getContentForumTransfer
(ContentForum contentForum)