org.sakaiproject.profile2.service
Class ProfileServiceImpl
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProfileServiceImpl
public ProfileServiceImpl()
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.