| 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 |
|---|---|
SecurityFunctionEntity |
SecurityFunctionDao.getSecurityFunctionByName(String securityFunctionName)
Gets a security function by it's name.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityFunctionEntity |
SecurityFunctionDaoImpl.getSecurityFunctionByName(String securityFunctionName) |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<SecurityFunctionEntity,String> |
SecurityFunctionEntity_.code |
static javax.persistence.metamodel.SingularAttribute<SecurityRoleFunctionEntity,SecurityFunctionEntity> |
SecurityRoleFunctionEntity_.securityFunction |
| Modifier and Type | Method and Description |
|---|---|
SecurityFunctionEntity |
SecurityRoleFunctionEntity.getSecurityFunction() |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityRoleFunctionEntity.setSecurityFunction(SecurityFunctionEntity securityFunction) |
| Modifier and Type | Method and Description |
|---|---|
SecurityFunctionEntity |
SecurityFunctionDaoHelper.getSecurityFunctionEntity(String securityFunctionName)
Gets a security function entity and ensure it exists.
|
Copyright © 2019. All rights reserved.