Uses of Class
it.univr.passportease.entity.User
Packages that use User
Package
Description
-
Uses of User in it.univr.passportease.controller.user
Methods in it.univr.passportease.controller.user that return UserModifier and TypeMethodDescriptionUserQueryController.getUserDetails()
This query returns the user details associated to the user. -
Uses of User in it.univr.passportease.dto.input
Fields in it.univr.passportease.dto.input declared as User -
Uses of User in it.univr.passportease.entity
Fields in it.univr.passportease.entity declared as UserModifier and TypeFieldDescriptionprivate User
Availability.user
TheUser
of theAvailability
.private @NonNull User
Notification.user
TheUser
that requested thisNotification
. -
Uses of User in it.univr.passportease.helper.map
Methods in it.univr.passportease.helper.map that return UserModifier and TypeMethodDescriptionMapUser.mapRegisterInputDBToUser
(RegisterInputDB registerInputDB) MapRegisterInputDB
toUser
.Methods in it.univr.passportease.helper.map with parameters of type UserModifier and TypeMethodDescriptionMapUser.mapUserToLoginOutput
(User user, JWT accessToken) MapUser
toLoginOutput
. -
Uses of User in it.univr.passportease.repository
Methods in it.univr.passportease.repository that return types with arguments of type UserModifier and TypeMethodDescriptionUserRepository.findByFiscalCode
(String fiscalCode) Finds a user by its fiscal code.Finds a user by its id.Methods in it.univr.passportease.repository with parameters of type UserModifier and TypeMethodDescriptionAvailabilityRepository.findByUser
(User user) Find the list ofAvailability
entities that have the givenUser
id. -
Uses of User in it.univr.passportease.service.user
Methods in it.univr.passportease.service.user that return UserModifier and TypeMethodDescriptionUserQueryService.getUserDetails
(JWT token) Get the user details from the JWT token.Methods in it.univr.passportease.service.user with parameters of type UserModifier and TypeMethodDescriptionUserMutationService.createNotification
(NotificationInput notificationInput, User user) Creates a new notification.UserMutationService.createReservation
(UUID availabilityId, User user) Creates a new availability. -
Uses of User in it.univr.passportease.service.user.impl
Methods in it.univr.passportease.service.user.impl that return UserModifier and TypeMethodDescriptionUserQueryServiceImpl.getUserDetails
(JWT token) Get the user details from the JWT token.Methods in it.univr.passportease.service.user.impl with parameters of type UserModifier and TypeMethodDescriptionUserMutationServiceImpl.createNotification
(NotificationInput notificationInput, User user) Creates a notification.UserMutationServiceImpl.createReservation
(UUID availabilityId, User user) Creates a reservation by id, setting the availability status toStatus.TAKEN