Uses of Class
com.ubs.backend.classes.database.UserLogin
Packages that use UserLogin
Package
Description
-
Uses of UserLogin in com.ubs.backend.classes.database.dao
Methods in com.ubs.backend.classes.database.dao that return UserLoginModifier and TypeMethodDescriptionUserLoginDAO.select(long id)Selects a UserLogin by its IDUserLoginDAO.selectByEmail(String email)UserLoginDAO.selectByEmail(String email, javax.persistence.EntityManager em)Methods in com.ubs.backend.classes.database.dao with parameters of type UserLoginModifier and TypeMethodDescriptionvoidUserLoginDAO.setPassword(UserLogin userLogin, String password)Sets the Password of a UserLoginvoid -
Uses of UserLogin in com.ubs.backend.demo
Methods in com.ubs.backend.demo that return types with arguments of type UserLogin -
Uses of UserLogin in com.ubs.backend.services
Method parameters in com.ubs.backend.services with type arguments of type UserLoginModifier and TypeMethodDescriptionprivate StringGet.generateJSONResponseAllUsers(List<UserLogin> userLogins, long loggedInUserID)Generates the JSON Response for a List of multiple Users