A C D F G H I J L M N P R S T U

A

acceptFriend(JOUser, JOFriend) - Method in class de.geomobile.joined.api.client.JOAbstractClient
This method accepts the friend invitation of another user.
acceptFriend(JOUser, JOFriend) - Method in class de.geomobile.joined.api.client.JOClient
 
acceptFriend(String, String, String) - Method in class de.geomobile.joined.api.service.JOWebService
Accept a friend invitation.
activateUser(String, String, boolean) - Method in class de.geomobile.joined.api.service.JOWebService
Activate or deactivate user
ACTIVE - Static variable in class de.geomobile.joined.api.config.JOConfig
This variable is not documented and for internal use only.
addFriend(JOUser, JOFriend) - Method in class de.geomobile.joined.api.client.JOAbstractClient
This method sends a friends invitation to another user.
addFriend(JOUser, JOFriend) - Method in class de.geomobile.joined.api.client.JOClient
 
addFriend(String, String, String) - Method in class de.geomobile.joined.api.service.JOWebService
Add a friend.
ATTACHMENT - Static variable in class de.geomobile.joined.api.config.JOConfig
This variable is not documented and for internal use only.

C

createFriends(String) - Method in class de.geomobile.joined.api.data.JOMessageFactory
 
createJoinedClient(String, String) - Static method in class de.geomobile.joined.api.client.JOClient
This method enables users to create an easy to use client for the Joined server.
createJoinedService(String, String) - Static method in class de.geomobile.joined.api.service.JOWebService
 
createSocket(Socket, String, int, boolean) - Method in class de.geomobile.joined.api.service.JOSSLSocketFactory
 
createSocket() - Method in class de.geomobile.joined.api.service.JOSSLSocketFactory
 
createUser(String) - Method in class de.geomobile.joined.api.data.JOUserFactory
This method creates an JOUser object from a Json document.
CREATION_DATE - Static variable in class de.geomobile.joined.api.config.JOConfig
This variable is not documented and for internal use only.

D

de.geomobile.joined.api.client - package 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.config - package de.geomobile.joined.api.config
This package contains classes that provide internal management information for communicating with the Joined server.
de.geomobile.joined.api.data - package de.geomobile.joined.api.data
This package contains classes that represent basic entities as for instance users, friends and messages.
de.geomobile.joined.api.exception - package de.geomobile.joined.api.exception
This package contains exceptions thrown by the Joined client.
de.geomobile.joined.api.service - package de.geomobile.joined.api.service
This package contains classes for the internal communication with the Joined server.
delete(JOUser) - Method in class de.geomobile.joined.api.client.JOAbstractClient
This method deletes an existing user at the Joined server.
delete(JOUser) - Method in class de.geomobile.joined.api.client.JOClient
 
deleteFriend(JOUser, JOFriend) - Method in class de.geomobile.joined.api.client.JOAbstractClient
This method deletes a friend from the list of friends.
deleteFriend(JOUser, JOFriend) - Method in class de.geomobile.joined.api.client.JOClient
 
deleteFriend(String, String, String) - Method in class de.geomobile.joined.api.service.JOWebService
Delete a friend.
deleteMessages(JOUser) - Method in class de.geomobile.joined.api.client.JOAbstractClient
This method deletes all messages in the inbox of the logged in user.
deleteMessages(JOUser) - Method in class de.geomobile.joined.api.client.JOClient
 
deleteMessages(String, String) - Method in class de.geomobile.joined.api.service.JOWebService
Deletes all Messages from Server of the User as recipient in the DB.
deleteUser(String, String) - Method in class de.geomobile.joined.api.service.JOWebService
Delete current user

F

FB_ID - Static variable in class de.geomobile.joined.api.config.JOConfig
This variable is not documented and for internal use only.
FF_FRIENDS - Static variable in class de.geomobile.joined.api.config.JOConfig
This variable is not documented and for internal use only.
FF_LOGIN - Static variable in class de.geomobile.joined.api.config.JOConfig
This variable is not documented and for internal use only.
FF_MESSAGE - Static variable in class de.geomobile.joined.api.config.JOConfig
This variable is not documented and for internal use only.
FF_REGISTER - Static variable in class de.geomobile.joined.api.config.JOConfig
This variable is not documented and for internal use only.
ffLogin(String, String) - Method in class de.geomobile.joined.api.service.JOWebService
 
ffRegister(String, String) - Method in class de.geomobile.joined.api.service.JOWebService
Register for FriendFinder users.
FRIEND - Static variable in class de.geomobile.joined.api.config.JOConfig
This variable is not documented and for internal use only.
FRIEND_STATUS_NO - Static variable in class de.geomobile.joined.api.config.JOConfig
This variable indicates that there is no friend relationship to another user (Friend).
FRIEND_STATUS_PENDING - Static variable in class de.geomobile.joined.api.config.JOConfig
This variable indicates that there is a pending friend invitation for another user (Friend).
FRIEND_STATUS_YES - Static variable in class de.geomobile.joined.api.config.JOConfig
This variable indicates that there is an active friend relationship to another user (Friend).
FRIENDS - Static variable in class de.geomobile.joined.api.config.JOConfig
This variable is not documented and for internal use only.

G

getAvailableFriends(List<JOFriend>) - Method in class de.geomobile.joined.api.data.JOFriendFactory
 
getAvailableFriends(List<JOFriend>) - Method in class de.geomobile.joined.api.data.JOMessageFactory
 
getContent() - Method in class de.geomobile.joined.api.data.JOMessage
 
getDeactivatedFriends(List<JOFriend>) - Method in class de.geomobile.joined.api.data.JOFriendFactory
 
getDeactivatedFriends(List<JOFriend>) - Method in class de.geomobile.joined.api.data.JOMessageFactory
 
getDirection() - Method in class de.geomobile.joined.api.data.JOMessage
 
getFacebookID() - Method in class de.geomobile.joined.api.data.JOFriend
 
getFriendList(String) - Method in class de.geomobile.joined.api.service.JOWebServiceParser
 
getFriends(JOUser) - Method in class de.geomobile.joined.api.client.JOAbstractClient
This method get the friends of an user from the Joined server.
getFriends(JOUser) - Method in class de.geomobile.joined.api.client.JOClient
 
getFriends(String, String) - Method in class de.geomobile.joined.api.service.JOWebService
 
getFriendshipStatus() - Method in class de.geomobile.joined.api.data.JOFriend
 
getFriendsToAccept(List<JOFriend>) - Method in class de.geomobile.joined.api.data.JOFriendFactory
 
getFriendsToAccept(List<JOFriend>) - Method in class de.geomobile.joined.api.data.JOMessageFactory
 
getId() - Method in class de.geomobile.joined.api.data.JOFriend
 
getId() - Method in class de.geomobile.joined.api.data.JOMessage
 
getId() - Method in class de.geomobile.joined.api.data.JOPlace
 
getId() - Method in class de.geomobile.joined.api.data.JOUser
This method returns the identifier of the user.
getImage() - Method in class de.geomobile.joined.api.data.JOFriend
 
getImageHash() - Method in class de.geomobile.joined.api.data.JOFriend
 
getInstance() - Static method in class de.geomobile.joined.api.service.JOWebServiceParser
 
getJoinedApiKey() - Method in class de.geomobile.joined.api.service.JOWebService
 
getJoinedServerUrl() - Method in class de.geomobile.joined.api.service.JOWebService
 
getLastPosUpdate() - Method in class de.geomobile.joined.api.data.JOFriend
 
getLatitude() - Method in class de.geomobile.joined.api.data.JOFriend
 
getLatitude() - Method in class de.geomobile.joined.api.data.JOPlace
 
getLongitude() - Method in class de.geomobile.joined.api.data.JOFriend
 
getLongitude() - Method in class de.geomobile.joined.api.data.JOPlace
 
getMessages(JOUser) - Method in class de.geomobile.joined.api.client.JOAbstractClient
This method returns a list of all available message from the inbox of the logged in user.
getMessages(JOUser) - Method in class de.geomobile.joined.api.client.JOClient
 
getMessages(String, String) - Method in class de.geomobile.joined.api.service.JOWebService
Gets all unread Messages of the User.
getMessages(String) - Method in class de.geomobile.joined.api.service.JOWebServiceParser
 
getMode() - Method in class de.geomobile.joined.api.data.JOMessage
 
getNickname() - Method in class de.geomobile.joined.api.data.JOFriend
 
getPendingFriends(List<JOFriend>) - Method in class de.geomobile.joined.api.data.JOFriendFactory
 
getPendingFriends(List<JOFriend>) - Method in class de.geomobile.joined.api.data.JOMessageFactory
 
getPlace() - Method in class de.geomobile.joined.api.data.JOMessage
 
getSecureToken() - Method in class de.geomobile.joined.api.data.JOUser
This method returns the secure token of the user.
getSender() - Method in class de.geomobile.joined.api.data.JOMessage
 
getTime() - Method in class de.geomobile.joined.api.data.JOMessage
 
getTitle() - Method in class de.geomobile.joined.api.data.JOPlace
 

H

HASH - Static variable in class de.geomobile.joined.api.config.JOConfig
This variable is not documented and for internal use only.

I

ID - Static variable in class de.geomobile.joined.api.config.JOConfig
This variable is not documented and for internal use only.
IMAGE - Static variable in class de.geomobile.joined.api.config.JOConfig
This variable is not documented and for internal use only.
IMAGE_HASH - Static variable in class de.geomobile.joined.api.config.JOConfig
This variable is not documented and for internal use only.
IMAGE_KEY - Static variable in class de.geomobile.joined.api.config.JOConfig
This variable is not documented and for internal use only.
instance() - Static method in class de.geomobile.joined.api.data.JOFriendFactory
 
instance() - Static method in class de.geomobile.joined.api.data.JOMessageFactory
 
instance() - Static method in class de.geomobile.joined.api.data.JOUserFactory
This method returns an instance of the class.
IS_ACTIVE - Static variable in class de.geomobile.joined.api.config.JOConfig
This variable is not documented and for internal use only.
isActive() - Method in class de.geomobile.joined.api.data.JOFriend
 
ISO_8859 - Static variable in class de.geomobile.joined.api.config.JOConfig
This variable is not documented and for internal use only.

J

JOAbstractClient - Class in de.geomobile.joined.api.client
This class is the base class for the JOClient implementation.
JOAbstractClient() - Constructor for class de.geomobile.joined.api.client.JOAbstractClient
 
JOClient - Class in de.geomobile.joined.api.client
This class contains various methods for accessing the Joined server.
JOConfig - Class in de.geomobile.joined.api.config
This class contains various static variables that provide internal management information for communicating with the Joined server.
JOConfig() - Constructor for class de.geomobile.joined.api.config.JOConfig
 
JOFriend - Class in de.geomobile.joined.api.data
This class contains various methods for receiving information about a friend.
JOFriend() - Constructor for class de.geomobile.joined.api.data.JOFriend
 
JOFriendFactory - Class in de.geomobile.joined.api.data
 
JOFriendFinderConflictException - Exception in de.geomobile.joined.api.exception
This exception is thrown to indicate a conflict with an existing user at the Joined server.
JOFriendFinderConflictException() - Constructor for exception de.geomobile.joined.api.exception.JOFriendFinderConflictException
Constructs an exception with no detail message.
JOFriendFinderConflictException(String) - Constructor for exception de.geomobile.joined.api.exception.JOFriendFinderConflictException
Constructs an exception with a specified detail message.
JOFriendFinderConflictException(Throwable) - Constructor for exception de.geomobile.joined.api.exception.JOFriendFinderConflictException
Constructs an exception based on an exception.
JOFriendFinderConflictException(String, Throwable) - Constructor for exception de.geomobile.joined.api.exception.JOFriendFinderConflictException
Constructs an exception based on an exception and with a specified detail message.
JOFriendFinderHTTPException - Exception in de.geomobile.joined.api.exception
This exception is thrown to indicate a network error while communicating with the Joined server.
JOFriendFinderHTTPException() - Constructor for exception de.geomobile.joined.api.exception.JOFriendFinderHTTPException
Constructs an exception with no detail message.
JOFriendFinderHTTPException(String) - Constructor for exception de.geomobile.joined.api.exception.JOFriendFinderHTTPException
Constructs an exception with a specified detail message.
JOFriendFinderHTTPException(Throwable) - Constructor for exception de.geomobile.joined.api.exception.JOFriendFinderHTTPException
Constructs an exception based on an exception.
JOFriendFinderHTTPException(String, Throwable) - Constructor for exception de.geomobile.joined.api.exception.JOFriendFinderHTTPException
Constructs an exception based on an exception and with a specified detail message.
JOFriendFinderLoginException - Exception in de.geomobile.joined.api.exception
This exception is thrown to indicate an error during the login process at the Joined server.
JOFriendFinderLoginException() - Constructor for exception de.geomobile.joined.api.exception.JOFriendFinderLoginException
Constructs an exception with no detail message.
JOFriendFinderLoginException(String) - Constructor for exception de.geomobile.joined.api.exception.JOFriendFinderLoginException
Constructs an exception with a specified detail message.
JOFriendFinderLoginException(Throwable) - Constructor for exception de.geomobile.joined.api.exception.JOFriendFinderLoginException
Constructs an exception based on an exception.
JOFriendFinderLoginException(String, Throwable) - Constructor for exception de.geomobile.joined.api.exception.JOFriendFinderLoginException
Constructs an exception based on an exception and with a specified detail message.
JOFriendFinderServerException - Exception in de.geomobile.joined.api.exception
This exception is thrown to indicate an internal error at the Joined server.
JOFriendFinderServerException() - Constructor for exception de.geomobile.joined.api.exception.JOFriendFinderServerException
Constructs an exception with no detail message.
JOFriendFinderServerException(String) - Constructor for exception de.geomobile.joined.api.exception.JOFriendFinderServerException
Constructs an exception with a specified detail message.
JOFriendFinderServerException(Throwable) - Constructor for exception de.geomobile.joined.api.exception.JOFriendFinderServerException
Constructs an exception based on an exception.
JOFriendFinderServerException(String, Throwable) - Constructor for exception de.geomobile.joined.api.exception.JOFriendFinderServerException
Constructs an exception based on an exception and with a specified detail message.
JOFriendFinderSourceException - Exception in de.geomobile.joined.api.exception
This exception is thrown to indicate an internal error at the Joined server.
JOFriendFinderSourceException() - Constructor for exception de.geomobile.joined.api.exception.JOFriendFinderSourceException
Constructs an exception with no detail message.
JOFriendFinderSourceException(String) - Constructor for exception de.geomobile.joined.api.exception.JOFriendFinderSourceException
Constructs an exception with a specified detail message.
JOFriendFinderSourceException(Throwable) - Constructor for exception de.geomobile.joined.api.exception.JOFriendFinderSourceException
Constructs an exception based on an exception.
JOFriendFinderSourceException(String, Throwable) - Constructor for exception de.geomobile.joined.api.exception.JOFriendFinderSourceException
Constructs an exception based on an exception and with a specified detail message.
JOFriendFinderUnexpectedException - Exception in de.geomobile.joined.api.exception
This exception is thrown to indicate an unexpected and unidentified error.
JOFriendFinderUnexpectedException() - Constructor for exception de.geomobile.joined.api.exception.JOFriendFinderUnexpectedException
Constructs an exception with no detail message.
JOFriendFinderUnexpectedException(String) - Constructor for exception de.geomobile.joined.api.exception.JOFriendFinderUnexpectedException
Constructs an exception with a specified detail message.
JOFriendFinderUnexpectedException(Throwable) - Constructor for exception de.geomobile.joined.api.exception.JOFriendFinderUnexpectedException
Constructs an exception based on an exception.
JOFriendFinderUnexpectedException(String, Throwable) - Constructor for exception de.geomobile.joined.api.exception.JOFriendFinderUnexpectedException
Constructs an exception based on an exception and with a specified detail message.
JOINED_API_KEY - Static variable in class de.geomobile.joined.api.config.JOConfig
The unqique identifier for the public Joined API.
JOINED_SERVER - Static variable in class de.geomobile.joined.api.config.JOConfig
The URL of the Joined server.
JOMessage - Class in de.geomobile.joined.api.data
This class contains various methods for receiving information about a text message.
JOMessage(String, String, int, String, long, JOPlace) - Constructor for class de.geomobile.joined.api.data.JOMessage
 
JOMessageFactory - Class in de.geomobile.joined.api.data
 
JOPlace - Class in de.geomobile.joined.api.data
 
JOPlace(int, String, double, double) - Constructor for class de.geomobile.joined.api.data.JOPlace
 
JOPlace() - Constructor for class de.geomobile.joined.api.data.JOPlace
 
JOSSLSocketFactory - Class in de.geomobile.joined.api.service
 
JOSSLSocketFactory(KeyStore) - Constructor for class de.geomobile.joined.api.service.JOSSLSocketFactory
 
JOUser - Class in de.geomobile.joined.api.data
This class contains various methods for receiving information about a user.
JOUser() - Constructor for class de.geomobile.joined.api.data.JOUser
 
JOUserFactory - Class in de.geomobile.joined.api.data
This class contains various methods for creating user information.
JOWebService - Class in de.geomobile.joined.api.service
 
JOWebService() - Constructor for class de.geomobile.joined.api.service.JOWebService
 
JOWebServiceParser - Class in de.geomobile.joined.api.service
 
JOWebServiceParser() - Constructor for class de.geomobile.joined.api.service.JOWebServiceParser
 

L

LAST_POS_UPDATE - Static variable in class de.geomobile.joined.api.config.JOConfig
This variable is not documented and for internal use only.
LATITUDE - Static variable in class de.geomobile.joined.api.config.JOConfig
This variable is not documented and for internal use only.
login(String, String) - Method in class de.geomobile.joined.api.client.JOAbstractClient
This method enables users to login at the Joined server.
login(String, String) - Method in class de.geomobile.joined.api.client.JOClient
 
logout(JOUser) - Method in class de.geomobile.joined.api.client.JOAbstractClient
This method enables users to logout at the Joined server.
logout(JOUser) - Method in class de.geomobile.joined.api.client.JOClient
 
logoutUser(String, String) - Method in class de.geomobile.joined.api.service.JOWebService
User logout.
LONGITUDE - Static variable in class de.geomobile.joined.api.config.JOConfig
This variable is not documented and for internal use only.

M

MD5 - Static variable in class de.geomobile.joined.api.config.JOConfig
This variable is not documented and for internal use only.
MESSAGE_FROM - Static variable in class de.geomobile.joined.api.config.JOConfig
This variable is not documented and for internal use only.
MESSAGE_TO - Static variable in class de.geomobile.joined.api.config.JOConfig
This variable is not documented and for internal use only.

N

NICKNAME - Static variable in class de.geomobile.joined.api.config.JOConfig
This variable is not documented and for internal use only.

P

PASSWORD - Static variable in class de.geomobile.joined.api.config.JOConfig
This variable is not documented and for internal use only.

R

register(String, String) - Method in class de.geomobile.joined.api.client.JOAbstractClient
This method creates a new user at the Joined server.
register(String, String) - Method in class de.geomobile.joined.api.client.JOClient
 
REGISTRATION_ID - Static variable in class de.geomobile.joined.api.config.JOConfig
This variable is not documented and for internal use only.

S

SEARCH - Static variable in class de.geomobile.joined.api.config.JOConfig
This variable is not documented and for internal use only.
searchFriends(JOUser, String) - Method in class de.geomobile.joined.api.client.JOAbstractClient
This method searches other users at the Joined server.
searchFriends(JOUser, String) - Method in class de.geomobile.joined.api.client.JOClient
 
searchFriends(String, String, String) - Method in class de.geomobile.joined.api.service.JOWebService
Search for users by nickname
SECURE_TOKEN - Static variable in class de.geomobile.joined.api.config.JOConfig
This variable is not documented and for internal use only.
SENDER_ID - Static variable in class de.geomobile.joined.api.config.JOConfig
This variable is not documented and for internal use only.
sendMessage(JOUser, JOFriend, String) - Method in class de.geomobile.joined.api.client.JOAbstractClient
This method sends a text message to a friend.
sendMessage(JOUser, JOFriend, String) - Method in class de.geomobile.joined.api.client.JOClient
 
sendMessage(String, String, String, String) - Method in class de.geomobile.joined.api.service.JOWebService
Send a text message to friend
setActive(boolean) - Method in class de.geomobile.joined.api.data.JOFriend
 
setContent(String) - Method in class de.geomobile.joined.api.data.JOMessage
 
setDirection(int) - Method in class de.geomobile.joined.api.data.JOMessage
 
setFacebookID(String) - Method in class de.geomobile.joined.api.data.JOFriend
 
setFriendshipStatus(int) - Method in class de.geomobile.joined.api.data.JOFriend
 
setId(String) - Method in class de.geomobile.joined.api.data.JOFriend
 
setId(String) - Method in class de.geomobile.joined.api.data.JOMessage
 
setId(int) - Method in class de.geomobile.joined.api.data.JOPlace
 
setId(String) - Method in class de.geomobile.joined.api.data.JOUser
This method sets the identifier for the user.
setImage(String) - Method in class de.geomobile.joined.api.data.JOFriend
 
setImageHash(String) - Method in class de.geomobile.joined.api.data.JOFriend
 
setJoinedApiKey(String) - Method in class de.geomobile.joined.api.service.JOWebService
 
setJoinedServerUrl(String) - Method in class de.geomobile.joined.api.service.JOWebService
 
setLastPosUpdate(long) - Method in class de.geomobile.joined.api.data.JOFriend
 
setLatitude(Double) - Method in class de.geomobile.joined.api.data.JOFriend
 
setLatitude(double) - Method in class de.geomobile.joined.api.data.JOPlace
 
setLongitude(Double) - Method in class de.geomobile.joined.api.data.JOFriend
 
setLongitude(double) - Method in class de.geomobile.joined.api.data.JOPlace
 
setMode(String) - Method in class de.geomobile.joined.api.data.JOMessage
 
setNickname(String) - Method in class de.geomobile.joined.api.data.JOFriend
 
setPlace(JOPlace) - Method in class de.geomobile.joined.api.data.JOMessage
 
setRecipient(String) - Method in class de.geomobile.joined.api.data.JOMessage
 
setSecureToken(String) - Method in class de.geomobile.joined.api.data.JOUser
This method sets the secure token for the user.
setTime(long) - Method in class de.geomobile.joined.api.data.JOMessage
 
setTitle(String) - Method in class de.geomobile.joined.api.data.JOPlace
 
SHA_1 - Static variable in class de.geomobile.joined.api.config.JOConfig
This variable is not documented and for internal use only.
STATUS - Static variable in class de.geomobile.joined.api.config.JOConfig
This variable is not documented and for internal use only.

T

TEST_USER_1 - Static variable in class de.geomobile.joined.api.config.JOConfig
The name and password for the first user to be created during JUnit tests.
TEST_USER_2 - Static variable in class de.geomobile.joined.api.config.JOConfig
The name and password for the second user to be created during JUnit tests.
TEXT - Static variable in class de.geomobile.joined.api.config.JOConfig
This variable is not documented and for internal use only.
TEXT_MSG - Static variable in class de.geomobile.joined.api.config.JOConfig
This variable is not documented and for internal use only.
TEXT_PLAIN - Static variable in class de.geomobile.joined.api.config.JOConfig
This variable is not documented and for internal use only.
TITLE - Static variable in class de.geomobile.joined.api.config.JOConfig
This variable is not documented and for internal use only.
toString() - Method in class de.geomobile.joined.api.data.JOFriend
 
toString() - Method in class de.geomobile.joined.api.data.JOMessage
 
toString() - Method in class de.geomobile.joined.api.data.JOUser
 

U

updatePosition(JOUser, double, double) - Method in class de.geomobile.joined.api.client.JOAbstractClient
This method updates the position of the user at the Joined server.
updatePosition(JOUser, double, double) - Method in class de.geomobile.joined.api.client.JOClient
 
updateStatus(JOUser, boolean) - Method in class de.geomobile.joined.api.client.JOAbstractClient
This method updates the status of the user at the Joined server.
updateStatus(JOUser, boolean) - Method in class de.geomobile.joined.api.client.JOClient
 
updateUser(String, String, double, double) - Method in class de.geomobile.joined.api.service.JOWebService
Update users current location
UTF_8 - Static variable in class de.geomobile.joined.api.config.JOConfig
This variable is not documented and for internal use only.

A C D F G H I J L M N P R S T U

Copyright © 2012 GeoMobile GmbH. All Rights Reserved.