public class ProfileConnectionsLogicImpl extends Object implements ProfileConnectionsLogic
| Constructor and Description |
|---|
ProfileConnectionsLogicImpl() |
public List<BasicConnection> getBasicConnectionsForUser(String userUuid)
getBasicConnectionsForUser in interface ProfileConnectionsLogicpublic List<Person> getConnectionsForUser(String userUuid)
getConnectionsForUser in interface ProfileConnectionsLogicpublic int getConnectionsForUserCount(String userId)
getConnectionsForUserCount in interface ProfileConnectionsLogicpublic List<Person> getConnectionRequestsForUser(String userId)
getConnectionRequestsForUser in interface ProfileConnectionsLogicpublic int getConnectionRequestsForUserCount(String userId)
getConnectionRequestsForUserCount in interface ProfileConnectionsLogicpublic boolean isUserXFriendOfUserY(String userX, String userY)
isUserXFriendOfUserY in interface ProfileConnectionsLogicpublic List<Person> getConnectionsSubsetForSearch(List<Person> connections, String search)
getConnectionsSubsetForSearch in interface ProfileConnectionsLogicpublic List<Person> getConnectionsSubsetForSearch(List<Person> connections, String search, boolean forMessaging)
getConnectionsSubsetForSearch in interface ProfileConnectionsLogicpublic int getConnectionStatus(String userA, String userB)
getConnectionStatus in interface ProfileConnectionsLogicpublic boolean requestFriend(String userId, String friendId)
requestFriend in interface ProfileConnectionsLogicpublic boolean isFriendRequestPending(String fromUser, String toUser)
isFriendRequestPending in interface ProfileConnectionsLogicpublic boolean confirmFriendRequest(String fromUser, String toUser)
confirmFriendRequest in interface ProfileConnectionsLogicpublic boolean ignoreFriendRequest(String fromUser, String toUser)
ignoreFriendRequest in interface ProfileConnectionsLogicpublic boolean removeFriend(String userId, String friendId)
removeFriend in interface ProfileConnectionsLogicpublic BasicConnection getBasicConnection(String userUuid)
getBasicConnection in interface ProfileConnectionsLogicpublic BasicConnection getBasicConnection(User user)
getBasicConnection in interface ProfileConnectionsLogicpublic List<BasicConnection> getBasicConnections(List<User> users)
getBasicConnections in interface ProfileConnectionsLogicpublic int getOnlineStatus(String userUuid)
getOnlineStatus in interface ProfileConnectionsLogicpublic Map<String,Integer> getOnlineStatus(List<String> userUuids)
getOnlineStatus in interface ProfileConnectionsLogicpublic void init()
Copyright © 2008–2017 The Sakai Foundation. All rights reserved.