Uses of Class
es.kukenan.smartfi.microservice.backoffice.repository.entity.User
Packages that use User
Package
Description
Services and related beans and dependencies.
Services and related beans and dependencies.
Services and internal components package.
Services and internal components package.
Services and related beans and dependencies.
-
Uses of User in es.kukenan.smartfi.microservice.backoffice.repository
Methods in es.kukenan.smartfi.microservice.backoffice.repository that return types with arguments of type UserModifier and TypeMethodDescriptionUserRepository.findAllByCompanyIdAndActiveTrue(Integer companyId) List of company users.UserRepository.findByCompanyIdAndUserFatherIsNull(Integer companyId) Find User Father for company Id.UserRepository.findByEmailAndActiveTrue(String email) Find user by email.UserRepository.findByIdAndCompanyIdAndActiveTrue(String id, Integer companyId) Find User for id and company Id. -
Uses of User in es.kukenan.smartfi.microservice.backoffice.repository.entity
Fields in es.kukenan.smartfi.microservice.backoffice.repository.entity declared as UserModifier and TypeFieldDescriptionprivate UserComment.insertUserInsert user.private UserComment.updateUserUpdate user.private UserAppointment.userAppointment user backoffice.private UserUser.userFatherUser father.Fields in es.kukenan.smartfi.microservice.backoffice.repository.entity with type parameters of type User -
Uses of User in es.kukenan.smartfi.microservice.backoffice.service
Methods in es.kukenan.smartfi.microservice.backoffice.service that return UserModifier and TypeMethodDescriptionCompanyService.companyUserCreation(es.kukenan.smartfi.microservice.backoffice.dtos.backoffice.CompanyUserBackoffice companyUserBackoffice, Rol rol, User principal, Integer companyId) Create user on DB.Methods in es.kukenan.smartfi.microservice.backoffice.service with parameters of type UserModifier and TypeMethodDescriptionprotected booleanAuthService.checkCredentials(LoginRequest loginDto, User user) CompanyService.companyUserCreation(es.kukenan.smartfi.microservice.backoffice.dtos.backoffice.CompanyUserBackoffice companyUserBackoffice, Rol rol, User principal, Integer companyId) Create user on DB.es.kukenan.smartfi.common.service.jwt.JwtBearerTokenServiceUtilities.generateJwt(User user, es.kukenan.smartfi.common.service.jwt.enums.SecurityLevelEnum securityLevelEnum, es.kukenan.smartfi.common.service.jwt.enums.AccessRoleEnum accessRoleEnum, es.kukenan.smartfi.common.service.jwt.enums.ChannelEnum channel, String deviceId) Generate a JWT Token well signed with data about user found. -
Uses of User in es.kukenan.smartfi.microservice.backoffice.service.mapper
Methods in es.kukenan.smartfi.microservice.backoffice.service.mapper with parameters of type UserModifier and TypeMethodDescriptionstatic es.kukenan.smartfi.microservice.backoffice.dtos.backoffice.CompanyUserBackofficeMap User Entity to CompanyUserBackoffice object.Method parameters in es.kukenan.smartfi.microservice.backoffice.service.mapper with type arguments of type User -
Uses of User in es.kukenan.smartfi.microservice.backoffice.utils
Methods in es.kukenan.smartfi.microservice.backoffice.utils with parameters of type UserModifier and TypeMethodDescriptionstatic StringUsersUtility.mapFullName(User user) Get user full name.static es.kukenan.smartfi.microservice.backoffice.dtos.backoffice.user.BasicUserDtoUsersUtility.mapToBackoffice(User user, List<es.kukenan.smartfi.microservice.backoffice.dtos.core.contract.Company> companies) Map the givenUserto aBasicUserDto.static es.kukenan.smartfi.microservice.backoffice.dtos.core.contract.BasicUserInfoDtoUsersUtility.mapToBasicInfo(User user) Map the given User to Basic Dto.Method parameters in es.kukenan.smartfi.microservice.backoffice.utils with type arguments of type UserModifier and TypeMethodDescriptionstatic List<es.kukenan.smartfi.microservice.backoffice.dtos.backoffice.user.BasicUserDto>UsersUtility.mapToBackoffice(List<User> users, List<es.kukenan.smartfi.microservice.backoffice.dtos.core.contract.Company> companies) Map the givenUserlist to aBasicUserDtolist.