|
Jive API (3.0.13) Core Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StatusLevelCalculator
Defines methods need to calculate status levels and leaders.
| Method Summary | |
|---|---|
Map<EntityDescriptor,Long> |
getAllPointLevels(User user)
Returns the status level points for a user for all communities the user has points in |
long[] |
getLeaderIds(JiveContainer container,
int startIndex,
int numResults)
Returns a long array of user ids of community leaders given a start index and desired number of results. |
long |
getPointLevel(User user,
JiveContainer container)
Returns the status level points for a user in regards to a specific community |
| Method Detail |
|---|
long getPointLevel(User user,
JiveContainer container)
user - user user to get status level points forcontainer -
Map<EntityDescriptor,Long> getAllPointLevels(User user)
user - user user to get status level points for
long[] getLeaderIds(JiveContainer container,
int startIndex,
int numResults)
container - startIndex - the start index for results.numResults - the desired number of results to return. @return a long array of user ids of community leaders leaders.
|
Jive Product Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||