org.alfresco.repo.publishing.flickr.springsocial.connect
Class FlickrAdapter

java.lang.Object
  extended by org.alfresco.repo.publishing.flickr.springsocial.connect.FlickrAdapter
All Implemented Interfaces:
org.springframework.social.connect.ApiAdapter

public class FlickrAdapter
extends java.lang.Object
implements org.springframework.social.connect.ApiAdapter

Since:
4.0

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

Constructor Detail

FlickrAdapter

public FlickrAdapter()
Method Detail

test

public boolean test(Flickr flickr)
Specified by:
test in interface org.springframework.social.connect.ApiAdapter

setConnectionValues

public void setConnectionValues(Flickr flickr,
                                org.springframework.social.connect.ConnectionValues values)
Specified by:
setConnectionValues in interface org.springframework.social.connect.ApiAdapter

fetchUserProfile

public org.springframework.social.connect.UserProfile fetchUserProfile(Flickr flickr)
Specified by:
fetchUserProfile in interface org.springframework.social.connect.ApiAdapter

updateStatus

public void updateStatus(Flickr flickr,
                         java.lang.String message)
Specified by:
updateStatus in interface org.springframework.social.connect.ApiAdapter


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.