| 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<Watch> |
JCRPageList.currentListWatch_ |
| Modifier and Type | Method and Description |
|---|---|
List<Watch> |
QuestionPageList.getAllWatch() |
List<Watch> |
JCRPageList.getPageListWatch(long page,
String username) |
List<Watch> |
FAQService.getWatchByCategory(String categoryId)
Gets a list of watches in a category.
|
List<Watch> |
DataStorage.getWatchByCategory(String categoryId) |
List<Watch> |
DataStorage.getWatchByQuestion(String questionId) |
| Modifier and Type | Method and Description |
|---|---|
void |
FAQService.addWatchCategory(String id,
Watch watch)
Adds a watch to a category.
|
void |
DataStorage.addWatchCategory(String id,
Watch watch) |
void |
FAQService.addWatchQuestion(String questionId,
Watch watch,
boolean isNew)
Adds a watch to a question.
|
void |
DataStorage.addWatchQuestion(String questionId,
Watch watch,
boolean isNew) |
| Constructor and Description |
|---|
QuestionPageList(List<Watch> listWatch,
double page)
Instantiates a new question page list.
|
| Modifier and Type | Method and Description |
|---|---|
List<Watch> |
JCRDataStorage.getWatchByCategory(String categoryId) |
List<Watch> |
FAQServiceImpl.getWatchByCategory(String categoryId) |
List<Watch> |
JCRDataStorage.getWatchByQuestion(String questionId) |
| Modifier and Type | Method and Description |
|---|---|
void |
FAQServiceImpl.addWatch(String id,
Watch watch,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
This function is used to allow user can watch a category.
|
void |
JCRDataStorage.addWatchCategory(String id,
Watch watch) |
void |
FAQServiceImpl.addWatchCategory(String id,
Watch watch) |
void |
JCRDataStorage.addWatchQuestion(String questionId,
Watch watch,
boolean isNew) |
void |
FAQServiceImpl.addWatchQuestion(String questionId,
Watch watch,
boolean isNew) |
void |
FAQServiceImpl.addWatchQuestion(String questionId,
Watch watch,
boolean isNew,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider) |
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.