egovframework.rfc3.openapi20.dao
Class JwwwPhotoDAO

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.JwwwPhotoDAO
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

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


Constructor Summary
JwwwPhotoDAO()
           
 
Method Summary
 JphotoVO getPhotoDataInfo(JeventSearchVO jeventSearchVO)
          사진으로 보는 전주 상세보기
 java.util.List<JeventFileVO> getPhotoFileInfo(JeventFileVO jeventFileVO)
          파일 리스트
 java.util.List<JphotoVO> selectPhotoDataList(JeventSearchVO jeventSearchVO)
          사진으로 보는 전주 리스트
 int selectPhotoDataListCnt(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

JwwwPhotoDAO

public JwwwPhotoDAO()
Method Detail

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