Uses of Class
se.bth.pulse.entity.User
Packages that use User
Package
Description
-
Uses of User in se.bth.pulse.controller
Method parameters in se.bth.pulse.controller with type arguments of type User -
Uses of User in se.bth.pulse.entity
Method parameters in se.bth.pulse.entity with type arguments of type User -
Uses of User in se.bth.pulse.repository
Methods in se.bth.pulse.repository that return UserModifier and TypeMethodDescriptionUserRepository.findByEmail
(String email) UserRepository.getUserByUsername
(String username) Methods in se.bth.pulse.repository that return types with arguments of type UserMethod parameters in se.bth.pulse.repository with type arguments of type UserModifier and TypeMethodDescriptionReportRepository.findAllByProjectUsersIn
(List<User> users) ReportRepository.findByIdAndProjectUsersIn
(Integer id, List<User> users) -
Uses of User in se.bth.pulse.service
Methods in se.bth.pulse.service that return UserConstructors in se.bth.pulse.service with parameters of type User -
Uses of User in se.bth.pulse.utility
Method parameters in se.bth.pulse.utility with type arguments of type UserModifier and TypeMethodDescriptionstatic boolean
JspCustomFunctions.containsUser
(List<User> list, Integer o) This function is used to find if a users it is in a list of users.