egovframework.rfc3.openapi20.service
Interface JwwwReportService

All Known Implementing Classes:
JwwwReportServiceImpl

public interface JwwwReportService


Method Summary
 JreportVO getReportDataInfo(JeventSearchVO jeventSearchVO)
          보도자료 전체 카운팅
 java.util.List<JeventFileVO> getReportFileInfo(JeventFileVO jeventFileVO)
          파일 리스트
 java.util.List<JreportVO> selectReportDataList(JeventSearchVO jeventSearchVO)
          보도자료 전체 카운팅
 int selectReportDataListCnt(JeventSearchVO jeventSearchVO)
          보도자료 전체 카운팅
 

Method Detail

selectReportDataListCnt

int selectReportDataListCnt(JeventSearchVO jeventSearchVO)
                            throws java.lang.Exception
보도자료 전체 카운팅

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

selectReportDataList

java.util.List<JreportVO> selectReportDataList(JeventSearchVO jeventSearchVO)
                                               throws java.lang.Exception
보도자료 전체 카운팅

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

getReportDataInfo

JreportVO getReportDataInfo(JeventSearchVO jeventSearchVO)
                            throws java.lang.Exception
보도자료 전체 카운팅

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

getReportFileInfo

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

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