|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sakaiproject.profile2.logic.ProfileConnectionsLogicImpl
public class ProfileConnectionsLogicImpl
Implementation of ProfileConnectionsLogic for Profile2.
| Constructor Summary | |
|---|---|
ProfileConnectionsLogicImpl()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProfileConnectionsLogicImpl()
| Method Detail |
|---|
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 ProfileConnectionsLogic
public boolean isUserXFriendOfUserY(String userX,
String userY)
isUserXFriendOfUserY in interface ProfileConnectionsLogic
public List<Person> getConnectionsSubsetForSearch(List<Person> connections,
String search)
getConnectionsSubsetForSearch in interface ProfileConnectionsLogic
public List<Person> getConnectionsSubsetForSearch(List<Person> connections,
String search,
boolean forMessaging)
getConnectionsSubsetForSearch in interface ProfileConnectionsLogic
public int getConnectionStatus(String userA,
String userB)
getConnectionStatus in interface ProfileConnectionsLogic
public boolean requestFriend(String userId,
String friendId)
requestFriend in interface ProfileConnectionsLogic
public boolean isFriendRequestPending(String fromUser,
String toUser)
isFriendRequestPending in interface ProfileConnectionsLogic
public boolean confirmFriendRequest(String fromUser,
String toUser)
confirmFriendRequest in interface ProfileConnectionsLogic
public boolean ignoreFriendRequest(String fromUser,
String toUser)
ignoreFriendRequest in interface ProfileConnectionsLogic
public boolean removeFriend(String userId,
String friendId)
removeFriend in interface ProfileConnectionsLogicpublic BasicConnection getBasicConnection(String userUuid)
getBasicConnection in interface ProfileConnectionsLogicpublic BasicConnection getBasicConnection(org.sakaiproject.user.api.User user)
getBasicConnection in interface ProfileConnectionsLogicpublic List<BasicConnection> getBasicConnections(List<org.sakaiproject.user.api.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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||