Uses of Class
org.exoplatform.forum.service.Forum

Packages that use Forum
org.exoplatform.forum.bench   
org.exoplatform.forum.service   
org.exoplatform.forum.service.impl   
 

Uses of Forum in org.exoplatform.forum.bench
 

Methods in org.exoplatform.forum.bench that return Forum
protected  Forum PhpBBForumDataProvider.newForum(java.lang.String name, java.lang.String desc, int order)
           
 

Methods in org.exoplatform.forum.bench that return types with arguments of type Forum
 java.util.List<Forum> PhpBBForumDataProvider.findForumsByCategory(java.lang.String categoryId)
           
 java.util.List<Forum> RandomForumDataProvider.findForumsByCategory(java.lang.String categoryId)
           
 java.util.List<Forum> ForumDataProvider.findForumsByCategory(java.lang.String categoryId)
           
 

Methods in org.exoplatform.forum.bench with parameters of type Forum
 java.util.List<Topic> PhpBBForumDataProvider.findTopicsByForum(Forum forum)
           
 java.util.List<Topic> RandomForumDataProvider.findTopicsByForum(Forum forum)
           
 java.util.List<Topic> ForumDataProvider.findTopicsByForum(Forum forum)
           
 

Uses of Forum in org.exoplatform.forum.service
 

Methods in org.exoplatform.forum.service that return Forum
 Forum ForumServiceLegacy.getForum(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, java.lang.String categoryId, java.lang.String forumId)
          Deprecated. use ForumService.getForum(String categoryId, String forumId)
 Forum ForumService.getForum(java.lang.String categoryId, java.lang.String forumId)
          Gets the forum in the category identify.
 Forum ForumServiceLegacy.removeForum(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, java.lang.String categoryId, java.lang.String forumId)
          Deprecated. use ForumService.removeForum(String categoryId, String forumId)
 Forum ForumService.removeForum(java.lang.String categoryId, java.lang.String forumId)
          Remove the forum in category identify.
 

Methods in org.exoplatform.forum.service that return types with arguments of type Forum
 java.util.List<Forum> ForumServiceLegacy.getForums(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, java.lang.String categoryId, java.lang.String strQuery)
          Deprecated. use ForumService.getForums(String categoryId, String strQuery)
 java.util.List<Forum> ForumService.getForums(java.lang.String categoryId, java.lang.String strQuery)
          Gets the forums in the category identify.
 java.util.List<Forum> ForumService.getForumSummaries(java.lang.String categoryId, java.lang.String strQuery)
           
 

Methods in org.exoplatform.forum.service with parameters of type Forum
 void ForumService.modifyForum(Forum forum, int type)
          Modify this forum identify.
 void ForumServiceLegacy.modifyForum(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, Forum forum, int type)
          Deprecated. use ForumService.modifyForum(Forum forum, int type)
 void ForumServiceLegacy.saveForum(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, java.lang.String categoryId, Forum forum, boolean isNew)
          Deprecated. use ForumService.saveForum(String categoryId, Forum forum, boolean isNew)
 void ForumService.saveForum(java.lang.String categoryId, Forum forum, boolean isNew)
          Save forum.Check exists forum, if not to create new else update exists forum
 

Method parameters in org.exoplatform.forum.service with type arguments of type Forum
 void ForumService.moveForum(java.util.List<Forum> forums, java.lang.String destCategoryPath)
          Move forum.
 void ForumServiceLegacy.moveForum(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, java.util.List<Forum> forums, java.lang.String destCategoryPath)
          Deprecated. use ForumService#moveForum(List forums, String destCategoryPath)
 

Uses of Forum in org.exoplatform.forum.service.impl
 

Methods in org.exoplatform.forum.service.impl that return Forum
 Forum ForumServiceImpl.getForum(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, java.lang.String categoryId, java.lang.String forumId)
           
 Forum DataStorage.getForum(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, java.lang.String categoryId, java.lang.String forumId)
           
 Forum ForumServiceImpl.getForum(java.lang.String categoryId, java.lang.String forumId)
           
 Forum JCRDataStorage.getForum(java.lang.String categoryId, java.lang.String forumId)
           
 Forum ForumServiceImpl.removeForum(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, java.lang.String categoryId, java.lang.String forumId)
           
 Forum DataStorage.removeForum(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, java.lang.String categoryId, java.lang.String forumId)
           
 Forum ForumServiceImpl.removeForum(java.lang.String categoryId, java.lang.String forumId)
           
 Forum JCRDataStorage.removeForum(java.lang.String categoryId, java.lang.String forumId)
           
 

Methods in org.exoplatform.forum.service.impl that return types with arguments of type Forum
 java.util.List<Forum> ForumServiceImpl.getForums(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, java.lang.String categoryId, java.lang.String strQuery)
           
 java.util.List<Forum> DataStorage.getForums(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, java.lang.String categoryId, java.lang.String strQuery)
           
 java.util.List<Forum> ForumServiceImpl.getForums(java.lang.String categoryId, java.lang.String strQuery)
           
 java.util.List<Forum> JCRDataStorage.getForums(java.lang.String categoryId, java.lang.String strQuery)
           
 java.util.List<Forum> ForumServiceImpl.getForumSummaries(java.lang.String categoryId, java.lang.String strQuery)
           
 java.util.List<Forum> JCRDataStorage.getForumSummaries(java.lang.String categoryId, java.lang.String strQuery)
           
 

Methods in org.exoplatform.forum.service.impl with parameters of type Forum
 void ForumServiceImpl.modifyForum(Forum forum, int type)
           
 void JCRDataStorage.modifyForum(Forum forum, int type)
           
 void ForumServiceImpl.modifyForum(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, Forum forum, int type)
           
 void DataStorage.modifyForum(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, Forum forum, int type)
           
 void ForumServiceImpl.saveForum(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, java.lang.String categoryId, Forum forum, boolean isNew)
           
 void DataStorage.saveForum(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, java.lang.String categoryId, Forum forum, boolean isNew)
           
 void ForumServiceImpl.saveForum(java.lang.String categoryId, Forum forum, boolean isNew)
           
 void JCRDataStorage.saveForum(java.lang.String categoryId, Forum forum, boolean isNew)
           
 

Method parameters in org.exoplatform.forum.service.impl with type arguments of type Forum
 void ForumServiceImpl.moveForum(java.util.List<Forum> forums, java.lang.String destCategoryPath)
           
 void JCRDataStorage.moveForum(java.util.List<Forum> forums, java.lang.String destCategoryPath)
           
 void ForumServiceImpl.moveForum(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, java.util.List<Forum> forums, java.lang.String destCategoryPath)
           
 void DataStorage.moveForum(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, java.util.List<Forum> forums, java.lang.String destCategoryPath)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.