com.googlecode.googleplus.core
Class GooglePlusAdapter

java.lang.Object
  extended by com.googlecode.googleplus.core.GooglePlusAdapter
All Implemented Interfaces:
org.springframework.social.connect.ApiAdapter<Plus>

public class GooglePlusAdapter
extends Object
implements org.springframework.social.connect.ApiAdapter<Plus>


Constructor Summary
GooglePlusAdapter()
           
 
Method Summary
 org.springframework.social.connect.UserProfile fetchUserProfile(Plus api)
           
 void setConnectionValues(Plus api, org.springframework.social.connect.ConnectionValues values)
           
 boolean test(Plus api)
           
 void updateStatus(Plus api, String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GooglePlusAdapter

public GooglePlusAdapter()
Method Detail

test

public boolean test(Plus api)
Specified by:
test in interface org.springframework.social.connect.ApiAdapter<Plus>

setConnectionValues

public void setConnectionValues(Plus api,
                                org.springframework.social.connect.ConnectionValues values)
Specified by:
setConnectionValues in interface org.springframework.social.connect.ApiAdapter<Plus>

fetchUserProfile

public org.springframework.social.connect.UserProfile fetchUserProfile(Plus api)
Specified by:
fetchUserProfile in interface org.springframework.social.connect.ApiAdapter<Plus>

updateStatus

public void updateStatus(Plus api,
                         String message)
Specified by:
updateStatus in interface org.springframework.social.connect.ApiAdapter<Plus>


Copyright © 2014. All Rights Reserved.