Uses of Class
org.exoplatform.faq.service.CategoryTree

Packages that use CategoryTree
org.exoplatform.faq.service Provides the classes necessary to manage FAQ; including create, get, update, delete, move... 
org.exoplatform.faq.service.impl   
 

Uses of CategoryTree in org.exoplatform.faq.service
 

Methods in org.exoplatform.faq.service that return CategoryTree
 CategoryTree DataStorage.buildCategoryTree(String categoryId)
           
 CategoryTree FAQService.buildCategoryTree(String categoryId)
          Builds category tree of provided id.
 

Methods in org.exoplatform.faq.service that return types with arguments of type CategoryTree
 List<CategoryTree> CategoryTree.getSubCategory()
           
 

Method parameters in org.exoplatform.faq.service with type arguments of type CategoryTree
 void CategoryTree.setSubCategory(List<CategoryTree> subCategory)
           
 

Uses of CategoryTree in org.exoplatform.faq.service.impl
 

Methods in org.exoplatform.faq.service.impl that return CategoryTree
 CategoryTree FAQServiceImpl.buildCategoryTree(String categoryId)
           
 CategoryTree JCRDataStorage.buildCategoryTree(String categoryId)
           
 



Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.