|
||||||||||
| 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.ResourceRolesDAO
@Repository(value="ResourceRolesDAO") public class ResourceRolesDAO
자원 권한에 관계 테이블에 대한 DAO 클래스를 정의한다.
<< 개정이력(Modification Information) >> 수정일 수정자 수정내용 ------- -------- --------------------------- 2010.12.21 허성철 최초 생성 Copyright (C) 2010 by skoinfo All right reserved.
| Constructor Summary | |
|---|---|
ResourceRolesDAO()
|
|
| Method Summary | |
|---|---|
void |
deleteResourceRole(ResourceRolesVO resourceRolesVO)
자원 권한 삭제 |
void |
insertResourceRole(ResourceRolesVO resourceRolesVO)
자원 권한 저장 |
int |
selectResourceRoleExistCnt(ResourceRolesVO resourceRolesVO)
자원권한 테이블에 해당 자료 갯수 |
java.util.List<ResourceRolesVO> |
selectResourceRoleList(ResourceRolesVO resourceRolesVO)
자원권한 테이블에 해당 목록 |
void |
updateResourceRole(ResourceRolesVO resourceRolesVO)
자원 권한 수정 |
| 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 ResourceRolesDAO()
| Method Detail |
|---|
public int selectResourceRoleExistCnt(ResourceRolesVO resourceRolesVO)
throws java.lang.Exception
resourceRolesVO -
java.lang.Exception
public java.util.List<ResourceRolesVO> selectResourceRoleList(ResourceRolesVO resourceRolesVO)
throws java.lang.Exception
resourceRolesVO -
java.lang.Exception
public void insertResourceRole(ResourceRolesVO resourceRolesVO)
throws java.lang.Exception
resourceRolesVO -
java.lang.Exception
public void updateResourceRole(ResourceRolesVO resourceRolesVO)
throws java.lang.Exception
resourceRolesVO -
java.lang.Exception
public void deleteResourceRole(ResourceRolesVO resourceRolesVO)
throws java.lang.Exception
resourceRolesVO -
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||