Uses of Class
egovframework.rfc3.popup.vo.PopupVO

Packages that use PopupVO
egovframework.rfc3.popup.dao   
egovframework.rfc3.popup.service   
egovframework.rfc3.popup.service.impl   
egovframework.rfc3.popup.web   
 

Uses of PopupVO in egovframework.rfc3.popup.dao
 

Methods in egovframework.rfc3.popup.dao that return PopupVO
 PopupVO PopupDAO.getPopup(PopupVO popupVO)
           
 

Methods in egovframework.rfc3.popup.dao that return types with arguments of type PopupVO
 java.util.List<PopupVO> PopupDAO.selectPopupList(PopupVO popupVO)
           
 java.util.List<PopupVO> PopupDAO.userSelectPopupList(PopupVO popupVO)
           
 

Methods in egovframework.rfc3.popup.dao with parameters of type PopupVO
 void PopupDAO.deletePopup(PopupVO popupVO)
           
 PopupVO PopupDAO.getPopup(PopupVO popupVO)
           
 void PopupDAO.insertPopup(PopupVO popupVO)
           
 java.util.List<PopupVO> PopupDAO.selectPopupList(PopupVO popupVO)
           
 int PopupDAO.selectPopupListTotal(PopupVO popupVO)
           
 void PopupDAO.updatePopup(PopupVO popupVO)
           
 java.util.List<PopupVO> PopupDAO.userSelectPopupList(PopupVO popupVO)
           
 

Uses of PopupVO in egovframework.rfc3.popup.service
 

Methods in egovframework.rfc3.popup.service that return PopupVO
 PopupVO PopupService.getPopup(PopupVO popupVO)
           
 

Methods in egovframework.rfc3.popup.service that return types with arguments of type PopupVO
 java.util.List<PopupVO> PopupService.selectPopupList(PopupVO popupVO)
           
 java.util.List<PopupVO> PopupService.userSelectPopupList(PopupVO popupVO)
           
 

Methods in egovframework.rfc3.popup.service with parameters of type PopupVO
 void PopupService.deletePopup(PopupVO popupVO)
           
 PopupVO PopupService.getPopup(PopupVO popupVO)
           
 void PopupService.insertPopup(PopupVO popupVO)
           
 java.util.List<PopupVO> PopupService.selectPopupList(PopupVO popupVO)
           
 int PopupService.selectPopupListTotal(PopupVO popupVO)
           
 void PopupService.updatePopup(PopupVO popupVO)
           
 java.util.List<PopupVO> PopupService.userSelectPopupList(PopupVO popupVO)
           
 

Uses of PopupVO in egovframework.rfc3.popup.service.impl
 

Methods in egovframework.rfc3.popup.service.impl that return PopupVO
 PopupVO PopupServiceImpl.getPopup(PopupVO popupVO)
           
 

Methods in egovframework.rfc3.popup.service.impl that return types with arguments of type PopupVO
 java.util.List<PopupVO> PopupServiceImpl.selectPopupList(PopupVO popupVO)
           
 java.util.List<PopupVO> PopupServiceImpl.userSelectPopupList(PopupVO popupVO)
           
 

Methods in egovframework.rfc3.popup.service.impl with parameters of type PopupVO
 void PopupServiceImpl.deletePopup(PopupVO popupVO)
           
 PopupVO PopupServiceImpl.getPopup(PopupVO popupVO)
           
 void PopupServiceImpl.insertPopup(PopupVO popupVO)
           
 java.util.List<PopupVO> PopupServiceImpl.selectPopupList(PopupVO popupVO)
           
 int PopupServiceImpl.selectPopupListTotal(PopupVO popupVO)
           
 void PopupServiceImpl.updatePopup(PopupVO popupVO)
           
 java.util.List<PopupVO> PopupServiceImpl.userSelectPopupList(PopupVO popupVO)
           
 

Uses of PopupVO in egovframework.rfc3.popup.web
 

Methods in egovframework.rfc3.popup.web that return PopupVO
 PopupVO PopupManager.getPopupVO(long popupSid)
           
 

Methods in egovframework.rfc3.popup.web that return types with arguments of type PopupVO
 java.util.List<PopupVO> PopupManager.getPopupList(java.lang.String popupMode, java.lang.String domainId, int popupCount)
           
 java.util.List<PopupVO> PopupManager.getPopupList(java.lang.String popupMode, java.lang.String domainId, int popupCount, boolean isGroup)
           
 java.util.List<PopupVO> PopupManager.getPopupList(java.lang.String popupMode, java.lang.String domainId, java.lang.String popupCategoryCode, int popupCount, boolean isGroup)
           
 java.util.List<PopupVO> PopupManager.getPopupList(java.lang.String popupMode, java.lang.String domainId, java.lang.String popupCategoryCode, int popupCount, boolean isGroup, java.lang.String useDomainCheck, java.lang.String useDomainId)
           
 

Methods in egovframework.rfc3.popup.web with parameters of type PopupVO
 java.lang.String PopupController.deletePopupAct(PopupVO popupVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String PopupController.selectPopupList(PopupVO popupVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String PopupController.updatePopupAct(PopupVO popupVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String PopupController.useDomainDeleteAct(PopupVO popupVO, PopupUseDomainVO popupUseDomainVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          팝업 적용된 도메인 삭제 액션
 java.lang.String PopupController.useDomainInsertAct(PopupVO popupVO, PopupUseDomainVO popupUseDomainVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          팝업 적용할 도메인 저장
 java.lang.String PopupController.useDomainList(PopupVO popupVO, PopupUseDomainVO popupUseDomainVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          적용된 도메인 목록
 java.lang.String PopupController.userView(PopupVO popupVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String PopupController.writePopup(PopupVO popupVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String PopupController.writePopupAct(PopupVO popupVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)