| Package | Description |
|---|---|
| org.exoplatform.faq.service |
Provides the classes necessary to manage FAQ, including creating, getting, updating, deleting or moving questions and answers.
|
| org.exoplatform.faq.service.impl |
| Modifier and Type | Field and Description |
|---|---|
protected List<Category> |
JCRPageList.currentListCategory_ |
| Modifier and Type | Method and Description |
|---|---|
Category |
Cate.getCategory() |
Category |
CategoryTree.getCategory() |
Category |
FAQService.getCategoryById(String categoryId)
Gets a category by its Id.
|
Category |
DataStorage.getCategoryById(String categoryId) |
| Modifier and Type | Method and Description |
|---|---|
List<Category> |
DataStorage.findCategoriesByName(String categoryName) |
List<Category> |
FAQService.getAllCategories()
Gets all categories.
|
List<Category> |
DataStorage.getAllCategories() |
List<Category> |
JCRPageList.getPageResultCategoriesSearch(long page,
String username) |
List<Category> |
FAQService.getSubCategories(String categoryId,
FAQSetting faqSetting,
boolean isGetAll,
List<String> userView)
Gets all sub-categories of a category.
|
List<Category> |
DataStorage.getSubCategories(String categoryId,
FAQSetting faqSetting,
boolean isGetAll,
List<String> limitedUsers) |
| Modifier and Type | Method and Description |
|---|---|
void |
FAQService.saveCategory(String parentId,
Category cat,
boolean isAddNew)
Checks if a category exists or not.
|
void |
DataStorage.saveCategory(String parentId,
Category cat,
boolean isAddNew) |
void |
DataStorage.saveCategory(String parentId,
Category cat,
boolean isAddNew,
boolean isResetIndex) |
void |
Cate.setCategory(Category category) |
void |
CategoryTree.setCategory(Category category) |
| Constructor and Description |
|---|
QuestionPageList(List<Category> listCategories)
Instantiates a new question page list.
|
| Modifier and Type | Method and Description |
|---|---|
Category |
JCRDataStorage.getCategoryById(String categoryId) |
Category |
FAQServiceImpl.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.
|
| Modifier and Type | Method and Description |
|---|---|
List<Category> |
JCRDataStorage.findCategoriesByName(String categoryName) |
List<Category> |
JCRDataStorage.getAllCategories() |
List<Category> |
FAQServiceImpl.getAllCategories() |
List<Category> |
FAQServiceImpl.getAllCategories(org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
This method get all the category
|
List<Category> |
JCRDataStorage.getSubCategories(String categoryId,
FAQSetting faqSetting,
boolean isGetAll,
List<String> limitedUsers) |
List<Category> |
FAQServiceImpl.getSubCategories(String categoryId,
FAQSetting faqSetting,
boolean isGetAll,
List<String> userView) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JCRDataStorage.saveCategory(String parentId,
Category cat,
boolean isAddNew) |
void |
FAQServiceImpl.saveCategory(String parentId,
Category cat,
boolean isAddNew) |
void |
JCRDataStorage.saveCategory(String parentId,
Category cat,
boolean isAddNew,
boolean isResetIndex) |
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 © 2003–2015 eXo Platform SAS. All rights reserved.