egovframework.rfc3.openapi20.service.impl
Class JwwwPhotoServiceImpl

java.lang.Object
  extended by egovframework.rte.fdl.cmmn.AbstractServiceImpl
      extended by egovframework.rfc3.openapi20.service.impl.JwwwPhotoServiceImpl
All Implemented Interfaces:
JwwwPhotoService

@Service(value="JwwwPhotoService")
public class JwwwPhotoServiceImpl
extends egovframework.rte.fdl.cmmn.AbstractServiceImpl
implements JwwwPhotoService


Constructor Summary
JwwwPhotoServiceImpl()
           
 
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 java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JwwwPhotoServiceImpl

public JwwwPhotoServiceImpl()
Method Detail

selectPhotoDataListCnt

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

Specified by:
selectPhotoDataListCnt in interface JwwwPhotoService
Parameters:
jeventSearchVO -
Returns:
Throws:
java.lang.Exception

selectPhotoDataList

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

Specified by:
selectPhotoDataList in interface JwwwPhotoService
Parameters:
jeventSearchVO -
Returns:
Throws:
java.lang.Exception

getPhotoDataInfo

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

Specified by:
getPhotoDataInfo in interface JwwwPhotoService
Parameters:
jeventSearchVO -
Returns:
Throws:
java.lang.Exception

getPhotoFileInfo

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

Specified by:
getPhotoFileInfo in interface JwwwPhotoService
Parameters:
jreportVO -
Returns:
Throws:
java.lang.Exception