com.jivesoftware.community
Class FeedbackResultFilter
java.lang.Object
com.jivesoftware.community.ResultFilter
com.jivesoftware.community.ThreadResultFilter
com.jivesoftware.community.FeedbackResultFilter
public class FeedbackResultFilter
- extends ThreadResultFilter
Filters and sorts blog comments and blog trackbacks.
|
Method Summary |
static FeedbackResultFilter |
createDefaultFilter()
Creates a default comment ResultFilter: no filtering with results sorted
on the comment / trackback creation date. |
boolean |
isIncludeModerated()
Returns whether the result to be selected by the result filter should include moderated comments. |
void |
setIncludeModerated(boolean include)
Sets whether the result to be selected by the result filter should include moderated comments. |
| Methods inherited from class com.jivesoftware.community.ThreadResultFilter |
addResolutionState, clearResolutionStates, createDefaultMessageFilter, createDefaultThreadFilter, createDefaultUserMessagesFilter, equals, getModerationRangeMax, getModerationRangeMin, getResolutionDateRangeMax, getResolutionDateRangeMin, getResolutionStates, getShowModerated, getSortField, hashCode, removeResolutionState, roundDate, roundDate, setModerationRangeMax, setModerationRangeMin, setResolutionDateRangeMax, setResolutionDateRangeMin, setShowModerated, setSortField, toString |
| Methods inherited from class com.jivesoftware.community.ResultFilter |
addProperty, addProperty, addTag, createDefaultContentFilter, createDefaultRecursiveContentFilter, getCreationDateRangeMax, getCreationDateRangeMin, getModificationDateRangeMax, getModificationDateRangeMin, getNumResults, getPropertyCount, getPropertyMatchType, getPropertyMode, getPropertyName, getPropertyValue, getPropertyValueString, getSortOrder, getSortPropertyName, getStartIndex, getTags, getUserID, isAllTagsRequired, isPerformDistinctCount, isRecursive, setAllTagsRequired, setCreationDateRangeMax, setCreationDateRangeMin, setModificationDateRangeMax, setModificationDateRangeMin, setNumResults, setPerformDistinctCount, setPropertyMode, setRecursive, setSortOrder, setSortPropertyName, setStartIndex, setTags, setUserID |
FeedbackResultFilter
public FeedbackResultFilter()
createDefaultFilter
public static FeedbackResultFilter createDefaultFilter()
- Creates a default comment ResultFilter: no filtering with results sorted
on the comment / trackback creation date.
isIncludeModerated
public boolean isIncludeModerated()
- Returns whether the result to be selected by the result filter should include moderated comments.
The default value is false, or not to include moderated comments.
- Returns:
- whether the result to be selected by the result filter should include moderated comments.
setIncludeModerated
public void setIncludeModerated(boolean include)
- Sets whether the result to be selected by the result filter should include moderated comments.
The default value is false, or not to include moderated comments.
- Parameters:
include - true to include moderated comments, false otherwise.
Copyright © 1999-2007 Jive Software.