Uses of Class
egovframework.rfc3.openapi20.vo.JreportVO

Packages that use JreportVO
egovframework.rfc3.openapi20.dao   
egovframework.rfc3.openapi20.service   
egovframework.rfc3.openapi20.service.impl   
 

Uses of JreportVO in egovframework.rfc3.openapi20.dao
 

Methods in egovframework.rfc3.openapi20.dao that return JreportVO
 JreportVO JwwwReportDAO.getReportDataInfo(JeventSearchVO jeventSearchVO)
          보도자료 상세보기
 

Methods in egovframework.rfc3.openapi20.dao that return types with arguments of type JreportVO
 java.util.List<JreportVO> JwwwReportDAO.selectReportDataList(JeventSearchVO jeventSearchVO)
          보도자료 리스트
 

Uses of JreportVO in egovframework.rfc3.openapi20.service
 

Methods in egovframework.rfc3.openapi20.service that return JreportVO
 JreportVO JwwwReportService.getReportDataInfo(JeventSearchVO jeventSearchVO)
          보도자료 전체 카운팅
 

Methods in egovframework.rfc3.openapi20.service that return types with arguments of type JreportVO
 java.util.List<JreportVO> JwwwReportService.selectReportDataList(JeventSearchVO jeventSearchVO)
          보도자료 전체 카운팅
 

Uses of JreportVO in egovframework.rfc3.openapi20.service.impl
 

Methods in egovframework.rfc3.openapi20.service.impl that return JreportVO
 JreportVO JwwwReportServiceImpl.getReportDataInfo(JeventSearchVO jeventSearchVO)
          보도자료 전체 카운팅
 

Methods in egovframework.rfc3.openapi20.service.impl that return types with arguments of type JreportVO
 java.util.List<JreportVO> JwwwReportServiceImpl.selectReportDataList(JeventSearchVO jeventSearchVO)
          보도자료 전체 카운팅