Uses of Class
es.kukenan.smartfi.microservice.contracts.repository.entity.User
Packages that use User
Package
Description
Services and internal components package.
Services and internal components package.
Utilities package.
-
Uses of User in es.kukenan.smartfi.microservice.contracts.repository
Methods in es.kukenan.smartfi.microservice.contracts.repository with type parameters of type UserModifier and TypeMethodDescription<S extends User>
SUserRepository.saveAndFlush(S entity) Saves an entity and flushes changes instantly.Methods in es.kukenan.smartfi.microservice.contracts.repository that return UserModifier and TypeMethodDescriptionUserRepository.findOneByDocumentIdAndCompanyId(String documentId, String companyId) Get user is in BBDD. -
Uses of User in es.kukenan.smartfi.microservice.contracts.repository.entity
Fields in es.kukenan.smartfi.microservice.contracts.repository.entity declared as User -
Uses of User in es.kukenan.smartfi.microservice.contracts.utils
Methods in es.kukenan.smartfi.microservice.contracts.utils with parameters of type UserModifier and TypeMethodDescriptionstatic List<UserBackoffice>UserUtils.map(User user, List<es.kukenan.smartfi.microservice.clients.events.common.UserBackoffice> userBackofficeEntities) Map the givenUserBackofficelist to aUserBackofficelist.