|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.dao.support.DaoSupport
org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
egovframework.rte.psl.dataaccess.EgovAbstractDAO
egovframework.rfc3.common.dao.RfcIAMAbstractDAO
egovframework.rfc3.iam.dao.RolesDAO
@Repository(value="RolesDAO") public class RolesDAO
권한정보에 대한 DAO 클래스를 정의한다.
<< 개정이력(Modification Information) >> 수정일 수정자 수정내용 ------- -------- --------------------------- 2010.12.21 허성철 최초 생성 Copyright (C) 2010 by skoinfo All right reserved.
| Constructor Summary | |
|---|---|
RolesDAO()
|
|
| Method Summary | |
|---|---|
void |
deleteRoles(java.lang.String roleId)
권한 삭제 |
void |
deleteRolesHierarchy(java.lang.String roleId)
권한 계층에서 하위 1단계만 삭제하기 |
RolesVO |
get(java.lang.String roleId)
해당 권한에 대한 정보를 가져온다. |
java.util.List<RolesVO> |
getRoleList()
권한 정보 전체 목록 |
java.util.List<RolesHierarchyVO> |
getRolesHierarchiesForParentRole(java.lang.String roleId)
권한 계층 정보에서 하위권한 목록 가져오기(parentRole) |
java.util.List<IamTree> |
getRoleTree(java.lang.String parentNode)
|
java.util.List<IamTree> |
getRootNodeOfRoles()
권한계층정보에서 최상위 권한을 가져온다. |
void |
initialRoles()
권한 정보 초기 설정 |
void |
insertRoles(RolesVO rolesVO)
권한등록하기 |
void |
insertRolesHierarchy(RolesHierarchyVO rolesHierarchyVO)
권한 계층 관계 저장하기 |
void |
updateRoles(RolesVO rolesVO)
권한 수정하기 |
| Methods inherited from class egovframework.rfc3.common.dao.RfcIAMAbstractDAO |
|---|
delete, insert, list, listWithPaging, selectByPk, setSuperSqlMapClient, update |
| Methods inherited from class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport |
|---|
getDataSource, getSqlMapClient, getSqlMapClientTemplate, setDataSource, setSqlMapClient, setSqlMapClientTemplate |
| Methods inherited from class org.springframework.dao.support.DaoSupport |
|---|
afterPropertiesSet |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RolesDAO()
| Method Detail |
|---|
public java.util.List<IamTree> getRoleTree(java.lang.String parentNode)
throws java.lang.Exception
java.lang.Exception
public java.util.List<IamTree> getRootNodeOfRoles()
throws java.lang.Exception
java.lang.Exception
public java.util.List<RolesVO> getRoleList()
throws java.lang.Exception
java.lang.Exception
public RolesVO get(java.lang.String roleId)
throws java.lang.Exception
roleId -
java.lang.Exception
public void insertRoles(RolesVO rolesVO)
throws java.lang.Exception
rolesVO -
java.lang.Exception
public void updateRoles(RolesVO rolesVO)
throws java.lang.Exception
rolesVO -
java.lang.Exception
public void deleteRoles(java.lang.String roleId)
throws java.lang.Exception
roleId -
java.lang.Exception
public java.util.List<RolesHierarchyVO> getRolesHierarchiesForParentRole(java.lang.String roleId)
throws java.lang.Exception
roleId -
java.lang.Exception
public void insertRolesHierarchy(RolesHierarchyVO rolesHierarchyVO)
throws java.lang.Exception
rolesHierarchyVO -
java.lang.Exception
public void deleteRolesHierarchy(java.lang.String roleId)
throws java.lang.Exception
roleId -
java.lang.Exception
public void initialRoles()
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||