| Package | Description |
|---|---|
| org.finra.herd.dao | |
| org.finra.herd.dao.impl | |
| org.finra.herd.model.jpa | |
| org.finra.herd.service.helper |
| Modifier and Type | Method and Description |
|---|---|
SecurityRoleEntity |
SecurityRoleDao.getSecurityRoleByName(String securityRoleName)
Gets a security role by it's name.
|
| Modifier and Type | Method and Description |
|---|---|
List<SecurityRoleEntity> |
SecurityRoleDao.getAllSecurityRoles()
Gets the list of all security roles entities.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityRoleEntity |
SecurityRoleDaoImpl.getSecurityRoleByName(String securityRoleName) |
| Modifier and Type | Method and Description |
|---|---|
List<SecurityRoleEntity> |
SecurityRoleDaoImpl.getAllSecurityRoles() |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<SecurityRoleEntity,String> |
SecurityRoleEntity_.code |
static javax.persistence.metamodel.SingularAttribute<SecurityRoleEntity,String> |
SecurityRoleEntity_.description |
static javax.persistence.metamodel.SingularAttribute<SecurityRoleFunctionEntity,SecurityRoleEntity> |
SecurityRoleFunctionEntity_.securityRole |
| Modifier and Type | Method and Description |
|---|---|
SecurityRoleEntity |
SecurityRoleFunctionEntity.getSecurityRole() |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityRoleFunctionEntity.setSecurityRole(SecurityRoleEntity securityRole) |
| Modifier and Type | Method and Description |
|---|---|
SecurityRoleEntity |
SecurityRoleDaoHelper.getSecurityRoleEntity(String securityRoleName)
Gets a security role entity and ensure it exists.
|
Copyright © 2021. All rights reserved.