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

Packages that use SiteGroupVO
egovframework.rfc3.iam.dao   
egovframework.rfc3.iam.service   
egovframework.rfc3.iam.service.impl   
egovframework.rfc3.iam.web   
egovframework.rfc3.indexaction.vo   
 

Uses of SiteGroupVO in egovframework.rfc3.iam.dao
 

Methods in egovframework.rfc3.iam.dao that return SiteGroupVO
 SiteGroupVO SiteGroupDAO.siteGroupInfo(java.lang.String sgroupId)
          사이트 그룹 정보 보기
 

Methods in egovframework.rfc3.iam.dao that return types with arguments of type SiteGroupVO
 java.util.List<SiteGroupVO> SiteGroupDAO.selectAllSiteGroupList()
          현재사용하는 사이트 그룹 전체 목록
 java.util.List<SiteGroupVO> SiteGroupDAO.selectAllSiteGroupList(java.lang.String sgroupId)
           
 java.util.List<SiteGroupVO> SiteGroupDAO.selectSiteGroupList(SiteGroupVO siteGroupVO)
          사이트 그룹 검색조건에 따른 전체 목록
 

Methods in egovframework.rfc3.iam.dao with parameters of type SiteGroupVO
 void SiteGroupDAO.insertSiteGroup(SiteGroupVO siteGroupVO)
          사이트 그룹정보를 저장
 java.util.List<SiteGroupVO> SiteGroupDAO.selectSiteGroupList(SiteGroupVO siteGroupVO)
          사이트 그룹 검색조건에 따른 전체 목록
 int SiteGroupDAO.selectSiteGroupListTotCnt(SiteGroupVO siteGroupVO)
          사이트 그룹 검색조건에 해당하는 갯수
 void SiteGroupDAO.updateSiteGroup(SiteGroupVO siteGroupVO)
          사이트 그룹 수정 하기
 

Uses of SiteGroupVO in egovframework.rfc3.iam.service
 

Methods in egovframework.rfc3.iam.service that return SiteGroupVO
 SiteGroupVO SiteGroupService.siteGroupInfo(java.lang.String sgroupId)
          사이트 그룹 정보 보기
 

Methods in egovframework.rfc3.iam.service that return types with arguments of type SiteGroupVO
 java.util.List<SiteGroupVO> SiteGroupService.selectAllSiteGroupList()
          현재 사용되는 사이트 그룹 목록
 java.util.List<SiteGroupVO> SiteGroupService.selectAllSiteGroupList(java.lang.String sgroupId)
           
 java.util.List<SiteGroupVO> SiteGroupService.selectSiteGroupList(SiteGroupVO siteGroupVO)
          사이트 그룹 검색조건에 따른 전체 목록
 

Methods in egovframework.rfc3.iam.service with parameters of type SiteGroupVO
 void SiteGroupService.insertSiteGroup(SiteGroupVO siteGroupVO)
          사이트 그룹정보를 저장
 java.util.List<SiteGroupVO> SiteGroupService.selectSiteGroupList(SiteGroupVO siteGroupVO)
          사이트 그룹 검색조건에 따른 전체 목록
 int SiteGroupService.selectSiteGroupListTotCnt(SiteGroupVO siteGroupVO)
          사이트 그룹 검색조건에 따른 총갯수
 void SiteGroupService.updateSiteGroup(SiteGroupVO siteGroupVO)
          사이트 그룹 수정 하기
 

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

Methods in egovframework.rfc3.iam.service.impl that return SiteGroupVO
 SiteGroupVO SiteGroupServiceImpl.siteGroupInfo(java.lang.String sgroupId)
          사이트 그룹 정보 보기
 

Methods in egovframework.rfc3.iam.service.impl that return types with arguments of type SiteGroupVO
 java.util.List<SiteGroupVO> SiteGroupServiceImpl.selectAllSiteGroupList()
          현재 사용되는 사이트 그룹 목록
 java.util.List<SiteGroupVO> SiteGroupServiceImpl.selectAllSiteGroupList(java.lang.String sgroupId)
           
 java.util.List<SiteGroupVO> SiteGroupServiceImpl.selectSiteGroupList(SiteGroupVO siteGroupVO)
          사이트 그룹 검색조건에 따른 전체 목록
 

Methods in egovframework.rfc3.iam.service.impl with parameters of type SiteGroupVO
 void SiteGroupServiceImpl.insertSiteGroup(SiteGroupVO siteGroupVO)
          사이트 그룹정보를 저장
 java.util.List<SiteGroupVO> SiteGroupServiceImpl.selectSiteGroupList(SiteGroupVO siteGroupVO)
          사이트 그룹 검색조건에 따른 전체 목록
 int SiteGroupServiceImpl.selectSiteGroupListTotCnt(SiteGroupVO siteGroupVO)
          사이트 그룹 검색조건에 따른 총갯수
 void SiteGroupServiceImpl.updateSiteGroup(SiteGroupVO siteGroupVO)
          사이트 그룹 수정 하기
 

Uses of SiteGroupVO in egovframework.rfc3.iam.web
 

Methods in egovframework.rfc3.iam.web with parameters of type SiteGroupVO
 java.lang.String SiteGroupController.deleteSiteGroupAct(SiteGroupVO siteGroupVO, org.springframework.web.bind.support.SessionStatus status, org.springframework.ui.ModelMap model)
           
 java.lang.String SiteGroupController.resultPage(SiteGroupVO siteGroupVO, org.springframework.ui.ModelMap model)
          결과 페이지
 java.lang.String SiteGroupController.selectSiteGroupList(SiteGroupVO siteGroupVO, org.springframework.ui.ModelMap model)
          사이트 그룹 전체 목록
 java.lang.String SiteGroupController.updateSiteGroupAct(SiteGroupVO siteGroupVO, org.springframework.validation.BindingResult bindingResult, org.springframework.web.bind.support.SessionStatus status, org.springframework.ui.ModelMap model)
          사이트 그룹 수정 처리 페이지
 java.lang.String SiteGroupController.writeSiteGroup(SiteGroupVO siteGroupVO, SiteGroupVO searchVO, org.springframework.ui.ModelMap model)
          사이트 그룹 등록 및 수정 폼 이동
 java.lang.String SiteGroupController.writeSiteGroupAct(SiteGroupVO siteGroupVO, org.springframework.validation.BindingResult bindingResult, org.springframework.web.bind.support.SessionStatus status, org.springframework.ui.ModelMap model)
          사이트 그룹 등록 처리 페이지
 

Uses of SiteGroupVO in egovframework.rfc3.indexaction.vo
 

Methods in egovframework.rfc3.indexaction.vo that return SiteGroupVO
 SiteGroupVO IndexActionVO.getSiteGroupVO()
           
 

Methods in egovframework.rfc3.indexaction.vo with parameters of type SiteGroupVO
 void IndexActionVO.setSiteGroupVO(SiteGroupVO siteGroupVO)