Uses of Class
egovframework.rfc3.iam.vo.AuthoritesVO

Packages that use AuthoritesVO
egovframework.rfc3.iam.dao   
egovframework.rfc3.iam.service   
egovframework.rfc3.iam.service.impl   
egovframework.rfc3.iam.vo   
egovframework.rfc3.iam.web   
egovframework.rfc3.user.vo   
 

Uses of AuthoritesVO in egovframework.rfc3.iam.dao
 

Methods in egovframework.rfc3.iam.dao that return types with arguments of type AuthoritesVO
 java.util.List<AuthoritesVO> AuthorDAO.selectAuthorList(AuthoritesVO authoritesVO)
          subjectId 에 해당하는 권한 정보
 

Methods in egovframework.rfc3.iam.dao with parameters of type AuthoritesVO
 void AuthorDAO.deleteAuthor(AuthoritesVO authoritesVO)
          권한관계 테이블에 사이트별로 사용자 또는 그룹 삭제
 void AuthorDAO.insertAuthor(AuthoritesVO authoritesVO)
          관한관계 테이블에 사이트별로 사용자 또는 그룹 저장
 int AuthorDAO.selectAuthorExistCnt(AuthoritesVO authoritesVO)
          권한관계 테이블에 사이트별로 사용자,그룹갯수
 java.util.List<AuthoritesVO> AuthorDAO.selectAuthorList(AuthoritesVO authoritesVO)
          subjectId 에 해당하는 권한 정보
 void AuthorDAO.updateAuthor(AuthoritesVO authoritesVO)
          권한 관계 수정
 

Uses of AuthoritesVO in egovframework.rfc3.iam.service
 

Methods in egovframework.rfc3.iam.service that return types with arguments of type AuthoritesVO
 java.util.List<AuthoritesVO> AuthorService.selectAuthorList(AuthoritesVO authoritesVO)
          subjectId 에 해당하는 권한 정보
 

Methods in egovframework.rfc3.iam.service with parameters of type AuthoritesVO
 void AuthorService.deleteAuthor(AuthoritesVO authoritesVO)
          권한관계 테이블에 사이트별로 사용자 또는 그룹 삭제
 void AuthorService.insertAuthor(AuthoritesVO authoritesVO)
          권한관계 테이블에 사이트별로 사용자 또는 그룹 저장
 int AuthorService.selectAuthorExistCnt(AuthoritesVO authoritesVO)
          권한관계 테이블에 사이트별로 사용자,그룹갯수
 java.util.List<AuthoritesVO> AuthorService.selectAuthorList(AuthoritesVO authoritesVO)
          subjectId 에 해당하는 권한 정보
 void AuthorService.updateAuthor(AuthoritesVO authoritesVO)
          권한관계 테이블 수정
 

Uses of AuthoritesVO in egovframework.rfc3.iam.service.impl
 

Methods in egovframework.rfc3.iam.service.impl that return types with arguments of type AuthoritesVO
 java.util.List<AuthoritesVO> AuthoServiceImpl.selectAuthorList(AuthoritesVO authoritesVO)
          subjectId 에 해당하는 권한 정보
 

Methods in egovframework.rfc3.iam.service.impl with parameters of type AuthoritesVO
 void AuthoServiceImpl.deleteAuthor(AuthoritesVO authoritesVO)
          권한관계 테이블에 사이트별로 사용자 또는 그룹 삭제
 void AuthoServiceImpl.insertAuthor(AuthoritesVO authoritesVO)
          권한관계 테이블에 사이트별로 사용자 또는 그룹 저장
 int AuthoServiceImpl.selectAuthorExistCnt(AuthoritesVO authoritesVO)
          권한관계 테이블에 사이트별로 사용자,그룹갯수
 java.util.List<AuthoritesVO> AuthoServiceImpl.selectAuthorList(AuthoritesVO authoritesVO)
          subjectId 에 해당하는 권한 정보
 void AuthoServiceImpl.updateAuthor(AuthoritesVO authoritesVO)
          권한관계 테이블 수정
 

Uses of AuthoritesVO in egovframework.rfc3.iam.vo
 

Methods in egovframework.rfc3.iam.vo that return types with arguments of type AuthoritesVO
 java.util.List<AuthoritesVO> GroupVO.getAuthorList()
           
 

Method parameters in egovframework.rfc3.iam.vo with type arguments of type AuthoritesVO
 void GroupVO.setAuthorList(java.util.List<AuthoritesVO> authorList)
           
 

Uses of AuthoritesVO in egovframework.rfc3.iam.web
 

Methods in egovframework.rfc3.iam.web with parameters of type AuthoritesVO
 java.lang.String AuthorController.authorList(javax.servlet.http.HttpServletRequest request, AuthoritesVO authoritesVO, org.springframework.ui.ModelMap model)
          권한 목록
 java.lang.String GroupController.menuList(javax.servlet.http.HttpServletRequest request, AuthoritesVO authoritesVO, org.springframework.ui.ModelMap model)
          그룹 권한으로 관리자 메뉴 가져오기
 java.lang.String GroupController.updateAdminRoleMenuAct(javax.servlet.http.HttpServletRequest request, AuthoritesVO authoritesVO, org.springframework.ui.ModelMap model)
          그룹별 관리자 메뉴 권한 적용
 java.lang.String AuthorController.writeGroupAct(javax.servlet.http.HttpServletRequest request, org.springframework.web.bind.support.SessionStatus status, AuthoritesVO authoritesVO, org.springframework.ui.ModelMap model)
          계정그룹에 대한 권한 설정하기
 java.lang.String AuthorController.writeNewAct(javax.servlet.http.HttpServletRequest request, org.springframework.web.bind.support.SessionStatus status, AuthoritesVO authoritesVO, java.lang.String[] roleId, org.springframework.ui.ModelMap model)
          권한 등록 및 수정 및 삭제
 java.lang.String AuthorController.writeUserAct(javax.servlet.http.HttpServletRequest request, org.springframework.web.bind.support.SessionStatus status, AuthoritesVO authoritesVO, org.springframework.ui.ModelMap model)
          사용자 계정 대한 권한 설정하기
 

Uses of AuthoritesVO in egovframework.rfc3.user.vo
 

Methods in egovframework.rfc3.user.vo that return types with arguments of type AuthoritesVO
 java.util.List<AuthoritesVO> UserManageVO.getGroupAuthorList()
           
 java.util.List<AuthoritesVO> MberManageVO.getGroupAuthorList()
           
 java.util.List<AuthoritesVO> UserManageVO.getUserAuthorList()
           
 java.util.List<AuthoritesVO> MberManageVO.getUserAuthorList()
           
 

Method parameters in egovframework.rfc3.user.vo with type arguments of type AuthoritesVO
 void UserManageVO.setGroupAuthorList(java.util.List<AuthoritesVO> groupAuthorList)
           
 void MberManageVO.setGroupAuthorList(java.util.List<AuthoritesVO> groupAuthorList)
           
 void UserManageVO.setUserAuthorList(java.util.List<AuthoritesVO> userAuthorList)
           
 void MberManageVO.setUserAuthorList(java.util.List<AuthoritesVO> userAuthorList)