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

Packages that use Category
org.exoplatform.faq.service   
org.exoplatform.faq.service.impl   
 

Uses of Category in org.exoplatform.faq.service
 

Fields in org.exoplatform.faq.service with type parameters of type Category
protected  List<Category> JCRPageList.currentListCategory_
           
 

Methods in org.exoplatform.faq.service that return Category
 Category Cate.getCategory()
           
 Category DataStorage.getCategoryById(String categoryId)
           
 Category FAQService.getCategoryById(String categoryId)
          This method should lookup category via identify and convert to Category object and return
 

Methods in org.exoplatform.faq.service that return types with arguments of type Category
 List<Category> DataStorage.findCategoriesByName(String categoryName)
           
 List<Category> DataStorage.getAllCategories()
           
 List<Category> FAQService.getAllCategories()
          This method should lookup all the category and convert to category object and return list of category object
 List<Category> JCRPageList.getPageResultCategoriesSearch(long page, String username)
           
 List<Category> DataStorage.getSubCategories(String categoryId, FAQSetting faqSetting, boolean isGetAll, List<String> limitedUsers)
           
 List<Category> FAQService.getSubCategories(String categoryId, FAQSetting faqSetting, boolean isGetAll, List<String> userView)
          This method should lookup all sub-categories of a category and convert to category object and return list of category object
 

Methods in org.exoplatform.faq.service with parameters of type Category
 void DataStorage.saveCategory(String parentId, Category cat, boolean isAddNew)
           
 void FAQService.saveCategory(String parentId, Category cat, boolean isAddNew)
          This method should check exists category or NOT to create new or update exists category
 void Cate.setCategory(Category category)
           
 

Constructor parameters in org.exoplatform.faq.service with type arguments of type Category
QuestionPageList(List<Category> listCategories)
          Instantiates a new question page list.
 

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

Methods in org.exoplatform.faq.service.impl that return Category
 Category FAQServiceImpl.getCategoryById(String categoryId)
           
 Category JCRDataStorage.getCategoryById(String categoryId)
           
 Category FAQServiceImpl.getCategoryById(String categoryId, org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
          Returns an category that can then be get property of this category.
 

Methods in org.exoplatform.faq.service.impl that return types with arguments of type Category
 List<Category> JCRDataStorage.findCategoriesByName(String categoryName)
           
 List<Category> FAQServiceImpl.getAllCategories()
           
 List<Category> JCRDataStorage.getAllCategories()
           
 List<Category> FAQServiceImpl.getAllCategories(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
          This method get all the category
 List<Category> FAQServiceImpl.getSubCategories(String categoryId, FAQSetting faqSetting, boolean isGetAll, List<String> userView)
           
 List<Category> JCRDataStorage.getSubCategories(String categoryId, FAQSetting faqSetting, boolean isGetAll, List<String> limitedUsers)
           
 List<Category> FAQServiceImpl.getSubCategories(String categoryId, org.exoplatform.services.jcr.ext.common.SessionProvider sProvider, FAQSetting faqSetting, boolean isGetAll, List<String> userView)
          Returns an list category that can then be view on the screen.
 

Methods in org.exoplatform.faq.service.impl with parameters of type Category
 void FAQServiceImpl.saveCategory(String parentId, Category cat, boolean isAddNew)
           
 void JCRDataStorage.saveCategory(String parentId, Category cat, boolean isAddNew)
           
 void FAQServiceImpl.saveCategory(String parentId, Category cat, boolean isAddNew, org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
          Add new or edit category in list.
 



Copyright © 2013 eXo Platform SAS. All Rights Reserved.