org.exoplatform.faq.service
Class FAQEventQuery

java.lang.Object
  extended by org.exoplatform.faq.service.FAQEventQuery

public class FAQEventQuery
extends java.lang.Object

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

FAQEventQuery

public FAQEventQuery()
Instantiates a new fAQ event query.

Method Detail

getLanguage

public java.lang.String getLanguage()

setLanguage

public void setLanguage(java.lang.String language)

setQuestionDisplayMode

public void setQuestionDisplayMode(java.lang.String questionDisplayMode)

getQuestionDisplayMode

public java.lang.String getQuestionDisplayMode()

getType

public java.lang.String getType()
Gets the type.

Returns:
the type

setType

public void setType(java.lang.String type)
Sets the type.

Parameters:
type - the new type

getText

public java.lang.String getText()
Gets the text.

Returns:
the text

setText

public void setText(java.lang.String text)
Sets the text.

Parameters:
text - the new text

getName

public java.lang.String getName()
Gets the name.

Returns:
the name

setIsModeQuestion

public void setIsModeQuestion(java.lang.String isModeQuestion)
Sets the checks if is mode question.

Parameters:
isModeQuestion - the new checks if is mode question

getIsModeQuestion

public java.lang.String getIsModeQuestion()
Gets the checks if is mode question.

Returns:
the checks if is mode question

setName

public void setName(java.lang.String name)
Sets the name.

Parameters:
name - the new name

getModerator

public java.lang.String getModerator()
Gets the moderator.

Returns:
the moderator

setModerator

public void setModerator(java.lang.String moderator)
Sets the moderator.

Parameters:
moderator - the new moderator

getPath

public java.lang.String getPath()
Gets the path.

Returns:
the path

setPath

public void setPath(java.lang.String path)
Sets the path.

Parameters:
path - the new path

getAuthor

public java.lang.String getAuthor()
Gets the author.

Returns:
the author

setUserId

public void setUserId(java.lang.String userId)

getUserId

public java.lang.String getUserId()

setAuthor

public void setAuthor(java.lang.String author)
Sets the author.

Parameters:
author - the new author

getEmail

public java.lang.String getEmail()
Gets the email.

Returns:
the checks if is lock

setEmail

public void setEmail(java.lang.String email)
Sets the email.

Parameters:
email - the new email

getQuestion

public java.lang.String getQuestion()
Gets the question.

Returns:
the question

setQuestion

public void setQuestion(java.lang.String question)
Sets the question.

Parameters:
question - the new question

getResponse

public java.lang.String getResponse()
Gets the response.

Returns:
the response

setResponse

public void setResponse(java.lang.String response)
Sets the response.

Parameters:
response - the new response

getAttachment

public java.lang.String getAttachment()
Gets the attachment.

Returns:
the attachment

setAttachment

public void setAttachment(java.lang.String attachment)
Sets the attachment.

Parameters:
attachment - the new attachment

getUserMembers

public java.util.List<java.lang.String> getUserMembers()
Returns:
the userMembers

setUserMembers

public void setUserMembers(java.util.List<java.lang.String> userMembers)
Parameters:
userMembers - the userMembers to set

getFromDate

public java.util.Calendar getFromDate()
Gets the from date.

Returns:
the from date

setFromDate

public void setFromDate(java.util.Calendar fromDate)
Sets the from date.

Parameters:
fromDate - the new from date

getToDate

public java.util.Calendar getToDate()
Gets the to date.

Returns:
the to date

setToDate

public void setToDate(java.util.Calendar toDate)
Sets the to date.

Parameters:
toDate - the new to date

getIsAnd

public boolean getIsAnd()
Gets the checks.

Returns:
the checks if is true or false

isAdmin

public boolean isAdmin()
Returns:
the isAdmin

setAdmin

public void setAdmin(boolean isAdmin)
Parameters:
isAdmin - the isAdmin to set

getQuery

public java.lang.String getQuery()
                          throws java.lang.Exception
This method is query on search Gets the path query.

Returns:
string the path query
Throws:
java.lang.Exception

setViewingCategories

public void setViewingCategories(java.util.List<java.lang.String> viewingCategories)
This method check date time user input interface Sets the date from to.

Parameters:
fromDate - the from date
toDate - the to date
property - the property

getViewingCategories

public java.util.List<java.lang.String> getViewingCategories()

isQuestionLevelSearch

public boolean isQuestionLevelSearch()
                              throws java.lang.Exception
Throws:
java.lang.Exception

isAnswerCommentLevelSearch

public boolean isAnswerCommentLevelSearch()
                                   throws java.lang.Exception
Throws:
java.lang.Exception

setSearchOnDefaultLanguage

public void setSearchOnDefaultLanguage(boolean isSearchOnDefaultLanguage)

isSearchOnDefaultLanguage

public boolean isSearchOnDefaultLanguage()

setLanguageLevelSearch

public void setLanguageLevelSearch(boolean isLanguageLevelSearch)

isLanguageLevelSearch

public boolean isLanguageLevelSearch()

setComment

public void setComment(java.lang.String comment)

getComment

public java.lang.String getComment()


Copyright © 2011 eXo Platform SAS. All Rights Reserved.