Uses of Class
es.kukenan.smartfi.microservice.firm.repository.entity.UserBackoffice
Packages that use UserBackoffice
Package
Description
Application Rest controllers.
Application Entities.
Application Utils.
-
Uses of UserBackoffice in es.kukenan.smartfi.microservice.firm.repository
Methods in es.kukenan.smartfi.microservice.firm.repository that return UserBackofficeModifier and TypeMethodDescriptionUserBackofficeRepository.findByCoreUserIdAndBackofficeId(String coreUserId, Integer backofficeId) Get userBackoffice in BBDD. -
Uses of UserBackoffice in es.kukenan.smartfi.microservice.firm.repository.entity
Fields in es.kukenan.smartfi.microservice.firm.repository.entity with type parameters of type UserBackofficeModifier and TypeFieldDescriptionprivate List<UserBackoffice>User.userBackofficelist of user backoffice. -
Uses of UserBackoffice in es.kukenan.smartfi.microservice.firm.utils
Methods in es.kukenan.smartfi.microservice.firm.utils that return types with arguments of type UserBackofficeModifier and TypeMethodDescriptionstatic List<UserBackoffice>UserUtils.map(User user, List<es.kukenan.smartfi.microservice.clients.events.common.UserBackoffice> userBackofficeEntities) Map the givenUserBackofficelist to aUserBackofficelist.