public class UserStatisticsServiceImpl extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements UserStatisticsService
| 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
|
QuotaInfo |
getQuotaStorage(String userid)
get quota (about storage) information
|
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 void init()
init in class javax.servlet.GenericServletpublic void destroy()
destroy in interface javax.servlet.Servletdestroy in class javax.servlet.GenericServletpublic QuotaInfo getQuotaStorage(String userid)
UserStatisticsServicegetQuotaStorage in interface UserStatisticsServicepublic 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 © 2021. All rights reserved.