public class FAQEventQuery extends Object implements FAQNodeTypes
| Modifier and Type | Field and Description |
|---|---|
static String |
CATEGORY_AND_QUESTION |
static String |
FAQ_CATEGORY |
static String |
FAQ_QUESTION |
ASCENDING, AT, DESCENDING, EMPTY_STR, EXO_ACTIVATE_RESPONSES, EXO_ANSWER, EXO_ANSWER_HOME, EXO_ANSWER_PATH, EXO_APPROVE_RESPONSES, EXO_AUTHOR, EXO_CATEGORY_ID, EXO_COMMENT, EXO_COMMENT_BY, EXO_COMMENT_HOME, EXO_COMMENT_LANGUAGE, EXO_COMMENTS, EXO_CONTENT, EXO_CREATED_DATE, EXO_DATE_COMMENT, EXO_DATE_RESPONSE, EXO_DESCRIPTION, EXO_EMAIL, EXO_EMAIL_WATCHING, EXO_FAQ_ATTACHMENT, EXO_FAQ_CATEGORY, EXO_FAQ_CATEGORY_HOME, EXO_FAQ_HOME, EXO_FAQ_LANGUAGE, EXO_FAQ_QUESTION, EXO_FAQ_QUESTION_HOME, EXO_FAQ_R_S_S, EXO_FAQ_RESOURCE, EXO_FAQ_SETTING_HOME, EXO_FAQ_USER_SETTING, EXO_FAQ_USER_SETTING_HOME, EXO_FAQ_WATCHING, EXO_FILE_NAME, EXO_FULL_NAME, EXO_ID, EXO_INDEX, EXO_IS_ACTIVATED, EXO_IS_APPROVED, EXO_IS_MODERATE_ANSWERS, EXO_IS_MODERATE_QUESTIONS, EXO_IS_VIEW, EXO_LANGUAGE, EXO_LAST_ACTIVITY, EXO_LINK, EXO_MARK_VOTE, EXO_MARK_VOTES, EXO_MODERATORS, EXO_NAME, EXO_NAME_ATTACHS, EXO_NUMBER_OF_PUBLIC_ANSWERS, EXO_ORDE_BY, EXO_ORDE_TYPE, EXO_POST_ID, EXO_QUESTION_ID, EXO_QUESTION_LANGUAGE_HOME, EXO_QUESTION_PATH, EXO_RELATIVES, EXO_RESPONSE_BY, EXO_RESPONSE_LANGUAGE, EXO_RESPONSES, EXO_RSS_WATCHING, EXO_SORT_QUESTION_BY_VOTE, EXO_TEMPLATE_HOME, EXO_TITLE, EXO_TOPIC_ID_DISCUSS, EXO_USER_PRIVATE, EXO_USER_WATCHING, EXO_USERS_VOTE, EXO_USERS_VOTE_ANSWER, EXO_VIEW_AUTHOR_INFOR, JCR_CONTENT, JCR_DATA, JCR_LAST_MODIFIED, JCR_MIME_TYPE, JCR_ROOT, JCR_SCORE, MIX_FAQ_SUB_CATEGORY, MIX_FAQI_1_8N, NT_FILE, NT_RESOURCE, REP_EXCERPT, REP_EXCERPT_PATTERN, TEXT_HTML| Constructor and Description |
|---|
FAQEventQuery()
Instantiates a new fAQ event query.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAsteriskConditionSearch() |
String |
getAttachment()
Gets the attachment.
|
String |
getAuthor()
Gets the author.
|
String |
getComment() |
String |
getEmail()
Gets the email.
|
Calendar |
getFromDate()
Gets the from date.
|
boolean |
getIsAnd()
Gets the checks.
|
String |
getIsModeQuestion()
Gets the checks if is mode question.
|
String |
getLanguage() |
int |
getLimit() |
String |
getModerator()
Gets the moderator.
|
String |
getName()
Gets the name.
|
int |
getOffset() |
String |
getOrder() |
String |
getPath()
Gets the path.
|
String |
getQuery()
This method is query on search
Gets the path query.
|
String |
getQuestion()
Gets the question.
|
String |
getQuestionDisplayMode() |
String |
getResponse()
Gets the response.
|
String |
getSort() |
String |
getText()
Gets the text.
|
Calendar |
getToDate()
Gets the to date.
|
String |
getType()
Gets the type.
|
String |
getUserId() |
List<String> |
getUserMembers() |
List<String> |
getViewingCategories() |
boolean |
isAdmin() |
boolean |
isAnswerCommentLevelSearch() |
boolean |
isExcerpt() |
boolean |
isLanguageLevelSearch() |
boolean |
isQuestionLevelSearch() |
boolean |
isSearchOnDefaultLanguage() |
void |
setAdmin(boolean isAdmin) |
void |
setAsteriskConditionSearch(String asteriskConditionSearch) |
void |
setAttachment(String attachment)
Sets the attachment.
|
void |
setAuthor(String author)
Sets the author.
|
void |
setComment(String comment) |
void |
setEmail(String email)
Sets the email.
|
void |
setExcerpt(boolean isExcerpt) |
void |
setFromDate(Calendar fromDate)
Sets the from date.
|
void |
setIsModeQuestion(String isModeQuestion)
Sets the checks if is mode question.
|
void |
setLanguage(String language) |
void |
setLanguageLevelSearch(boolean isLanguageLevelSearch) |
void |
setLimit(int limit) |
void |
setModerator(String moderator)
Sets the moderator.
|
void |
setName(String name)
Sets the name.
|
void |
setOffset(int offset) |
void |
setOrder(String order) |
void |
setPath(String path)
Sets the path.
|
void |
setQuestion(String question)
Sets the question.
|
void |
setQuestionDisplayMode(String questionDisplayMode) |
void |
setResponse(String response)
Sets the response.
|
void |
setSearchOnDefaultLanguage(boolean isSearchOnDefaultLanguage) |
void |
setSort(String sort) |
void |
setText(String text)
Sets the text.
|
void |
setToDate(Calendar toDate)
Sets the to date.
|
void |
setType(String type)
Sets the type.
|
void |
setUserId(String userId) |
void |
setUserMembers(List<String> userMembers) |
void |
setViewingCategories(List<String> viewingCategories) |
public static final String FAQ_CATEGORY
public static final String FAQ_QUESTION
public static final String CATEGORY_AND_QUESTION
public String getLanguage()
public void setLanguage(String language)
public void setQuestionDisplayMode(String questionDisplayMode)
public String getQuestionDisplayMode()
public String getType()
public void setType(String type)
type - the new typepublic String getText()
public void setText(String text)
text - the new textpublic String getName()
public void setIsModeQuestion(String isModeQuestion)
isModeQuestion - the new checks if is mode questionpublic String getIsModeQuestion()
public void setName(String name)
name - the new namepublic String getModerator()
public void setModerator(String moderator)
moderator - the new moderatorpublic String getPath()
public void setPath(String path)
path - the new pathpublic String getAuthor()
public void setUserId(String userId)
public String getUserId()
public void setAuthor(String author)
author - the new authorpublic String getEmail()
public void setEmail(String email)
email - the new emailpublic String getQuestion()
public void setQuestion(String question)
question - the new questionpublic String getResponse()
public void setResponse(String response)
response - the new responsepublic String getAttachment()
public void setAttachment(String attachment)
attachment - the new attachmentpublic void setUserMembers(List<String> userMembers)
userMembers - the userMembers to setpublic Calendar getFromDate()
public void setFromDate(Calendar fromDate)
fromDate - the new from datepublic Calendar getToDate()
public void setToDate(Calendar toDate)
toDate - the new to datepublic boolean getIsAnd()
public boolean isAdmin()
public void setAdmin(boolean isAdmin)
isAdmin - the isAdmin to setpublic String getQuery() throws Exception
Exceptionpublic boolean isAnswerCommentLevelSearch()
throws Exception
Exceptionpublic void setSearchOnDefaultLanguage(boolean isSearchOnDefaultLanguage)
public boolean isSearchOnDefaultLanguage()
public void setLanguageLevelSearch(boolean isLanguageLevelSearch)
public boolean isLanguageLevelSearch()
public boolean isExcerpt()
public void setExcerpt(boolean isExcerpt)
public void setComment(String comment)
public String getComment()
public String getAsteriskConditionSearch()
public void setAsteriskConditionSearch(String asteriskConditionSearch)
public int getOffset()
public void setOffset(int offset)
public int getLimit()
public void setLimit(int limit)
public String getSort()
public void setSort(String sort)
public String getOrder()
public void setOrder(String order)
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.