public class ElasticsearchUserController
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ElasticsearchUserController.AddToDriverRating |
static class |
ElasticsearchUserController.AddUserTask
AsyncTask used to add the user to the elasticsearch server
Input: User object
Output: Boolean representing elasticsearch result
|
static class |
ElasticsearchUserController.CheckUserTask
AsyncTask used to determine whether or not the entered username is already taken.
|
static class |
ElasticsearchUserController.DeleteUserTask
Removes a user from the DB
|
static class |
ElasticsearchUserController.getUsersFromId |
static class |
ElasticsearchUserController.getUsersFromIds |
static class |
ElasticsearchUserController.RetrieveUserInfoFromId
Given a user id, generate the user object
|
static class |
ElasticsearchUserController.UpdateUserInfoOfflineTask
AsyncTask used to overwrite an existing user in the database
Input: User object
Output: Boolean representing elasticsearch result
|
static class |
ElasticsearchUserController.UpdateUserInfoTask
AsyncTask used to overwrite an existing user in the database
Input: User object
Output: Boolean representing elasticsearch result
|
| Constructor and Description |
|---|
ElasticsearchUserController() |