org.springframework.social.evernote.connect
Class EvernoteAdapter

java.lang.Object
  extended by org.springframework.social.evernote.connect.EvernoteAdapter
All Implemented Interfaces:
org.springframework.social.connect.ApiAdapter<Evernote>

public class EvernoteAdapter
extends Object
implements org.springframework.social.connect.ApiAdapter<Evernote>

Author:
Tadaya Tsuyukubo

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

Constructor Detail

EvernoteAdapter

public EvernoteAdapter()
Method Detail

test

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

setConnectionValues

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

fetchUserProfile

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

updateStatus

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


Copyright © 2014. All Rights Reserved.