org.alfresco.repo.publishing.linkedin.springsocial.connect
Class LinkedInAdapter

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

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

Since:
4.0

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

Constructor Detail

LinkedInAdapter

public LinkedInAdapter()
Method Detail

test

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

setConnectionValues

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

fetchUserProfile

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

updateStatus

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


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