|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RolesHierarchyVO | |
---|---|
egovframework.rfc3.iam.dao | |
egovframework.rfc3.iam.service | |
egovframework.rfc3.iam.service.impl |
Uses of RolesHierarchyVO in egovframework.rfc3.iam.dao |
---|
Methods in egovframework.rfc3.iam.dao that return types with arguments of type RolesHierarchyVO | |
---|---|
java.util.List<RolesHierarchyVO> |
RolesDAO.getRolesHierarchiesForParentRole(java.lang.String roleId)
권한 계층 정보에서 하위권한 목록 가져오기(parentRole) |
Methods in egovframework.rfc3.iam.dao with parameters of type RolesHierarchyVO | |
---|---|
void |
RolesDAO.insertRolesHierarchy(RolesHierarchyVO rolesHierarchyVO)
권한 계층 관계 저장하기 |
Uses of RolesHierarchyVO in egovframework.rfc3.iam.service |
---|
Methods in egovframework.rfc3.iam.service that return types with arguments of type RolesHierarchyVO | |
---|---|
java.util.List<RolesHierarchyVO> |
RolesService.getParentsRoleIds(java.lang.String roleId)
roleId 에 해당하는 전체 parnetRoleId 목록을 반환한다. |
Methods in egovframework.rfc3.iam.service with parameters of type RolesHierarchyVO | |
---|---|
void |
RolesService.insertRolesHierarchy(RolesHierarchyVO rolesHierarchyVO)
권한 계층 정보 저장하기 |
Uses of RolesHierarchyVO in egovframework.rfc3.iam.service.impl |
---|
Methods in egovframework.rfc3.iam.service.impl that return types with arguments of type RolesHierarchyVO | |
---|---|
java.util.List<RolesHierarchyVO> |
RolesServiceImpl.getParentsRoleIds(java.lang.String roleId)
권한 계층정보에서 권한에 해당하는 하위1단계 권한을 가져온다. |
Methods in egovframework.rfc3.iam.service.impl with parameters of type RolesHierarchyVO | |
---|---|
void |
RolesServiceImpl.insertRolesHierarchy(RolesHierarchyVO rolesHierarchyVO)
권한계층 정보를 저장한다. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |