|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object egovframework.rte.fdl.cmmn.AbstractServiceImpl egovframework.rfc3.iam.service.impl.RolesServiceImpl
@Service(value="RolesService") public class RolesServiceImpl
권한정보에 대한 RolesServiceImpl 클래스를 정의한다.
<< 개정이력(Modification Information) >> 수정일 수정자 수정내용 ------- -------- --------------------------- 2011.02.17 허성철 최초 생성 Copyright (C) 2011 by skoinfo All right reserved.
Constructor Summary | |
---|---|
RolesServiceImpl()
|
Method Summary | |
---|---|
void |
deleteRoles(java.lang.String currentNode)
권한 정보를 삭제한다. |
void |
deleteRolesHierarchy(java.lang.String roleId)
권한 계층 정보를 삭제한다. |
RolesVO |
get(java.lang.String roleId)
권한 정보에서 해당 권한의 내용을 가져온다. |
java.util.List<RolesHierarchyVO> |
getParentsRoleIds(java.lang.String roleId)
권한 계층정보에서 권한에 해당하는 하위1단계 권한을 가져온다. |
java.util.List<RolesVO> |
getRoleHierarchyList()
계층형 권한 정보 전체 목록 |
java.util.List<RolesVO> |
getRoleList()
권한 정보 전체 목록 |
java.util.List<IamTree> |
getRootNodeOfRoles()
권한계층정보에서 최상위 권한을 가져온다. |
void |
initialRoles()
권한 정보 초기 설정 |
void |
insertRoles(RolesVO rolesVO)
권한 정보를 저장한다. |
void |
insertRolesHierarchy(RolesHierarchyVO rolesHierarchyVO)
권한계층 정보를 저장한다. |
void |
updateRoles(RolesVO rolesVO)
권한정보를 수정한다. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RolesServiceImpl()
Method Detail |
---|
public java.util.List<IamTree> getRootNodeOfRoles() throws java.lang.Exception
getRootNodeOfRoles
in interface RolesService
java.lang.Exception
public RolesVO get(java.lang.String roleId) throws java.lang.Exception
get
in interface RolesService
java.lang.Exception
public java.util.List<RolesHierarchyVO> getParentsRoleIds(java.lang.String roleId) throws java.lang.Exception
getParentsRoleIds
in interface RolesService
java.lang.Exception
public void insertRoles(RolesVO rolesVO) throws java.lang.Exception
insertRoles
in interface RolesService
java.lang.Exception
public void updateRoles(RolesVO rolesVO) throws java.lang.Exception
updateRoles
in interface RolesService
java.lang.Exception
public void deleteRoles(java.lang.String currentNode) throws java.lang.Exception
deleteRoles
in interface RolesService
java.lang.Exception
public void insertRolesHierarchy(RolesHierarchyVO rolesHierarchyVO) throws java.lang.Exception
insertRolesHierarchy
in interface RolesService
java.lang.Exception
public void deleteRolesHierarchy(java.lang.String roleId) throws java.lang.Exception
deleteRolesHierarchy
in interface RolesService
java.lang.Exception
public void initialRoles() throws java.lang.Exception
initialRoles
in interface RolesService
java.lang.Exception
public java.util.List<RolesVO> getRoleList() throws java.lang.Exception
getRoleList
in interface RolesService
java.lang.Exception
public java.util.List<RolesVO> getRoleHierarchyList() throws java.lang.Exception
getRoleHierarchyList
in interface RolesService
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |