public class UserStatisticsServiceImpl extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements UserStatisticsService
| Modifier and Type | Field and Description |
|---|---|
static String |
defaultUserId |
static String |
vreID |
| Constructor and Description |
|---|
UserStatisticsServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
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 |
init() |
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
|
checkPermutationStrongName, doGetSerializationPolicy, getCodeServerPolicyUrl, getRequestModuleBasePath, getSerializationPolicy, init, loadPolicyFromCodeServer, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processCall, processPost, shouldCompressResponsedoPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContentdoDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic static final String defaultUserId
public static final String vreID
public void init()
init in class javax.servlet.GenericServletpublic void destroy()
destroy in interface javax.servlet.Servletdestroy in class javax.servlet.GenericServletpublic String getTotalSpaceInUse(String userid)
UserStatisticsServicegetTotalSpaceInUse in interface UserStatisticsServicepublic int getProfileStrength(String userid)
UserStatisticsServicegetProfileStrength in interface UserStatisticsServicepublic UserInformation getUserSettings(String userid)
UserStatisticsServicegetUserSettings in interface UserStatisticsServicepublic PostsStatsBean getPostsStats(String userid)
UserStatisticsServicegetPostsStats in interface UserStatisticsServicepublic void setShowMyOwnStatisticsToOtherPeople(boolean show)
UserStatisticsServicesetShowMyOwnStatisticsToOtherPeople in interface UserStatisticsServiceCopyright © 2016. All Rights Reserved.