-
Notifications
You must be signed in to change notification settings - Fork 2
UserDAO
No attributes
Return type: Constructor
Arguments: Activity currentActivity
Description:
Return type: Constructor
Arguments:
Description:
Return type: String
Arguments: User user
Description: Method that executes the query to save an user at database.
Return type: String
Arguments: int idUser
Description: Method that searches an user at database through his id.
Return type: String
Arguments: String username
Description: Method that executes the query to delete an user at database using his username.
Return type: String
Arguments: int idUser
Description: Method used to execute the query to delete an user at database using his id.
Return type: String
Arguments: User user
Description: Method that updates the user information at database.
Return type: String
Arguments: int idUser
Description: Method that updates the user status to disabled at database.
Return type: JSONObject
Arguments: String username
Description: Method that searches an user in database through his username.
Return type: JSONObject
Arguments: String name
Description: Method that searches to users at database by his name.
- [Stylesheet] (Stylesheet)
-
[EditOrRemoveFragment] (EditOrRemoveFragment)
-
[RegisterFragment] (RegisterFragment)
-
[ShowUser] (ShowUser)
-
[ShowPlaceRank] (ShowPlaceRank)
-
[ShowTop5Ranking] (ShowTop5Ranking)
-
[ListEvents] (ListEvents)
-
[DisableAccountFragment] (DisableAccountFragment)
-
[PlaceDAO] (PlaceDAO)
-
[UserDAO] (UserDAO)
-
[EventCategoryDAO] (EventCategoryDAO)
-
[UserEvaluationDAO] (UserEvaluationDAO)
-
[EventEvaluation] (Class-EventEvaluation)
-
[Place] (Place)
-
[User] (Class-User)
-
[UserEvaluation] (UserEvaluation)