Uses of Class
es.kukenan.smartfi.microservice.backoffice.repository.entity.Rol
Packages that use Rol
Package
Description
Services and related beans and dependencies.
Services and related beans and dependencies.
Services and internal components package.
Services and internal components package.
-
Uses of Rol in es.kukenan.smartfi.microservice.backoffice.repository
Methods in es.kukenan.smartfi.microservice.backoffice.repository that return types with arguments of type RolModifier and TypeMethodDescriptionRolRepository.findAllByActive(Boolean active) Find list of Role by active flag.RolRepository.findAllByNameIn(List<String> names) Find list of Role by name.RolRepository.findByName(String name) Find Rol by name. -
Uses of Rol in es.kukenan.smartfi.microservice.backoffice.repository.entity
Fields in es.kukenan.smartfi.microservice.backoffice.repository.entity declared as Rol -
Uses of Rol in es.kukenan.smartfi.microservice.backoffice.service
Methods in es.kukenan.smartfi.microservice.backoffice.service with parameters of type RolModifier and TypeMethodDescriptionCompanyService.companyUserCreation(es.kukenan.smartfi.microservice.backoffice.dtos.backoffice.CompanyUserBackoffice companyUserBackoffice, Rol rol, User principal, Integer companyId) Create user on DB. -
Uses of Rol in es.kukenan.smartfi.microservice.backoffice.service.mapper
Methods in es.kukenan.smartfi.microservice.backoffice.service.mapper with parameters of type RolModifier and TypeMethodDescriptionstatic es.kukenan.smartfi.microservice.backoffice.dtos.backoffice.requestedfiles.DataObjectMap Role to DataObject.Method parameters in es.kukenan.smartfi.microservice.backoffice.service.mapper with type arguments of type Rol