| 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 | |
| org.exoplatform.faq.service.search |
| Modifier and Type | Field and Description |
|---|---|
protected List<ObjectSearchResult> |
JCRPageList.currentListResultSearch_ |
| Modifier and Type | Method and Description |
|---|---|
List<ObjectSearchResult> |
JCRPageList.getPageResultSearch(long page,
String username) |
List<ObjectSearchResult> |
FAQService.getSearchResults(FAQEventQuery eventQuery)
Searches for information in FAQ.
|
List<ObjectSearchResult> |
DataStorage.getSearchResults(FAQEventQuery eventQuery) |
| Constructor and Description |
|---|
QuestionPageList(List<ObjectSearchResult> faqFormSearchs,
long pageSize)
Instantiates a new question page list.
|
| Modifier and Type | Method and Description |
|---|---|
List<ObjectSearchResult> |
JCRDataStorage.getSearchResults(FAQEventQuery eventQuery) |
List<ObjectSearchResult> |
FAQServiceImpl.getSearchResults(FAQEventQuery eventQuery)
This method will return list question when user input value search
|
List<ObjectSearchResult> |
JCRDataStorage.getUnifiedSearchResults(FAQEventQuery eventQuery) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ObjectSearchResult> |
AnswerSearchResult.iterator() |
List<ObjectSearchResult> |
AnswerSearchResult.result() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AnswerSearchResult.add(ObjectSearchResult e) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AnswerSearchResult.addAll(Collection<? extends ObjectSearchResult> c) |
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.