public interface SecurityFunctionDao extends BaseJpaDao
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getSecurityFunctions()
Gets a list of security functions.
|
List<String> |
getSecurityFunctionsForRole(String roleCd)
Gets a list of functions for the role.
|
List<String> |
getUnrestrictedSecurityFunctions()
Gets a list of security functions that have no roles mapped to them.
|
delete, detach, findAll, findById, findByNamedProperties, findUniqueByNamedProperties, getCurrentTimestamp, getEntityManager, query, queryByNamedParams, save, saveAndRefreshList<String> getSecurityFunctions()
List<String> getSecurityFunctionsForRole(String roleCd)
roleCd - the role codeCopyright © 2017. All rights reserved.