egovframework.rfc3.iam.service
Interface ViewResourceMappingService

All Known Implementing Classes:
ViewResourceMappingServiceImpl

public interface ViewResourceMappingService

view Mapping 자원에 관한 인터페이스 클래스를 정의한다.

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

 Copyright (C) 2010 by skoinfo  All right reserved.
 

Method Summary
 void deleteViewResourceMapping(java.lang.String category)
          해당 view에 대한 매핑 삭제
 LoginVO desDecoding(LoginVO loginVO)
          복호화
 java.util.List<LoginVO> findUserList(LoginVO loginVO)
          사용자 찾기 전체 목록
 int findUserListTotCnt(LoginVO loginVO)
          사용자 찾기 전체 갯수
 int findUserUpdateCnt(ViewResourceRoleVO ViewResourceRoleVos)
          사용자 권한 중복확인
 java.util.List getHierarchicalRoles(java.util.HashMap map)
           
 java.util.List getViewResourceMapping(java.util.HashMap map)
          해당 view에 대한 매핑 목록
 void insertViewResourceMapping(ViewResourceRoleVO viewResourceRoleVO)
          해당 view에 대한 매핑 저장
 void insertViewResourceMappingHistory(ViewResourceRoleHistoryVO viewResourceRoleHistoryVO)
          권한관리 로그 등록
 java.util.List<ViewResourceRoleVO> selectCopyResourceMappingUserList(java.lang.String userid)
          권한관리 승인 리스트
 java.util.List<ViewResourceRoleHistoryVO> selectHistoryLoginVO(ViewResourceRoleHistoryVO viewResourceRoleHistoryVO)
          권한관리 로그 리스트
 java.util.List<ViewResourceRoleVO> selectRoleCopyUserList(java.lang.String[] menuRolearr)
          권한관리 승인 리스트
 java.util.List<ViewResourceRoleVO> selectRoleUserList(ViewResourceRoleVO viewResourceRoleVO)
          메뉴 권한관리 리스트
 java.util.List<ViewResourceRoleVO> selectViewResourceMappingList(ViewResourceRoleVO viewResourceRoleVO)
           
 java.util.List<ViewResourceRoleVO> selectViewResourceMappingOfficeList(ViewResourceRoleVO viewResourceRoleVO)
           
 java.util.List<ViewResourceRoleVO> selectViewResourceMappingUserList(ViewResourceRoleVO viewResourceRoleVO)
           
 void UserCopyDelete(java.lang.String refId)
          사용자 권한 삭제(권한위임)
 void UserCopyUpdateCnt(java.lang.String userId, java.lang.String targetId)
          권한관리 승인 수정
 void userDelete(ViewResourceRoleVO ViewResourceRoleVos)
          사용자 권한 삭제
 void UserRoleCopyDelete(java.lang.String refId, java.lang.String catagory)
          사용자 권한선택 삭제(권한위임)
 void UserUpdateCnt(ViewResourceRoleVO ViewResourceRoleVos)
          사용자 권한 수정
 

Method Detail

getViewResourceMapping

java.util.List getViewResourceMapping(java.util.HashMap map)
                                      throws java.lang.Exception
해당 view에 대한 매핑 목록

Parameters:
viewResourceRoleVO -
Returns:
Throws:
java.lang.Exception

getHierarchicalRoles

java.util.List getHierarchicalRoles(java.util.HashMap map)
                                    throws java.lang.Exception
Throws:
java.lang.Exception

selectViewResourceMappingList

java.util.List<ViewResourceRoleVO> selectViewResourceMappingList(ViewResourceRoleVO viewResourceRoleVO)
                                                                 throws java.lang.Exception
Throws:
java.lang.Exception

selectViewResourceMappingUserList

java.util.List<ViewResourceRoleVO> selectViewResourceMappingUserList(ViewResourceRoleVO viewResourceRoleVO)
                                                                     throws java.lang.Exception
Throws:
java.lang.Exception

insertViewResourceMapping

void insertViewResourceMapping(ViewResourceRoleVO viewResourceRoleVO)
                               throws java.lang.Exception
해당 view에 대한 매핑 저장

Parameters:
viewResourceRoleVO -
Throws:
java.lang.Exception

deleteViewResourceMapping

void deleteViewResourceMapping(java.lang.String category)
                               throws java.lang.Exception
해당 view에 대한 매핑 삭제

Parameters:
category -
Throws:
java.lang.Exception

findUserListTotCnt

int findUserListTotCnt(LoginVO loginVO)
                       throws java.lang.Exception
사용자 찾기 전체 갯수

Parameters:
loginVO -
Returns:
Throws:
java.lang.Exception

findUserList

java.util.List<LoginVO> findUserList(LoginVO loginVO)
                                     throws java.lang.Exception
사용자 찾기 전체 목록

Parameters:
loginVO -
Returns:
Throws:
java.lang.Exception

desDecoding

LoginVO desDecoding(LoginVO loginVO)
                    throws java.lang.Exception
복호화

Parameters:
userManageVO -
Returns:
Throws:
java.lang.Exception

findUserUpdateCnt

int findUserUpdateCnt(ViewResourceRoleVO ViewResourceRoleVos)
                      throws java.lang.Exception
사용자 권한 중복확인

Parameters:
loginVO -
Returns:
Throws:
java.lang.Exception

UserUpdateCnt

void UserUpdateCnt(ViewResourceRoleVO ViewResourceRoleVos)
                   throws java.lang.Exception
사용자 권한 수정

Parameters:
loginVO -
Throws:
java.lang.Exception

userDelete

void userDelete(ViewResourceRoleVO ViewResourceRoleVos)
                throws java.lang.Exception
사용자 권한 삭제

Parameters:
loginVO -
Throws:
java.lang.Exception

selectViewResourceMappingOfficeList

java.util.List<ViewResourceRoleVO> selectViewResourceMappingOfficeList(ViewResourceRoleVO viewResourceRoleVO)
                                                                       throws java.lang.Exception
Throws:
java.lang.Exception

selectHistoryLoginVO

java.util.List<ViewResourceRoleHistoryVO> selectHistoryLoginVO(ViewResourceRoleHistoryVO viewResourceRoleHistoryVO)
                                                               throws java.lang.Exception
권한관리 로그 리스트

Parameters:
viewResourceRoleHistoryVO -
Returns:
Throws:
java.lang.Exception

insertViewResourceMappingHistory

void insertViewResourceMappingHistory(ViewResourceRoleHistoryVO viewResourceRoleHistoryVO)
                                      throws java.lang.Exception
권한관리 로그 등록

Parameters:
loginVO -
Throws:
java.lang.Exception

selectCopyResourceMappingUserList

java.util.List<ViewResourceRoleVO> selectCopyResourceMappingUserList(java.lang.String userid)
                                                                     throws java.lang.Exception
권한관리 승인 리스트

Parameters:
viewResourceRoleHistoryVO -
Returns:
Throws:
java.lang.Exception

UserCopyUpdateCnt

void UserCopyUpdateCnt(java.lang.String userId,
                       java.lang.String targetId)
                       throws java.lang.Exception
권한관리 승인 수정

Parameters:
loginVO -
Throws:
java.lang.Exception

UserCopyDelete

void UserCopyDelete(java.lang.String refId)
                    throws java.lang.Exception
사용자 권한 삭제(권한위임)

Parameters:
loginVO -
Throws:
java.lang.Exception

selectRoleUserList

java.util.List<ViewResourceRoleVO> selectRoleUserList(ViewResourceRoleVO viewResourceRoleVO)
                                                      throws java.lang.Exception
메뉴 권한관리 리스트

Parameters:
viewResourceRoleHistoryVO -
Returns:
Throws:
java.lang.Exception

selectRoleCopyUserList

java.util.List<ViewResourceRoleVO> selectRoleCopyUserList(java.lang.String[] menuRolearr)
                                                          throws java.lang.Exception
권한관리 승인 리스트

Parameters:
viewResourceRoleHistoryVO -
Returns:
Throws:
java.lang.Exception

UserRoleCopyDelete

void UserRoleCopyDelete(java.lang.String refId,
                        java.lang.String catagory)
                        throws java.lang.Exception
사용자 권한선택 삭제(권한위임)

Parameters:
loginVO -
Throws:
java.lang.Exception