|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.faq.service.FAQEventQuery
public class FAQEventQuery
Created by The eXo Platform SARL This object intermediate to give search Category or question in form advance search. All value user input search will save this object Author : Truong Nguyen truong.nguyen@exoplatform.com May 5, 2008, 3:48:51 PM
| Constructor Summary | |
|---|---|
FAQEventQuery()
Instantiates a new fAQ event query. |
|
| Method Summary | |
|---|---|
java.lang.String |
getAttachment()
Gets the attachment. |
java.lang.String |
getAuthor()
Gets the author. |
java.lang.String |
getComment()
|
java.lang.String |
getEmail()
Gets the email. |
java.util.Calendar |
getFromDate()
Gets the from date. |
boolean |
getIsAnd()
Gets the checks. |
java.lang.String |
getIsModeQuestion()
Gets the checks if is mode question. |
java.lang.String |
getLanguage()
|
java.lang.String |
getModerator()
Gets the moderator. |
java.lang.String |
getName()
Gets the name. |
java.lang.String |
getPath()
Gets the path. |
java.lang.String |
getQuery()
This method is query on search Gets the path query. |
java.lang.String |
getQuestion()
Gets the question. |
java.lang.String |
getQuestionDisplayMode()
|
java.lang.String |
getResponse()
Gets the response. |
java.lang.String |
getText()
Gets the text. |
java.util.Calendar |
getToDate()
Gets the to date. |
java.lang.String |
getType()
Gets the type. |
java.lang.String |
getUserId()
|
java.util.List<java.lang.String> |
getUserMembers()
|
java.util.List<java.lang.String> |
getViewingCategories()
|
boolean |
isAdmin()
|
boolean |
isAnswerCommentLevelSearch()
|
boolean |
isLanguageLevelSearch()
|
boolean |
isQuestionLevelSearch()
|
boolean |
isSearchOnDefaultLanguage()
|
void |
setAdmin(boolean isAdmin)
|
void |
setAttachment(java.lang.String attachment)
Sets the attachment. |
void |
setAuthor(java.lang.String author)
Sets the author. |
void |
setComment(java.lang.String comment)
|
void |
setEmail(java.lang.String email)
Sets the email. |
void |
setFromDate(java.util.Calendar fromDate)
Sets the from date. |
void |
setIsModeQuestion(java.lang.String isModeQuestion)
Sets the checks if is mode question. |
void |
setLanguage(java.lang.String language)
|
void |
setLanguageLevelSearch(boolean isLanguageLevelSearch)
|
void |
setModerator(java.lang.String moderator)
Sets the moderator. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setPath(java.lang.String path)
Sets the path. |
void |
setQuestion(java.lang.String question)
Sets the question. |
void |
setQuestionDisplayMode(java.lang.String questionDisplayMode)
|
void |
setResponse(java.lang.String response)
Sets the response. |
void |
setSearchOnDefaultLanguage(boolean isSearchOnDefaultLanguage)
|
void |
setText(java.lang.String text)
Sets the text. |
void |
setToDate(java.util.Calendar toDate)
Sets the to date. |
void |
setType(java.lang.String type)
Sets the type. |
void |
setUserId(java.lang.String userId)
|
void |
setUserMembers(java.util.List<java.lang.String> userMembers)
|
void |
setViewingCategories(java.util.List<java.lang.String> viewingCategories)
This method check date time user input interface Sets the date from to. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FAQEventQuery()
| Method Detail |
|---|
public java.lang.String getLanguage()
public void setLanguage(java.lang.String language)
public void setQuestionDisplayMode(java.lang.String questionDisplayMode)
public java.lang.String getQuestionDisplayMode()
public java.lang.String getType()
public void setType(java.lang.String type)
type - the new typepublic java.lang.String getText()
public void setText(java.lang.String text)
text - the new textpublic java.lang.String getName()
public void setIsModeQuestion(java.lang.String isModeQuestion)
isModeQuestion - the new checks if is mode questionpublic java.lang.String getIsModeQuestion()
public void setName(java.lang.String name)
name - the new namepublic java.lang.String getModerator()
public void setModerator(java.lang.String moderator)
moderator - the new moderatorpublic java.lang.String getPath()
public void setPath(java.lang.String path)
path - the new pathpublic java.lang.String getAuthor()
public void setUserId(java.lang.String userId)
public java.lang.String getUserId()
public void setAuthor(java.lang.String author)
author - the new authorpublic java.lang.String getEmail()
public void setEmail(java.lang.String email)
email - the new emailpublic java.lang.String getQuestion()
public void setQuestion(java.lang.String question)
question - the new questionpublic java.lang.String getResponse()
public void setResponse(java.lang.String response)
response - the new responsepublic java.lang.String getAttachment()
public void setAttachment(java.lang.String attachment)
attachment - the new attachmentpublic java.util.List<java.lang.String> getUserMembers()
public void setUserMembers(java.util.List<java.lang.String> userMembers)
userMembers - the userMembers to setpublic java.util.Calendar getFromDate()
public void setFromDate(java.util.Calendar fromDate)
fromDate - the new from datepublic java.util.Calendar getToDate()
public void setToDate(java.util.Calendar toDate)
toDate - the new to datepublic boolean getIsAnd()
public boolean isAdmin()
public void setAdmin(boolean isAdmin)
isAdmin - the isAdmin to set
public java.lang.String getQuery()
throws java.lang.Exception
java.lang.Exceptionpublic void setViewingCategories(java.util.List<java.lang.String> viewingCategories)
fromDate - the from datetoDate - the to dateproperty - the propertypublic java.util.List<java.lang.String> getViewingCategories()
public boolean isQuestionLevelSearch()
throws java.lang.Exception
java.lang.Exception
public boolean isAnswerCommentLevelSearch()
throws java.lang.Exception
java.lang.Exceptionpublic void setSearchOnDefaultLanguage(boolean isSearchOnDefaultLanguage)
public boolean isSearchOnDefaultLanguage()
public void setLanguageLevelSearch(boolean isLanguageLevelSearch)
public boolean isLanguageLevelSearch()
public void setComment(java.lang.String comment)
public java.lang.String getComment()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||