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

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

Uses of Category in org.exoplatform.forum.bench
 

Methods in org.exoplatform.forum.bench that return Category
protected  Category PhpBBForumDataProvider.newCategory(java.lang.String name, long order)
           
 

Methods in org.exoplatform.forum.bench that return types with arguments of type Category
 java.util.List<Category> PhpBBForumDataProvider.findCategories()
           
 java.util.List<Category> RandomForumDataProvider.findCategories()
           
 java.util.List<Category> ForumDataProvider.findCategories()
           
 

Uses of Category in org.exoplatform.forum.service
 

Methods in org.exoplatform.forum.service that return Category
 Category ForumServiceLegacy.getCategory(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, java.lang.String categoryId)
          Deprecated. use ForumService.getCategory(String categoryId)
 Category ForumService.getCategory(java.lang.String categoryId)
          Gets the category.
 Category ForumServiceLegacy.removeCategory(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, java.lang.String categoryId)
          Deprecated. use ForumService.removeCategory(String categoryId)
 Category ForumService.removeCategory(java.lang.String categoryId)
          Removes the category.
 

Methods in org.exoplatform.forum.service that return types with arguments of type Category
 java.util.List<Category> ForumService.getCategories()
          Gets the categories.
 java.util.List<Category> ForumServiceLegacy.getCategories(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
          Deprecated. use ForumService.getCategories()
 

Methods in org.exoplatform.forum.service with parameters of type Category
 void ForumService.saveCategory(Category category, boolean isNew)
          Save category.
 void ForumServiceLegacy.saveCategory(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, Category category, boolean isNew)
          Deprecated. use ForumService.saveCategory(Category category, boolean isNew)
 

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

Methods in org.exoplatform.forum.service.impl that return Category
 Category ForumServiceImpl.getCategory(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, java.lang.String categoryId)
           
 Category DataStorage.getCategory(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, java.lang.String categoryId)
           
 Category ForumServiceImpl.getCategory(java.lang.String categoryId)
           
 Category JCRDataStorage.getCategory(java.lang.String categoryId)
           
 Category ForumServiceImpl.removeCategory(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, java.lang.String categoryId)
           
 Category DataStorage.removeCategory(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, java.lang.String categoryId)
           
 Category ForumServiceImpl.removeCategory(java.lang.String categoryId)
           
 Category JCRDataStorage.removeCategory(java.lang.String categoryId)
           
 

Methods in org.exoplatform.forum.service.impl that return types with arguments of type Category
 java.util.List<Category> ForumServiceImpl.getCategories()
           
 java.util.List<Category> JCRDataStorage.getCategories()
           
 java.util.List<Category> ForumServiceImpl.getCategories(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
           
 java.util.List<Category> DataStorage.getCategories(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
           
 

Methods in org.exoplatform.forum.service.impl with parameters of type Category
 void ForumServiceImpl.saveCategory(Category category, boolean isNew)
           
 void JCRDataStorage.saveCategory(Category category, boolean isNew)
           
 void ForumServiceImpl.saveCategory(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, Category category, boolean isNew)
           
 void DataStorage.saveCategory(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, Category category, boolean isNew)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.