egovframework.rfc3.iam.service.impl
Class ResourceRoleServiceImpl

java.lang.Object
  extended by egovframework.rte.fdl.cmmn.AbstractServiceImpl
      extended by egovframework.rfc3.iam.service.impl.ResourceRoleServiceImpl
All Implemented Interfaces:
ResourceRoleService

@Service(value="ResourceRoleService")
public class ResourceRoleServiceImpl
extends egovframework.rte.fdl.cmmn.AbstractServiceImpl
implements ResourceRoleService

자원 권한 서비스를 impl 위한 클래스

Since:
2010.12.21
Version:
egovframework RFC 3.0
Author:
개발팀 허성철
See Also:
 << 개정이력(Modification Information) >>
   
   수정일      수정자           수정내용
  -------    --------    ---------------------------
   2010.12.21  허성철          최초 생성

 Copyright (C) 2010 by skoinfo  All right reserved.
 

Constructor Summary
ResourceRoleServiceImpl()
           
 
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 java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceRoleServiceImpl

public ResourceRoleServiceImpl()
Method Detail

selectResourceRoleExistCnt

public int selectResourceRoleExistCnt(ResourceRolesVO resourceRolesVO)
                               throws java.lang.Exception
자원권한 테이블에 해당 자료 갯수

Specified by:
selectResourceRoleExistCnt in interface ResourceRoleService
Returns:
Throws:
java.lang.Exception

selectResourceRoleList

public java.util.List<ResourceRolesVO> selectResourceRoleList(ResourceRolesVO resourceRolesVO)
                                                       throws java.lang.Exception
자원권한 테이블에 해당 목록

Specified by:
selectResourceRoleList in interface ResourceRoleService
Returns:
Throws:
java.lang.Exception

insertResourceRole

public void insertResourceRole(ResourceRolesVO resourceRolesVO)
                        throws java.lang.Exception
자원 권한 저장

Specified by:
insertResourceRole in interface ResourceRoleService
Throws:
java.lang.Exception

updateResourceRole

public void updateResourceRole(ResourceRolesVO resourceRolesVO)
                        throws java.lang.Exception
자원 권한 수정

Specified by:
updateResourceRole in interface ResourceRoleService
Throws:
java.lang.Exception

deleteResourceRole

public void deleteResourceRole(ResourceRolesVO resourceRolesVO)
                        throws java.lang.Exception
자원 권한 삭제

Specified by:
deleteResourceRole in interface ResourceRoleService
Throws:
java.lang.Exception