Uses of Class
de.geomobile.joined.api.data.Friend

Packages that use Friend
de.geomobile.joined.api.client This package contains classes for the seamless integration of the Joined functionality into your own application. 
de.geomobile.joined.api.data This package contains classes that represent basic entities as for instance users, friends and messages. 
de.geomobile.joined.api.service This package contains classes for the internal communication with the Joined server. 
 

Uses of Friend in de.geomobile.joined.api.client
 

Methods in de.geomobile.joined.api.client that return types with arguments of type Friend
 List<Friend> JoinedClient.getFriends(User user)
           
abstract  List<Friend> AbstractJoinedClient.getFriends(User user)
          This method get the friends of an user from the Joined server.
 List<Friend> JoinedClient.searchFriends(User user, String nickname)
           
abstract  List<Friend> AbstractJoinedClient.searchFriends(User user, String nickname)
          This method searches other users at the Joined server.
 

Methods in de.geomobile.joined.api.client with parameters of type Friend
 void JoinedClient.acceptFriend(User user, Friend friend)
           
abstract  void AbstractJoinedClient.acceptFriend(User user, Friend friend)
          This method accepts the friend invitation of another user.
 void JoinedClient.addFriend(User user, Friend friend)
           
abstract  void AbstractJoinedClient.addFriend(User user, Friend friend)
          This methods sends a friends invitation to another user.
 void JoinedClient.deleteFriend(User user, Friend friend)
           
abstract  void AbstractJoinedClient.deleteFriend(User user, Friend friend)
          This method deletes a friend from the list of friends.
 void JoinedClient.sendMessage(User user, Friend friend, String message)
           
abstract  void AbstractJoinedClient.sendMessage(User user, Friend friend, String message)
          This methods sends a text message to a friend.
 

Uses of Friend in de.geomobile.joined.api.data
 

Methods in de.geomobile.joined.api.data that return types with arguments of type Friend
 List<Friend> MessageFactory.createFriends(String json)
           
 List<Friend> MessageFactory.getAvailableFriends(List<Friend> friends)
           
 List<Friend> FriendFactory.getAvailableFriends(List<Friend> friends)
           
 List<Friend> MessageFactory.getDeactivatedFriends(List<Friend> friends)
           
 List<Friend> FriendFactory.getDeactivatedFriends(List<Friend> friends)
           
 List<Friend> MessageFactory.getFriendsToAccept(List<Friend> friends)
           
 List<Friend> FriendFactory.getFriendsToAccept(List<Friend> friends)
           
 List<Friend> MessageFactory.getPendingFriends(List<Friend> friends)
           
 List<Friend> FriendFactory.getPendingFriends(List<Friend> friends)
           
 

Method parameters in de.geomobile.joined.api.data with type arguments of type Friend
 List<Friend> MessageFactory.getAvailableFriends(List<Friend> friends)
           
 List<Friend> FriendFactory.getAvailableFriends(List<Friend> friends)
           
 List<Friend> MessageFactory.getDeactivatedFriends(List<Friend> friends)
           
 List<Friend> FriendFactory.getDeactivatedFriends(List<Friend> friends)
           
 List<Friend> MessageFactory.getFriendsToAccept(List<Friend> friends)
           
 List<Friend> FriendFactory.getFriendsToAccept(List<Friend> friends)
           
 List<Friend> MessageFactory.getPendingFriends(List<Friend> friends)
           
 List<Friend> FriendFactory.getPendingFriends(List<Friend> friends)
           
 

Uses of Friend in de.geomobile.joined.api.service
 

Methods in de.geomobile.joined.api.service that return types with arguments of type Friend
 List<Friend> JSONParser.getFriendList(String jsonString)
           
 



Copyright © 2012 GeoMobile GmbH. All Rights Reserved.