egovframework.rfc3.popup.service.impl
Class PopupServiceImpl
java.lang.Object
egovframework.rte.fdl.cmmn.AbstractServiceImpl
egovframework.rfc3.popup.service.impl.PopupServiceImpl
- All Implemented Interfaces:
- PopupService
@Service(value="PopupService")
public class PopupServiceImpl
- extends egovframework.rte.fdl.cmmn.AbstractServiceImpl
- implements PopupService
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PopupServiceImpl
public PopupServiceImpl()
selectPopupListTotal
public int selectPopupListTotal(PopupVO popupVO)
throws java.lang.Exception
- Specified by:
selectPopupListTotal
in interface PopupService
- Throws:
java.lang.Exception
selectPopupList
public java.util.List<PopupVO> selectPopupList(PopupVO popupVO)
throws java.lang.Exception
- Specified by:
selectPopupList
in interface PopupService
- Throws:
java.lang.Exception
userSelectPopupList
public java.util.List<PopupVO> userSelectPopupList(PopupVO popupVO)
throws java.lang.Exception
- Specified by:
userSelectPopupList
in interface PopupService
- Throws:
java.lang.Exception
getPopup
public PopupVO getPopup(PopupVO popupVO)
throws java.lang.Exception
- Specified by:
getPopup
in interface PopupService
- Throws:
java.lang.Exception
insertPopup
public void insertPopup(PopupVO popupVO)
throws java.lang.Exception
- Specified by:
insertPopup
in interface PopupService
- Throws:
java.lang.Exception
updatePopup
public void updatePopup(PopupVO popupVO)
throws java.lang.Exception
- Specified by:
updatePopup
in interface PopupService
- Throws:
java.lang.Exception
deletePopup
public void deletePopup(PopupVO popupVO)
throws java.lang.Exception
- Specified by:
deletePopup
in interface PopupService
- Throws:
java.lang.Exception
selectPopupCateListTotal
public int selectPopupCateListTotal(PopupCategoryVO popupCategoryVO)
throws java.lang.Exception
- Specified by:
selectPopupCateListTotal
in interface PopupService
- Throws:
java.lang.Exception
checkPopupCategory
public int checkPopupCategory(java.lang.String sgroupId,
java.lang.String domainId,
java.lang.String popupCategoryCode)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectPopupCateList
public java.util.List<PopupCategoryVO> selectPopupCateList(PopupCategoryVO popupCategoryVO)
throws java.lang.Exception
- Specified by:
selectPopupCateList
in interface PopupService
- Throws:
java.lang.Exception
selectPopupCategory
public java.util.List<PopupCategoryVO> selectPopupCategory(java.lang.String sgroupId,
java.lang.String domainId)
throws java.lang.Exception
- Specified by:
selectPopupCategory
in interface PopupService
- Throws:
java.lang.Exception
getPopupCategory
public PopupCategoryVO getPopupCategory(PopupCategoryVO popupCategoryVO)
throws java.lang.Exception
- Specified by:
getPopupCategory
in interface PopupService
- Throws:
java.lang.Exception
insertPopupCategory
public void insertPopupCategory(PopupCategoryVO popupCategoryVO)
throws java.lang.Exception
- Specified by:
insertPopupCategory
in interface PopupService
- Throws:
java.lang.Exception
updatePopupCategory
public void updatePopupCategory(PopupCategoryVO popupCategoryVO)
throws java.lang.Exception
- Specified by:
updatePopupCategory
in interface PopupService
- Throws:
java.lang.Exception
deletePopupCategory
public void deletePopupCategory(PopupCategoryVO popupCategoryVO)
throws java.lang.Exception
- Specified by:
deletePopupCategory
in interface PopupService
- Throws:
java.lang.Exception
selectUseDomainList
public java.util.List<PopupUseDomainVO> selectUseDomainList(PopupUseDomainVO popupUseDomainVO)
throws java.lang.Exception
- Specified by:
selectUseDomainList
in interface PopupService
- Throws:
java.lang.Exception
isUsePopDomain
public int isUsePopDomain(PopupUseDomainVO popupUseDomainVO)
throws java.lang.Exception
- Specified by:
isUsePopDomain
in interface PopupService
- Throws:
java.lang.Exception
insertUseDomain
public void insertUseDomain(PopupUseDomainVO popupUseDomainVO)
throws java.lang.Exception
- Specified by:
insertUseDomain
in interface PopupService
- Throws:
java.lang.Exception
deleteUsePopDomain
public void deleteUsePopDomain(PopupUseDomainVO popupUseDomainVO)
throws java.lang.Exception
- Specified by:
deleteUsePopDomain
in interface PopupService
- Throws:
java.lang.Exception