| 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 | Method and Description |
|---|---|
CategoryTree |
DataStorage.buildCategoryTree(String categoryId) |
CategoryTree |
FAQService.buildCategoryTree(String categoryId)
Builds a category tree by its provided Id.
|
| Modifier and Type | Method and Description |
|---|---|
List<CategoryTree> |
CategoryTree.getSubCategory() |
| Modifier and Type | Method and Description |
|---|---|
void |
CategoryTree.setSubCategory(List<CategoryTree> subCategory) |
| Modifier and Type | Method and Description |
|---|---|
CategoryTree |
JCRDataStorage.buildCategoryTree(String categoryId) |
CategoryTree |
FAQServiceImpl.buildCategoryTree(String categoryId) |
Copyright © 2003–2015 eXo Platform SAS. All rights reserved.