org.gcube.portlets.user.socialprofile.client
Interface SocialServiceAsync


public interface SocialServiceAsync


Method Summary
 void getUserContext(String userid, com.google.gwt.user.client.rpc.AsyncCallback<UserContext> callback)
           
 void saveHeadline(String newHeadline, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
           
 void saveIsti(String institution, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
           
 

Method Detail

getUserContext

void getUserContext(String userid,
                    com.google.gwt.user.client.rpc.AsyncCallback<UserContext> callback)

saveHeadline

void saveHeadline(String newHeadline,
                  com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)

saveIsti

void saveIsti(String institution,
              com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)


Copyright © 2014. All Rights Reserved.