|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PopupUseDomainVO | |
---|---|
egovframework.rfc3.popup.dao | |
egovframework.rfc3.popup.service | |
egovframework.rfc3.popup.service.impl | |
egovframework.rfc3.popup.web |
Uses of PopupUseDomainVO in egovframework.rfc3.popup.dao |
---|
Methods in egovframework.rfc3.popup.dao that return types with arguments of type PopupUseDomainVO | |
---|---|
java.util.List<PopupUseDomainVO> |
PopupDAO.selectUseDomainList(PopupUseDomainVO popupUseDomainVO)
|
Methods in egovframework.rfc3.popup.dao with parameters of type PopupUseDomainVO | |
---|---|
void |
PopupDAO.deleteUsePopDomain(PopupUseDomainVO popupUseDomainVO)
|
void |
PopupDAO.insertUseDomain(PopupUseDomainVO popupUseDomainVO)
|
int |
PopupDAO.isUsePopDomain(PopupUseDomainVO popupUseDomainVO)
|
java.util.List<PopupUseDomainVO> |
PopupDAO.selectUseDomainList(PopupUseDomainVO popupUseDomainVO)
|
Uses of PopupUseDomainVO in egovframework.rfc3.popup.service |
---|
Methods in egovframework.rfc3.popup.service that return types with arguments of type PopupUseDomainVO | |
---|---|
java.util.List<PopupUseDomainVO> |
PopupService.selectUseDomainList(PopupUseDomainVO popupUseDomainVO)
|
Methods in egovframework.rfc3.popup.service with parameters of type PopupUseDomainVO | |
---|---|
void |
PopupService.deleteUsePopDomain(PopupUseDomainVO popupUseDomainVO)
|
void |
PopupService.insertUseDomain(PopupUseDomainVO popupUseDomainVO)
|
int |
PopupService.isUsePopDomain(PopupUseDomainVO popupUseDomainVO)
|
java.util.List<PopupUseDomainVO> |
PopupService.selectUseDomainList(PopupUseDomainVO popupUseDomainVO)
|
Uses of PopupUseDomainVO in egovframework.rfc3.popup.service.impl |
---|
Methods in egovframework.rfc3.popup.service.impl that return types with arguments of type PopupUseDomainVO | |
---|---|
java.util.List<PopupUseDomainVO> |
PopupServiceImpl.selectUseDomainList(PopupUseDomainVO popupUseDomainVO)
|
Methods in egovframework.rfc3.popup.service.impl with parameters of type PopupUseDomainVO | |
---|---|
void |
PopupServiceImpl.deleteUsePopDomain(PopupUseDomainVO popupUseDomainVO)
|
void |
PopupServiceImpl.insertUseDomain(PopupUseDomainVO popupUseDomainVO)
|
int |
PopupServiceImpl.isUsePopDomain(PopupUseDomainVO popupUseDomainVO)
|
java.util.List<PopupUseDomainVO> |
PopupServiceImpl.selectUseDomainList(PopupUseDomainVO popupUseDomainVO)
|
Uses of PopupUseDomainVO in egovframework.rfc3.popup.web |
---|
Methods in egovframework.rfc3.popup.web with parameters of type PopupUseDomainVO | |
---|---|
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)
적용된 도메인 목록 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |