egovframework.rfc3.popup.dao
Class PopupDAO
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
egovframework.rte.psl.dataaccess.EgovAbstractDAO
egovframework.rfc3.common.dao.RfcCMSAbstractDAO
egovframework.rfc3.popup.dao.PopupDAO
- All Implemented Interfaces:
- org.springframework.beans.factory.InitializingBean
@Repository(value="PopupDAO")
public class PopupDAO
- extends RfcCMSAbstractDAO
Methods inherited from class egovframework.rfc3.common.dao.RfcCMSAbstractDAO |
delete, desDecoding, desDecoding2, desDecodingList, desDecodingList2, desEncoding, desEncoding2, insert, list, listWithPaging, selectByPk, setSuperSqlMapClient, update |
Methods inherited from class org.springframework.orm.ibatis.support.SqlMapClientDaoSupport |
getDataSource, getSqlMapClient, getSqlMapClientTemplate, setDataSource, setSqlMapClient, setSqlMapClientTemplate |
Methods inherited from class org.springframework.dao.support.DaoSupport |
afterPropertiesSet |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PopupDAO
public PopupDAO()
selectPopupListTotal
public int selectPopupListTotal(PopupVO popupVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectPopupList
public java.util.List<PopupVO> selectPopupList(PopupVO popupVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
userSelectPopupList
public java.util.List<PopupVO> userSelectPopupList(PopupVO popupVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getPopup
public PopupVO getPopup(PopupVO popupVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
insertPopup
public void insertPopup(PopupVO popupVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
updatePopup
public void updatePopup(PopupVO popupVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
deletePopup
public void deletePopup(PopupVO popupVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectPopupCateListTotal
public int selectPopupCateListTotal(PopupCategoryVO popupCategoryVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
checkPopupCategory
public int checkPopupCategory(PopupCategoryVO popupCategoryVO)
throws java.lang.Exception
- 사이트/도메인 그룹 내의 카테고리 코드 중복을 체크한다.
- Parameters:
popupCategoryVO
-
- Returns:
-
- Throws:
java.lang.Exception
selectPopupCateList
public java.util.List<PopupCategoryVO> selectPopupCateList(PopupCategoryVO popupCategoryVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectPopupCategory
public java.util.List<PopupCategoryVO> selectPopupCategory(PopupCategoryVO popupCategoryVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
getPopupCategory
public PopupCategoryVO getPopupCategory(PopupCategoryVO popupCategoryVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
insertPopupCategory
public void insertPopupCategory(PopupCategoryVO popupCategoryVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
updatePopupCategory
public void updatePopupCategory(PopupCategoryVO popupCategoryVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
deletePopupCategory
public void deletePopupCategory(PopupCategoryVO popupCategoryVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
selectUseDomainList
public java.util.List<PopupUseDomainVO> selectUseDomainList(PopupUseDomainVO popupUseDomainVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
isUsePopDomain
public int isUsePopDomain(PopupUseDomainVO popupUseDomainVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
insertUseDomain
public void insertUseDomain(PopupUseDomainVO popupUseDomainVO)
throws java.lang.Exception
- Throws:
java.lang.Exception
deleteUsePopDomain
public void deleteUsePopDomain(PopupUseDomainVO popupUseDomainVO)
throws java.lang.Exception
- Throws:
java.lang.Exception