|
Clearspace API (1.7.0) Core Javadocs | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FeedbackResultFilter | |
|---|---|
| com.jivesoftware.community | Core interfaces and classes for Clearspace. |
| Uses of FeedbackResultFilter in com.jivesoftware.community |
|---|
| Methods in com.jivesoftware.community that return FeedbackResultFilter | |
|---|---|
static FeedbackResultFilter |
FeedbackResultFilter.createDefaultFilter()
Creates a default comment ResultFilter: no filtering with results sorted on the comment / trackback creation date. |
| Methods in com.jivesoftware.community with parameters of type FeedbackResultFilter | |
|---|---|
int |
Blog.getCommentCount(FeedbackResultFilter resultFilter)
Returns the total number of comments on this blog that match the criteria specified by the ResultFilter. |
int |
BlogManager.getCommentCount(FeedbackResultFilter resultFilter)
Returns the number of comments on blog posts that match the criteria specified by the FeedbackResultFilter in the entire system. |
JiveIterator<Comment> |
Blog.getComments(FeedbackResultFilter resultFilter)
Returns all the comments on this blog that match the criteria specified by the ResultFilter. |
JiveIterator<Comment> |
BlogManager.getComments(FeedbackResultFilter resultFilter)
Returns all the comments on blog posts that match the criteria specified by the FeedbackResultFilter in the entire system. |
int |
Blog.getTrackbackCount(FeedbackResultFilter resultFilter)
Returns the total number of trackbacks on this blog that match the criteria specified by the ResultFilter. |
int |
BlogManager.getTrackbackCount(FeedbackResultFilter resultFilter)
Returns the number of trackbacks on blog posts that match the criteria specified by the FeedbackResultFilter in the entire system. |
int |
TrackbackManager.getTrackbackCount(FeedbackResultFilter resultFilter)
Returns the number of incoming trackbacks on this object that match the criteria specified by the ResultFilter. |
JiveIterator<Trackback> |
Blog.getTrackbacks(FeedbackResultFilter resultFilter)
Returns all the trackbacks on this blog that match the criteria specified by the ResultFilter. |
JiveIterator<Trackback> |
BlogManager.getTrackbacks(FeedbackResultFilter resultFilter)
Returns all the trackbacks on blog posts that match the criteria specified by the FeedbackResultFilter in the entire system. |
JiveIterator<Trackback> |
TrackbackManager.getTrackbacks(FeedbackResultFilter resultFilter)
Returns a Iterable for all the incoming trackbacks on this object that match the criteria specified by the ResultFilter. |
|
Clearspace Project Page | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||