Uses of Class
de.geomobile.joined.api.exception.JOFriendFinderHTTPException

Packages that use JOFriendFinderHTTPException
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.service This package contains classes for the internal communication with the Joined server. 
 

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

Methods in de.geomobile.joined.api.client that throw JOFriendFinderHTTPException
 void JOClient.acceptFriend(JOUser user, JOFriend friend)
           
abstract  void JOAbstractClient.acceptFriend(JOUser user, JOFriend friend)
          This method accepts the friend invitation of another user.
 void JOClient.addFriend(JOUser user, JOFriend friend)
           
abstract  void JOAbstractClient.addFriend(JOUser user, JOFriend friend)
          This method sends a friends invitation to another user.
 void JOClient.delete(JOUser user)
           
abstract  void JOAbstractClient.delete(JOUser user)
          This method deletes an existing user at the Joined server.
 void JOClient.deleteFriend(JOUser user, JOFriend friend)
           
abstract  void JOAbstractClient.deleteFriend(JOUser user, JOFriend friend)
          This method deletes a friend from the list of friends.
 void JOClient.deleteMessages(JOUser user)
           
abstract  void JOAbstractClient.deleteMessages(JOUser user)
          This method deletes all messages in the inbox of the logged in user.
 List<JOFriend> JOClient.getFriends(JOUser user)
           
abstract  List<JOFriend> JOAbstractClient.getFriends(JOUser user)
          This method get the friends of an user from the Joined server.
 List<JOMessage> JOClient.getMessages(JOUser user)
           
abstract  List<JOMessage> JOAbstractClient.getMessages(JOUser user)
          This method returns a list of all available message from the inbox of the logged in user.
 JOUser JOClient.login(String username, String password)
           
abstract  JOUser JOAbstractClient.login(String username, String password)
          This method enables users to login at the Joined server.
 void JOClient.logout(JOUser user)
           
abstract  void JOAbstractClient.logout(JOUser user)
          This method enables users to logout at the Joined server.
 JOUser JOClient.register(String username, String password)
           
abstract  JOUser JOAbstractClient.register(String username, String password)
          This method creates a new user at the Joined server.
 List<JOFriend> JOClient.searchFriends(JOUser user, String nickname)
           
abstract  List<JOFriend> JOAbstractClient.searchFriends(JOUser user, String nickname)
          This method searches other users at the Joined server.
 void JOClient.sendMessage(JOUser user, JOFriend friend, String message)
           
abstract  void JOAbstractClient.sendMessage(JOUser user, JOFriend friend, String message)
          This method sends a text message to a friend.
 void JOClient.updatePosition(JOUser user, double latitude, double longitude)
           
abstract  void JOAbstractClient.updatePosition(JOUser user, double latitude, double longitude)
          This method updates the position of the user at the Joined server.
 void JOClient.updateStatus(JOUser user, boolean active)
           
abstract  void JOAbstractClient.updateStatus(JOUser user, boolean active)
          This method updates the status of the user at the Joined server.
 

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

Methods in de.geomobile.joined.api.service that throw JOFriendFinderHTTPException
 String JOWebService.acceptFriend(String userId, String secureToken, String friendId)
          Accept a friend invitation.
 void JOWebService.activateUser(String userId, String secureToken, boolean active)
          Activate or deactivate user
 void JOWebService.addFriend(String userId, String secureToken, String friendId)
          Add a friend.
 boolean JOWebService.deleteFriend(String userId, String secureToken, String friendId)
          Delete a friend.
 void JOWebService.deleteMessages(String userId, String secureToken)
          Deletes all Messages from Server of the User as recipient in the DB.
 void JOWebService.deleteUser(String userId, String secureToken)
          Delete current user
 String JOWebService.ffLogin(String username, String password)
           
 String JOWebService.ffRegister(String name, String password)
          Register for FriendFinder users.
 String JOWebService.getFriends(String userId, String secureToken)
           
 String JOWebService.getMessages(String userId, String secureToken)
          Gets all unread Messages of the User.
 void JOWebService.logoutUser(String userId, String secureToken)
          User logout.
 String JOWebService.searchFriends(String userId, String secureToken, String nickname)
          Search for users by nickname
 String JOWebService.sendMessage(String userId, String secureToken, String friendsId, String msg)
          Send a text message to friend
 void JOWebService.updateUser(String userId, String secureToken, double latitude, double longitude)
          Update users current location
 



Copyright © 2012 GeoMobile GmbH. All Rights Reserved.