Uses of Class
fr.tse.fise2.pip.Exceptions.UserNotExistException
Package | Description |
---|---|
fr.tse.fise2.pip.Database | |
fr.tse.fise2.pip.tests.database | |
fr.tse.fise2.pip.Utils |
-
Uses of UserNotExistException in fr.tse.fise2.pip.Database
Methods in fr.tse.fise2.pip.Database that throw UserNotExistException Modifier and Type Method Description boolean
Database. loginAccount(java.lang.String usernameToCheck, java.lang.String passwordToCheck, Session session)
Methode permettant de connecter un compte present dans la BDD si il existe -
Uses of UserNotExistException in fr.tse.fise2.pip.tests.database
Methods in fr.tse.fise2.pip.tests.database that throw UserNotExistException Modifier and Type Method Description void
databaseTests. loginTest()
-
Uses of UserNotExistException in fr.tse.fise2.pip.Utils
Methods in fr.tse.fise2.pip.Utils that throw UserNotExistException Modifier and Type Method Description static User
SearchUtils. makeSearch(java.lang.String toBeFound)
Methode permettant la recherche d'un utilisateur grace a son screen nameConstructors in fr.tse.fise2.pip.Utils that throw UserNotExistException Constructor Description User(com.google.gson.JsonObject json)
Constructeur de la classe avec un Json passe en parametre