org.sakaiproject.profile2.service
Class ProfileServiceImpl

java.lang.Object
  extended by org.sakaiproject.profile2.service.ProfileServiceImpl
All Implemented Interfaces:
ProfileService

public class ProfileServiceImpl
extends Object
implements ProfileService

A facade on the various logic component methods to improve backwards compatibility with clients of the older Profile2 apis. See PRFL-551.

Author:
Adrian Fish

Constructor Summary
ProfileServiceImpl()
           
 
Method Summary
 List<Person> getConnectionsForUser(String userUuid)
           
 void setConnectionsLogic(ProfileConnectionsLogic connectionsLogic)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileServiceImpl

public ProfileServiceImpl()
Method Detail

setConnectionsLogic

public void setConnectionsLogic(ProfileConnectionsLogic connectionsLogic)

getConnectionsForUser

public List<Person> getConnectionsForUser(String userUuid)
Specified by:
getConnectionsForUser in interface ProfileService


Copyright © 2008-2013 The Sakai Foundation. All Rights Reserved.