|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JOFriend | |
|---|---|
| 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 JOFriend in de.geomobile.joined.api.client |
|---|
| Methods in de.geomobile.joined.api.client that return types with arguments of type JOFriend | |
|---|---|
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<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. |
| Methods in de.geomobile.joined.api.client with parameters of type JOFriend | |
|---|---|
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.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.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. |
| Uses of JOFriend in de.geomobile.joined.api.data |
|---|
| Methods in de.geomobile.joined.api.data that return types with arguments of type JOFriend | |
|---|---|
List<JOFriend> |
JOMessageFactory.createFriends(String json)
|
List<JOFriend> |
JOMessageFactory.getAvailableFriends(List<JOFriend> friends)
|
List<JOFriend> |
JOFriendFactory.getAvailableFriends(List<JOFriend> friends)
|
List<JOFriend> |
JOMessageFactory.getDeactivatedFriends(List<JOFriend> friends)
|
List<JOFriend> |
JOFriendFactory.getDeactivatedFriends(List<JOFriend> friends)
|
List<JOFriend> |
JOMessageFactory.getFriendsToAccept(List<JOFriend> friends)
|
List<JOFriend> |
JOFriendFactory.getFriendsToAccept(List<JOFriend> friends)
|
List<JOFriend> |
JOMessageFactory.getPendingFriends(List<JOFriend> friends)
|
List<JOFriend> |
JOFriendFactory.getPendingFriends(List<JOFriend> friends)
|
| Method parameters in de.geomobile.joined.api.data with type arguments of type JOFriend | |
|---|---|
List<JOFriend> |
JOMessageFactory.getAvailableFriends(List<JOFriend> friends)
|
List<JOFriend> |
JOFriendFactory.getAvailableFriends(List<JOFriend> friends)
|
List<JOFriend> |
JOMessageFactory.getDeactivatedFriends(List<JOFriend> friends)
|
List<JOFriend> |
JOFriendFactory.getDeactivatedFriends(List<JOFriend> friends)
|
List<JOFriend> |
JOMessageFactory.getFriendsToAccept(List<JOFriend> friends)
|
List<JOFriend> |
JOFriendFactory.getFriendsToAccept(List<JOFriend> friends)
|
List<JOFriend> |
JOMessageFactory.getPendingFriends(List<JOFriend> friends)
|
List<JOFriend> |
JOFriendFactory.getPendingFriends(List<JOFriend> friends)
|
| Uses of JOFriend in de.geomobile.joined.api.service |
|---|
| Methods in de.geomobile.joined.api.service that return types with arguments of type JOFriend | |
|---|---|
List<JOFriend> |
JOWebServiceParser.getFriendList(String jsonString)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||