|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IamTree | |
---|---|
egovframework.rfc3.iam.dao | |
egovframework.rfc3.iam.service | |
egovframework.rfc3.iam.service.impl |
Uses of IamTree in egovframework.rfc3.iam.dao |
---|
Methods in egovframework.rfc3.iam.dao that return types with arguments of type IamTree | |
---|---|
java.util.List<IamTree> |
RolesDAO.getRoleTree(java.lang.String parentNode)
|
java.util.List<IamTree> |
GroupDAO.getRootNodeOfGroup(java.lang.String sgroupId)
그룹계층정보에서 최상위 권한을 가져온다. |
java.util.List<IamTree> |
RolesDAO.getRootNodeOfRoles()
권한계층정보에서 최상위 권한을 가져온다. |
Uses of IamTree in egovframework.rfc3.iam.service |
---|
Methods in egovframework.rfc3.iam.service that return types with arguments of type IamTree | |
---|---|
java.util.List<IamTree> |
GroupService.getRootNodeOfGroup(java.lang.String sgroupId)
RFC_COMTNGROUP_HIERARCHY 테이블에서 root node를 찾는다. |
java.util.List<IamTree> |
RolesService.getRootNodeOfRoles()
RFC_COMTNROLES_HIERARCHY 테이블에서 root node를 찾는다. |
Uses of IamTree in egovframework.rfc3.iam.service.impl |
---|
Methods in egovframework.rfc3.iam.service.impl that return types with arguments of type IamTree | |
---|---|
java.util.List<IamTree> |
GroupServiceImpl.getRootNodeOfGroup(java.lang.String sgroupId)
그룹계층정보에서 최상위 권한을 가져온다. - 사용안함 |
java.util.List<IamTree> |
RolesServiceImpl.getRootNodeOfRoles()
권한계층정보에서 최상위 권한을 가져온다. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |