de.geomobile.joined.api.data
Class JOMessageFactory
java.lang.Object
de.geomobile.joined.api.data.JOMessageFactory
public class JOMessageFactory
- extends Object
- Author:
- bastian
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instance
public static JOMessageFactory instance()
- Returns:
createFriends
public List<JOFriend> createFriends(String json)
throws JOFriendFinderUnexpectedException
- Parameters:
json -
- Returns:
-
- Throws:
JOFriendFinderUnexpectedException
getAvailableFriends
public List<JOFriend> getAvailableFriends(List<JOFriend> friends)
- Parameters:
friends -
- Returns:
getDeactivatedFriends
public List<JOFriend> getDeactivatedFriends(List<JOFriend> friends)
- Parameters:
friends -
- Returns:
getFriendsToAccept
public List<JOFriend> getFriendsToAccept(List<JOFriend> friends)
- Parameters:
friends -
- Returns:
getPendingFriends
public List<JOFriend> getPendingFriends(List<JOFriend> friends)
- Parameters:
friends -
- Returns:
Copyright © 2012 GeoMobile GmbH. All Rights Reserved.