egovframework.rfc3.openapi20.dao
Class JwwwPhotoDAO
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.JwwwPhotoDAO
- All Implemented Interfaces:
- org.springframework.beans.factory.InitializingBean
@Repository(value="JwwwPhotoDAO")
public class JwwwPhotoDAO
- 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 |
JwwwPhotoDAO
public JwwwPhotoDAO()
selectPhotoDataListCnt
public int selectPhotoDataListCnt(JeventSearchVO jeventSearchVO)
throws java.lang.Exception
- 사진으로 보는 전주 전체 카운팅
- Parameters:
jeventSearchVO
-
- Returns:
-
- Throws:
java.lang.Exception
selectPhotoDataList
public java.util.List<JphotoVO> selectPhotoDataList(JeventSearchVO jeventSearchVO)
throws java.lang.Exception
- 사진으로 보는 전주 리스트
- Parameters:
jeventSearchVO
-
- Returns:
-
- Throws:
java.lang.Exception
getPhotoDataInfo
public JphotoVO getPhotoDataInfo(JeventSearchVO jeventSearchVO)
throws java.lang.Exception
- 사진으로 보는 전주 상세보기
- Parameters:
jeventSearchVO
-
- Returns:
-
- Throws:
java.lang.Exception
getPhotoFileInfo
public java.util.List<JeventFileVO> getPhotoFileInfo(JeventFileVO jeventFileVO)
throws java.lang.Exception
- 파일 리스트
- Parameters:
jreportVO
-
- Returns:
-
- Throws:
java.lang.Exception