|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Category | |
|---|---|
| org.exoplatform.faq.service | Provides the classes necessary to manage FAQ; including create, get, update, delete, move... |
| 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 |
CategoryTree.getCategory()
|
Category |
DataStorage.getCategoryById(String categoryId)
|
Category |
FAQService.getCategoryById(String categoryId)
Gets category by id. |
| 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()
Gets all categories. |
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)
Gets all sub-categories of a category. |
| 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)
|
void |
CategoryTree.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||