egovframework.rfc3.openapi20.service
Interface JwwwPhotoService

All Known Implementing Classes:
JwwwPhotoServiceImpl

public interface JwwwPhotoService


Method Summary
 JphotoVO getPhotoDataInfo(JeventSearchVO jeventSearchVO)
          사진으로 보는 전주 상세보기
 java.util.List<JeventFileVO> getPhotoFileInfo(JeventFileVO jeventFileVO)
          파일 리스트
 java.util.List<JphotoVO> selectPhotoDataList(JeventSearchVO jeventSearchVO)
          사진으로 보는 전주 리스트
 int selectPhotoDataListCnt(JeventSearchVO jeventSearchVO)
          사진으로 보는 전주 전체 카운팅
 

Method Detail

selectPhotoDataListCnt

int selectPhotoDataListCnt(JeventSearchVO jeventSearchVO)
                           throws java.lang.Exception
사진으로 보는 전주 전체 카운팅

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

selectPhotoDataList

java.util.List<JphotoVO> selectPhotoDataList(JeventSearchVO jeventSearchVO)
                                             throws java.lang.Exception
사진으로 보는 전주 리스트

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

getPhotoDataInfo

JphotoVO getPhotoDataInfo(JeventSearchVO jeventSearchVO)
                          throws java.lang.Exception
사진으로 보는 전주 상세보기

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

getPhotoFileInfo

java.util.List<JeventFileVO> getPhotoFileInfo(JeventFileVO jeventFileVO)
                                              throws java.lang.Exception
파일 리스트

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