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

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

Uses of SwitchingLogVO in egovframework.rfc3.iam.dao
 

Methods in egovframework.rfc3.iam.dao that return types with arguments of type SwitchingLogVO
 java.util.List<SwitchingLogVO> AccessIpDAO.selectSwitchingLogList(SwitchingLogVO switchingLogVO)
           
 

Methods in egovframework.rfc3.iam.dao with parameters of type SwitchingLogVO
 void AccessIpDAO.insertSwitchingLog(SwitchingLogVO switchingLogVO)
           
 java.util.List<SwitchingLogVO> AccessIpDAO.selectSwitchingLogList(SwitchingLogVO switchingLogVO)
           
 int AccessIpDAO.selectSwitchingLogListTotCnt(SwitchingLogVO switchingLogVO)
           
 

Uses of SwitchingLogVO in egovframework.rfc3.iam.service
 

Methods in egovframework.rfc3.iam.service that return types with arguments of type SwitchingLogVO
 java.util.List<SwitchingLogVO> AccessIpService.selectSwitchingLogList(SwitchingLogVO switchingLogVO)
           
 

Methods in egovframework.rfc3.iam.service with parameters of type SwitchingLogVO
 void AccessIpService.insertSwitchingLog(SwitchingLogVO switchingLogVO)
           
 java.util.List<SwitchingLogVO> AccessIpService.selectSwitchingLogList(SwitchingLogVO switchingLogVO)
           
 int AccessIpService.selectSwitchingLogListTotCnt(SwitchingLogVO switchingLogVO)
           
 

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

Methods in egovframework.rfc3.iam.service.impl that return types with arguments of type SwitchingLogVO
 java.util.List<SwitchingLogVO> AccessIpServiceImpl.selectSwitchingLogList(SwitchingLogVO switchingLogVO)
           
 

Methods in egovframework.rfc3.iam.service.impl with parameters of type SwitchingLogVO
 void AccessIpServiceImpl.insertSwitchingLog(SwitchingLogVO switchingLogVO)
           
 java.util.List<SwitchingLogVO> AccessIpServiceImpl.selectSwitchingLogList(SwitchingLogVO switchingLogVO)
           
 int AccessIpServiceImpl.selectSwitchingLogListTotCnt(SwitchingLogVO switchingLogVO)
           
 

Uses of SwitchingLogVO in egovframework.rfc3.iam.web
 

Methods in egovframework.rfc3.iam.web with parameters of type SwitchingLogVO
 java.lang.String AccessIpController.selectSwitchingLogList(SwitchingLogVO switchingLogVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)