|
Clearspace API (1.10.16) Web Services Client Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jivesoftware.community.webservices.ResultFilter
com.jivesoftware.community.webservices.CommentResultFilter
public class CommentResultFilter
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.jivesoftware.community.webservices.ResultFilter |
|---|
ResultFilter.ResolutionState |
| Field Summary |
|---|
| Fields inherited from class com.jivesoftware.community.webservices.ResultFilter |
|---|
ASCENDING, DESCENDING, NULL_INT |
| Constructor Summary | |
|---|---|
CommentResultFilter()
|
|
| Method Summary | |
|---|---|
static CommentResultFilter |
createDefaultFilter()
Creates a default comment ResultFilter: no filtering with results sorted on the comment creation date. |
static CommentResultFilter |
createDefaultFilter(Community community)
Creates a default comment ResultFilter: no filtering with results sorted on the comment creation date. |
long |
getCommunityID()
Returns the communityID. |
boolean |
isIncludeModerated()
Returns whether the result to be selected by the result filter should include moderated comments. |
void |
setCommunityID(long communityID)
Sets the communityID to use to restrict results to be selected by the result filter. |
void |
setIncludeModerated(boolean include)
Sets whether the result to be selected by the result filter should include moderated comments. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CommentResultFilter()
| Method Detail |
|---|
public static CommentResultFilter createDefaultFilter()
public static CommentResultFilter createDefaultFilter(Community community)
community - - the community to get the default moderation minimum value from.public long getCommunityID()
public void setCommunityID(long communityID)
communityID - the community that will be used to restrict results.public boolean isIncludeModerated()
public void setIncludeModerated(boolean include)
include - true to include moderated comments, false otherwise.
|
Clearspace Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||