|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Watch | |
|---|---|
| org.exoplatform.faq.service | Provides the classes necessary to manage FAQ; including create, get, update, delete, move... |
| org.exoplatform.faq.service.impl | |
| Uses of Watch in org.exoplatform.faq.service |
|---|
| Fields in org.exoplatform.faq.service with type parameters of type Watch | |
|---|---|
protected List<Watch> |
JCRPageList.currentListWatch_
|
| Methods in org.exoplatform.faq.service that return types with arguments of type Watch | |
|---|---|
List<Watch> |
QuestionPageList.getAllWatch()
|
List<Watch> |
JCRPageList.getPageListWatch(long page,
String username)
|
List<Watch> |
DataStorage.getWatchByCategory(String categoryId)
|
List<Watch> |
FAQService.getWatchByCategory(String categoryId)
Gets list of watches. |
List<Watch> |
DataStorage.getWatchByQuestion(String questionId)
|
| Methods in org.exoplatform.faq.service with parameters of type Watch | |
|---|---|
void |
DataStorage.addWatchCategory(String id,
Watch watch)
|
void |
FAQService.addWatchCategory(String id,
Watch watch)
Adds watch a category. |
void |
DataStorage.addWatchQuestion(String questionId,
Watch watch,
boolean isNew)
|
void |
FAQService.addWatchQuestion(String questionId,
Watch watch,
boolean isNew)
Adds watch for a question. |
| Constructor parameters in org.exoplatform.faq.service with type arguments of type Watch | |
|---|---|
QuestionPageList(List<Watch> listWatch,
double page)
Instantiates a new question page list. |
|
| Uses of Watch in org.exoplatform.faq.service.impl |
|---|
| Methods in org.exoplatform.faq.service.impl that return types with arguments of type Watch | |
|---|---|
List<Watch> |
FAQServiceImpl.getWatchByCategory(String categoryId)
|
List<Watch> |
JCRDataStorage.getWatchByCategory(String categoryId)
|
List<Watch> |
JCRDataStorage.getWatchByQuestion(String questionId)
|
| Methods in org.exoplatform.faq.service.impl with parameters of type Watch | |
|---|---|
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 |
FAQServiceImpl.addWatchCategory(String id,
Watch watch)
|
void |
JCRDataStorage.addWatchCategory(String id,
Watch watch)
|
void |
FAQServiceImpl.addWatchQuestion(String questionId,
Watch watch,
boolean isNew)
|
void |
JCRDataStorage.addWatchQuestion(String questionId,
Watch watch,
boolean isNew)
|
void |
FAQServiceImpl.addWatchQuestion(String questionId,
Watch watch,
boolean isNew,
org.exoplatform.services.jcr.ext.common.SessionProvider sProvider)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||