UsersService

public final class UsersService

Service for the users table

Author

Francesco Masala

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
public final Boolean checkPresenceByGoogleID(String googleID)

Check if a user is present in the database by the google id

Link copied to clipboard
public final Id<Users> create(Users user)

Create a user in the database

Link copied to clipboard
public final Id<Users> createIfNotPresent(Users user)

Create a user in the database if it doesn't exist and email the user

Link copied to clipboard
public final List<Users> findAll()

Return all the users from the database

Link copied to clipboard
public final List<Users> findByDomain(String domain)

Return a specific user from the database by the google gsuite domain

Link copied to clipboard
public final List<Users> findByEmail(String email)

Return a specific user from the database by the email address

Link copied to clipboard
public final List<Users> findByGoogleID(String googleID)

Return a specific user from the database by the google id

Link copied to clipboard
public final String obtainProperty(String property)
Link copied to clipboard
public final UsersData ReturnUserByID(String googleID)

Return a specific user from the database and makes it peeble-compatibale

Link copied to clipboard
public final UsersData ReturnUserByUUID(String uuid)

Return a specific user from the database by the UUID

Link copied to clipboard
public final Unit updateUserBio(String UserUUID, String userBio)

Update a user biography in the database