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

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

Uses of PopupCategoryVO in egovframework.rfc3.popup.dao
 

Methods in egovframework.rfc3.popup.dao that return PopupCategoryVO
 PopupCategoryVO PopupDAO.getPopupCategory(PopupCategoryVO popupCategoryVO)
           
 

Methods in egovframework.rfc3.popup.dao that return types with arguments of type PopupCategoryVO
 java.util.List<PopupCategoryVO> PopupDAO.selectPopupCategory(PopupCategoryVO popupCategoryVO)
           
 java.util.List<PopupCategoryVO> PopupDAO.selectPopupCateList(PopupCategoryVO popupCategoryVO)
           
 

Methods in egovframework.rfc3.popup.dao with parameters of type PopupCategoryVO
 int PopupDAO.checkPopupCategory(PopupCategoryVO popupCategoryVO)
          사이트/도메인 그룹 내의 카테고리 코드 중복을 체크한다.
 void PopupDAO.deletePopupCategory(PopupCategoryVO popupCategoryVO)
           
 PopupCategoryVO PopupDAO.getPopupCategory(PopupCategoryVO popupCategoryVO)
           
 void PopupDAO.insertPopupCategory(PopupCategoryVO popupCategoryVO)
           
 java.util.List<PopupCategoryVO> PopupDAO.selectPopupCategory(PopupCategoryVO popupCategoryVO)
           
 java.util.List<PopupCategoryVO> PopupDAO.selectPopupCateList(PopupCategoryVO popupCategoryVO)
           
 int PopupDAO.selectPopupCateListTotal(PopupCategoryVO popupCategoryVO)
           
 void PopupDAO.updatePopupCategory(PopupCategoryVO popupCategoryVO)
           
 

Uses of PopupCategoryVO in egovframework.rfc3.popup.service
 

Methods in egovframework.rfc3.popup.service that return PopupCategoryVO
 PopupCategoryVO PopupService.getPopupCategory(PopupCategoryVO popupCategoryVO)
           
 

Methods in egovframework.rfc3.popup.service that return types with arguments of type PopupCategoryVO
 java.util.List<PopupCategoryVO> PopupService.selectPopupCategory(java.lang.String sgroupId, java.lang.String domainId)
           
 java.util.List<PopupCategoryVO> PopupService.selectPopupCateList(PopupCategoryVO popupCategoryVO)
           
 

Methods in egovframework.rfc3.popup.service with parameters of type PopupCategoryVO
 void PopupService.deletePopupCategory(PopupCategoryVO popupCategoryVO)
           
 PopupCategoryVO PopupService.getPopupCategory(PopupCategoryVO popupCategoryVO)
           
 void PopupService.insertPopupCategory(PopupCategoryVO popupCategoryVO)
           
 java.util.List<PopupCategoryVO> PopupService.selectPopupCateList(PopupCategoryVO popupCategoryVO)
           
 int PopupService.selectPopupCateListTotal(PopupCategoryVO popupCategoryVO)
           
 void PopupService.updatePopupCategory(PopupCategoryVO popupCategoryVO)
           
 

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

Methods in egovframework.rfc3.popup.service.impl that return PopupCategoryVO
 PopupCategoryVO PopupServiceImpl.getPopupCategory(PopupCategoryVO popupCategoryVO)
           
 

Methods in egovframework.rfc3.popup.service.impl that return types with arguments of type PopupCategoryVO
 java.util.List<PopupCategoryVO> PopupServiceImpl.selectPopupCategory(java.lang.String sgroupId, java.lang.String domainId)
           
 java.util.List<PopupCategoryVO> PopupServiceImpl.selectPopupCateList(PopupCategoryVO popupCategoryVO)
           
 

Methods in egovframework.rfc3.popup.service.impl with parameters of type PopupCategoryVO
 void PopupServiceImpl.deletePopupCategory(PopupCategoryVO popupCategoryVO)
           
 PopupCategoryVO PopupServiceImpl.getPopupCategory(PopupCategoryVO popupCategoryVO)
           
 void PopupServiceImpl.insertPopupCategory(PopupCategoryVO popupCategoryVO)
           
 java.util.List<PopupCategoryVO> PopupServiceImpl.selectPopupCateList(PopupCategoryVO popupCategoryVO)
           
 int PopupServiceImpl.selectPopupCateListTotal(PopupCategoryVO popupCategoryVO)
           
 void PopupServiceImpl.updatePopupCategory(PopupCategoryVO popupCategoryVO)
           
 

Uses of PopupCategoryVO in egovframework.rfc3.popup.web
 

Methods in egovframework.rfc3.popup.web with parameters of type PopupCategoryVO
 java.lang.String PopupCategoryController.deletePopupCategoryAct(PopupCategoryVO popupCategoryVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String PopupCategoryController.selectPopupCategoryList(PopupCategoryVO popupCategoryVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String PopupCategoryController.updatePopupCategoryAct(PopupCategoryVO popupCategoryVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String PopupCategoryController.writePopupCategory(PopupCategoryVO popupCategoryVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String PopupCategoryController.writePopupCategoryAct(PopupCategoryVO popupCategoryVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)