Uses of Interface
org.olat.modules.fo.Forum

Packages that use Forum
org.olat.course.nodes.fo   
org.olat.modules.fo Package org.olat.modules.fo Description 
org.olat.search.service.indexer The indexer package contains all classes to create a new search-index. 
org.olat.util.logging.activity   
 

Uses of Forum in org.olat.course.nodes.fo
 

Constructors in org.olat.course.nodes.fo with parameters of type Forum
FOCourseNodeRunController(UserRequest ureq, UserCourseEnvironment userCourseEnv, WindowControl wControl, Forum forum, ForumCallback foCallback, FOCourseNode foCourseNode)
          Constructor for a forum course building block runtime controller
FOPeekviewController(UserRequest ureq, WindowControl wControl, Forum forum, java.lang.String nodeId, int itemsToDisplay)
          Constructor
 

Uses of Forum in org.olat.modules.fo
 

Classes in org.olat.modules.fo that implement Forum
 class ForumImpl
          Implementation of the Forum Interface
 

Fields in org.olat.modules.fo declared as Forum
 Forum ForumManagerTest.fo
           
 

Methods in org.olat.modules.fo that return Forum
 Forum ForumManager.addAForum()
           
 Forum MessageImpl.getForum()
           
 Forum Message.getForum()
           
 Forum ReadMessageImpl.getForum()
           
 Forum ReadMessage.getForum()
           
 Forum ForumManager.loadForum(java.lang.Long forumKey)
           
 

Methods in org.olat.modules.fo with parameters of type Forum
 void ForumManager.addTopMessage(Identity creator, Forum forum, Message topMessage)
           
 java.util.List<Message> ForumManager.getMessagesByForum(Forum forum)
           
static PopupBrowserWindow ForumUIFactory.getPopupableForumController(UserRequest ureq, WindowControl wControl, Forum forum, ForumCallback forumCallback, TitleInfo titleInfo)
          Provides a popable ForumController wrapped in a titled controller.
 java.util.Set<java.lang.Long> ForumManager.getReadSet(Identity identity, Forum forum)
           
static ForumController ForumUIFactory.getStandardForumController(UserRequest ureq, WindowControl wControl, Forum forum, ForumCallback forumCallback)
          Provides a standard forum controller without a title element
static Controller ForumUIFactory.getTitledForumController(UserRequest ureq, WindowControl wControl, Forum forum, ForumCallback forumCallback, TitleInfo titleInfo)
          Provides a ForumController wrapped in a titled controller.
 void MessageImpl.setForum(Forum forum)
           
 void Message.setForum(Forum forum)
           
 void ReadMessageImpl.setForum(Forum forum)
           
 

Constructors in org.olat.modules.fo with parameters of type Forum
FilterForUserController(UserRequest ureq, WindowControl wControl, Forum forum)
           
 

Uses of Forum in org.olat.search.service.indexer
 

Methods in org.olat.search.service.indexer with parameters of type Forum
 void ForumIndexer.doIndexAllMessages(SearchResourceContext parentResourceContext, Forum forum, OlatFullIndexer indexWriter)
           
 

Uses of Forum in org.olat.util.logging.activity
 

Methods in org.olat.util.logging.activity with parameters of type Forum
static LoggingResourceable LoggingResourceable.wrap(Forum forum)
          Wraps a Forum into a LoggingResourceable - setting type/id/name accordingly