egovframework.rfc3.openapi20.dao
Class JwwwReportDAO
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springframework.orm.ibatis.support.SqlMapClientDaoSupport
egovframework.rte.psl.dataaccess.EgovAbstractDAO
egovframework.rfc3.common.dao.OpenApiJwwwAbstractDAO
egovframework.rfc3.openapi20.dao.JwwwReportDAO
- All Implemented Interfaces:
- org.springframework.beans.factory.InitializingBean
@Repository(value="JwwwReportDAO")
public class JwwwReportDAO
- extends OpenApiJwwwAbstractDAO
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 |
JwwwReportDAO
public JwwwReportDAO()
selectReportDataListCnt
public int selectReportDataListCnt(JeventSearchVO jeventSearchVO)
throws java.lang.Exception
- 보도자료 전체 카운팅
- Parameters:
jreportVO
-
- Returns:
-
- Throws:
java.lang.Exception
selectReportDataList
public java.util.List<JreportVO> selectReportDataList(JeventSearchVO jeventSearchVO)
throws java.lang.Exception
- 보도자료 리스트
- Parameters:
jreportVO
-
- Returns:
-
- Throws:
java.lang.Exception
getReportDataInfo
public JreportVO getReportDataInfo(JeventSearchVO jeventSearchVO)
throws java.lang.Exception
- 보도자료 상세보기
- Parameters:
jreportVO
-
- Returns:
-
- Throws:
java.lang.Exception
getReportFileInfo
public java.util.List<JeventFileVO> getReportFileInfo(JeventFileVO jreportVO)
throws java.lang.Exception
- 파일 리스트
- Parameters:
jreportVO
-
- Returns:
-
- Throws:
java.lang.Exception