de.geomobile.joined.api.data
Class MessageFactory

java.lang.Object
  extended by de.geomobile.joined.api.data.MessageFactory

public class MessageFactory
extends Object

Author:
bastian

Method Summary
 List<Friend> createFriends(String json)
           
 List<Friend> getAvailableFriends(List<Friend> friends)
           
 List<Friend> getDeactivatedFriends(List<Friend> friends)
           
 List<Friend> getFriendsToAccept(List<Friend> friends)
           
 List<Friend> getPendingFriends(List<Friend> friends)
           
static MessageFactory instance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

instance

public static MessageFactory instance()
Returns:

createFriends

public List<Friend> createFriends(String json)
                           throws FriendFinderUnexpectedException
Parameters:
json -
Returns:
Throws:
FriendFinderUnexpectedException

getAvailableFriends

public List<Friend> getAvailableFriends(List<Friend> friends)
Parameters:
friends -
Returns:

getDeactivatedFriends

public List<Friend> getDeactivatedFriends(List<Friend> friends)
Parameters:
friends -
Returns:

getFriendsToAccept

public List<Friend> getFriendsToAccept(List<Friend> friends)
Parameters:
friends -
Returns:

getPendingFriends

public List<Friend> getPendingFriends(List<Friend> friends)
Parameters:
friends -
Returns:


Copyright © 2012 GeoMobile GmbH. All Rights Reserved.