public class SocialServiceImpl extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements SocialService
| Constructor and Description |
|---|
SocialServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
fetchUserProfile(String authCode,
String redirectURI)
This method fetches the user profile by authenticating with LinkedIn through OAuth2 protocol
once authenitcated it call another methos to get the profile and parse it.
|
UserContext |
getUserContext(String userid) |
Boolean |
saveHeadline(String newHeadline) |
Boolean |
saveIsti(String institution) |
String |
saveProfessionalBackground(String summary) |
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 UserContext getUserContext(String userid)
getUserContext in interface SocialServicepublic String saveProfessionalBackground(String summary)
saveProfessionalBackground in interface SocialServicepublic Boolean saveHeadline(String newHeadline)
saveHeadline in interface SocialServicepublic Boolean saveIsti(String institution)
saveIsti in interface SocialServicepublic String fetchUserProfile(String authCode, String redirectURI)
fetchUserProfile in interface SocialServiceCopyright © 2018. All Rights Reserved.