Index
Entity DAO com.soffid.iam.model.RoleGroupEntityDao
[Entity]
Description
DAO methods
findOwnerGroupsByRole
select rolsgrup from com.soffid.iam.model.RoleGroupEntity rolsgrup where rolsgrup.grantedRole = :rolOtorgat
rolOtorgat
es.caib.seycon.ng.model.RolEntity
Returns
java.util.List<
es.caib.seycon.ng.model.RolsGrupEntity
>
findAssignedRolesByGroup
select rolsgrup from com.soffid.iam.model.RoleGroupEntity rolsgrup where rolsgrup.group = :grup
grup
es.caib.seycon.ng.model.GrupEntity
Returns
java.util.List<
es.caib.seycon.ng.model.RolsGrupEntity
>
DAO Dependencies
InformationSystemEntity
AuditEntity
GroupEntity
RoleEntity
TaskEntity
DomainValueEntity
Managed value objects
ContainerRole
RoleGrant
GroupRoles
Service Dependencies
7/1/22