@RemoteServiceRelativePath(value="statisticservice")
public interface UserStatisticsService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
PostsStatsBean |
getPostsStats(String userid)
get information relatives to feeds(posts), comment replies and likes received
|
int |
getProfileStrength(String userid)
get profile strenght
|
String |
getTotalSpaceInUse(String userid)
get the total space in use on the workspace
|
UserInformation |
getUserSettings(String userid)
get other user's information
|
void |
setShowMyOwnStatisticsToOtherPeople(boolean show)
when the portlet is deployed on the user profile page, allows him to decide to show his statistics
to other members or not
|
UserInformation getUserSettings(String userid)
PostsStatsBean getPostsStats(String userid)
String getTotalSpaceInUse(String userid)
int getProfileStrength(String userid)
void setShowMyOwnStatisticsToOtherPeople(boolean show)
Copyright © 2016. All Rights Reserved.