egovframework.rfc3.openapi20.dao
Class JwwwEventDAO

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
          extended by egovframework.rte.psl.dataaccess.EgovAbstractDAO
              extended by egovframework.rfc3.common.dao.OpenApiJwwwAbstractDAO
                  extended by egovframework.rfc3.openapi20.dao.JwwwEventDAO
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

@Repository(value="JwwwEventDAO")
public class JwwwEventDAO
extends OpenApiJwwwAbstractDAO


Constructor Summary
JwwwEventDAO()
           
 
Method Summary
 JeventVO getEventDataInfo(JeventSearchVO jeventSearchVO)
          이벤트 세부 정보
 java.util.List<JeventVO> selectBoardDataList(JeventSearchVO jeventSearchVO)
          이벤트 검색 목록
 int selectEventDataListCnt(JeventSearchVO jeventSearchVO)
          이벤트 검색 수
 
Methods inherited from class egovframework.rfc3.common.dao.OpenApiJwwwAbstractDAO
delete, 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
 

Constructor Detail

JwwwEventDAO

public JwwwEventDAO()
Method Detail

selectEventDataListCnt

public int selectEventDataListCnt(JeventSearchVO jeventSearchVO)
                           throws java.lang.Exception
이벤트 검색 수

Parameters:
jeventSearchVO -
Returns:
Throws:
java.lang.Exception

selectBoardDataList

public java.util.List<JeventVO> selectBoardDataList(JeventSearchVO jeventSearchVO)
                                             throws java.lang.Exception
이벤트 검색 목록

Parameters:
jeventSearchVO -
Returns:
Throws:
java.lang.Exception

getEventDataInfo

public JeventVO getEventDataInfo(JeventSearchVO jeventSearchVO)
                          throws java.lang.Exception
이벤트 세부 정보

Parameters:
jeventSearchVO -
Returns:
Throws:
java.lang.Exception