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

Packages that use RolesVO
egovframework.rfc3.iam.dao   
egovframework.rfc3.iam.service   
egovframework.rfc3.iam.service.impl   
egovframework.rfc3.iam.web   
 

Uses of RolesVO in egovframework.rfc3.iam.dao
 

Methods in egovframework.rfc3.iam.dao that return RolesVO
 RolesVO RolesDAO.get(java.lang.String roleId)
          해당 권한에 대한 정보를 가져온다.
 

Methods in egovframework.rfc3.iam.dao that return types with arguments of type RolesVO
 java.util.List<RolesVO> RolesDAO.getRoleList()
          권한 정보 전체 목록
 

Methods in egovframework.rfc3.iam.dao with parameters of type RolesVO
 void RolesDAO.insertRoles(RolesVO rolesVO)
          권한등록하기
 void RolesDAO.updateRoles(RolesVO rolesVO)
          권한 수정하기
 

Uses of RolesVO in egovframework.rfc3.iam.service
 

Methods in egovframework.rfc3.iam.service that return RolesVO
 RolesVO RolesService.get(java.lang.String roleId)
          roleId 에 해당하는 권한정보 리턴한다.
 

Methods in egovframework.rfc3.iam.service that return types with arguments of type RolesVO
 java.util.List<RolesVO> RolesService.getRoleHierarchyList()
          권한 계층 정보 전체 리스트
 java.util.List<RolesVO> RolesService.getRoleList()
          권한 정보 전체 목록
 

Methods in egovframework.rfc3.iam.service with parameters of type RolesVO
 void RolesService.insertRoles(RolesVO rolesVO)
          RFC_COMTNROLES 에 해당 권한 정보를 저장한다.
 void RolesService.updateRoles(RolesVO rolesVO)
          RFC_COMTNROLES 테이블로부터 해당 레코드를 수정한다.
 

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

Methods in egovframework.rfc3.iam.service.impl that return RolesVO
 RolesVO RolesServiceImpl.get(java.lang.String roleId)
          권한 정보에서 해당 권한의 내용을 가져온다.
 

Methods in egovframework.rfc3.iam.service.impl that return types with arguments of type RolesVO
 java.util.List<RolesVO> RolesServiceImpl.getRoleHierarchyList()
          계층형 권한 정보 전체 목록
 java.util.List<RolesVO> RolesServiceImpl.getRoleList()
          권한 정보 전체 목록
 

Methods in egovframework.rfc3.iam.service.impl with parameters of type RolesVO
 void RolesServiceImpl.insertRoles(RolesVO rolesVO)
          권한 정보를 저장한다.
 void RolesServiceImpl.updateRoles(RolesVO rolesVO)
          권한정보를 수정한다.
 

Uses of RolesVO in egovframework.rfc3.iam.web
 

Methods in egovframework.rfc3.iam.web with parameters of type RolesVO
 java.lang.String RolesController.deleteRolesAct(RolesVO rolesVO, org.springframework.web.bind.support.SessionStatus status, org.springframework.ui.ModelMap model)
           
 java.lang.String RolesController.resultPage(RolesVO rolesVO, org.springframework.ui.ModelMap model)
          결과 페이지
 java.lang.String RolesController.updateRolesAct(RolesVO rolesVO, org.springframework.validation.BindingResult bindingResult, org.springframework.web.bind.support.SessionStatus status, org.springframework.ui.ModelMap model)
          권한 정보 수정 처리하기
 java.lang.String RolesController.writeRoles(RolesVO rolesVO, RolesVO searchVO, org.springframework.ui.ModelMap model)
          권한 등록 및 수정 폼
 java.lang.String RolesController.writeRolesAct(RolesVO rolesVO, org.springframework.validation.BindingResult bindingResult, org.springframework.web.bind.support.SessionStatus status, org.springframework.ui.ModelMap model)
          권한 추가 처리 하기