|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.platform.gadget.services.ForumStatistics.ForumRestService
public class ForumRestService
REST service that serve Forums Data.
| Constructor Summary | |
|---|---|
ForumRestService()
|
|
| Method Summary | |
|---|---|
javax.ws.rs.core.Response |
forumsStatistic()
Get Forums Global statistic as JSON format. |
javax.ws.rs.core.Response |
forumsTopRated(int maxcount)
Get top {maxcount} of vote rating forums topics |
javax.ws.rs.core.Response |
forumsWeeklyStatistic()
Get Forums Weekly Statistics as JSON data format. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ForumRestService()
| Method Detail |
|---|
public javax.ws.rs.core.Response forumsStatistic()
public javax.ws.rs.core.Response forumsWeeklyStatistic()
public javax.ws.rs.core.Response forumsTopRated(int maxcount)
maxcount - is maximum of vote rating forums topics that will be retrieved
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||