|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GroupHierarchyVO | |
|---|---|
| egovframework.rfc3.iam.dao | |
| egovframework.rfc3.iam.service | |
| egovframework.rfc3.iam.service.impl | |
| Uses of GroupHierarchyVO in egovframework.rfc3.iam.dao |
|---|
| Methods in egovframework.rfc3.iam.dao that return types with arguments of type GroupHierarchyVO | |
|---|---|
java.util.List<GroupHierarchyVO> |
GroupDAO.getGroupHierarchiesForParentGroup(java.lang.String groupId)
그룹 계층 정보에서 하위권한 목록 가져오기(parentGroupId) |
| Methods in egovframework.rfc3.iam.dao with parameters of type GroupHierarchyVO | |
|---|---|
void |
GroupDAO.insertGroupHierarchy(GroupHierarchyVO groupHierarchyVO)
그룹 계층 관계 저장하기 |
void |
GroupDAO.updateGroupHierarchy(GroupHierarchyVO groupHierarchyVO)
그룹 계층 관계 수정하기 |
| Uses of GroupHierarchyVO in egovframework.rfc3.iam.service |
|---|
| Methods in egovframework.rfc3.iam.service that return types with arguments of type GroupHierarchyVO | |
|---|---|
java.util.List<GroupHierarchyVO> |
GroupService.getParentsGroup(java.lang.String groupId)
groupId 에 해당하는 전체 parnetGroupId 목록을 반환한다. |
| Methods in egovframework.rfc3.iam.service with parameters of type GroupHierarchyVO | |
|---|---|
void |
GroupService.insertGroupHierarchy(GroupHierarchyVO groupHierarchyVO)
그룹 계층 정보 저장하기 |
void |
GroupService.updateGroupHierarchy(GroupHierarchyVO groupHierarchyVO)
그룹 계층관계 수정 |
| Uses of GroupHierarchyVO in egovframework.rfc3.iam.service.impl |
|---|
| Methods in egovframework.rfc3.iam.service.impl that return types with arguments of type GroupHierarchyVO | |
|---|---|
java.util.List<GroupHierarchyVO> |
GroupServiceImpl.getParentsGroup(java.lang.String groupId)
그룹 계층정보에서 권한에 해당하는 하위1단계 권한을 가져온다. |
| Methods in egovframework.rfc3.iam.service.impl with parameters of type GroupHierarchyVO | |
|---|---|
void |
GroupServiceImpl.insertGroupHierarchy(GroupHierarchyVO groupHierarchyVO)
그룹계층 정보를 저장한다. |
void |
GroupServiceImpl.updateGroupHierarchy(GroupHierarchyVO groupHierarchyVO)
그룹 계층 관계 수정하기 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||