|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QuickStats.Type | |
---|---|
com.jivesoftware.forum.stats | Jive Forums reporting engine. |
Uses of QuickStats.Type in com.jivesoftware.forum.stats |
---|
Fields in com.jivesoftware.forum.stats declared as QuickStats.Type | |
---|---|
static QuickStats.Type |
QuickStats.HTTP_STAT
|
static QuickStats.Type |
QuickStats.NNTP_STAT
|
Methods in com.jivesoftware.forum.stats with parameters of type QuickStats.Type | |
---|---|
static double[] |
QuickStats.getAvViewsPerSession(java.util.Date start,
java.util.Date end,
QuickStats.Type type)
Returns the average views per session of type given type of stat. |
static int |
QuickStats.getNewMessageCount(java.util.Date start,
java.util.Date end,
QuickStats.Type type,
java.util.List forumIDs)
Returns the number of new messages posted for the given type over the given date range. |
static int |
QuickStats.getNewTopicCount(java.util.Date start,
java.util.Date end,
QuickStats.Type type,
java.util.List forumIDs)
Returns the number of new topics posted for the given type over the given date range. |
static java.lang.Object[][] |
QuickStats.getPopularCountries(java.util.Date start,
java.util.Date end,
QuickStats.Type type,
int num)
Returns an array of arrays which holds country codes and counts which rank the top visiting countries for the given type and over the given date range. |
static java.lang.Object[][] |
QuickStats.getPopularForumsByPost(java.util.Date start,
java.util.Date end,
QuickStats.Type type,
int num)
Returns an array of arrays which holds forum IDs and counts which rank the top foruums by new message for the given type and over the given date range. |
static java.lang.Object[][] |
QuickStats.getPopularForumsByViews(java.util.Date start,
java.util.Date end,
QuickStats.Type type,
int num)
Returns an array of arrays which holds forum IDs and counts which rank the top foruums by views for the given type and over the given date range. |
static int |
QuickStats.getTotalViews(java.util.Date start,
java.util.Date end,
QuickStats.Type type)
Returns the total views per given type. |
static int |
QuickStats.getUniqueGuestCount(java.util.Date start,
java.util.Date end,
QuickStats.Type type)
Returns the number of unique guests for the given type over the given date range. |
static int |
QuickStats.getUniqueUserCount(java.util.Date start,
java.util.Date end,
QuickStats.Type type)
Returns the number of unique registered users for the given type over the given date range. |
static int |
QuickStats.getUniqueVisitorCount(java.util.Date start,
java.util.Date end,
QuickStats.Type type)
Returns the number of unique visitors (a visitor is a guest or a registered user) for the given type over the given date range. |
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |