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

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

Uses of JphotoVO in egovframework.rfc3.openapi20.dao
 

Methods in egovframework.rfc3.openapi20.dao that return JphotoVO
 JphotoVO JwwwPhotoDAO.getPhotoDataInfo(JeventSearchVO jeventSearchVO)
          사진으로 보는 전주 상세보기
 

Methods in egovframework.rfc3.openapi20.dao that return types with arguments of type JphotoVO
 java.util.List<JphotoVO> JwwwPhotoDAO.selectPhotoDataList(JeventSearchVO jeventSearchVO)
          사진으로 보는 전주 리스트
 

Uses of JphotoVO in egovframework.rfc3.openapi20.service
 

Methods in egovframework.rfc3.openapi20.service that return JphotoVO
 JphotoVO JwwwPhotoService.getPhotoDataInfo(JeventSearchVO jeventSearchVO)
          사진으로 보는 전주 상세보기
 

Methods in egovframework.rfc3.openapi20.service that return types with arguments of type JphotoVO
 java.util.List<JphotoVO> JwwwPhotoService.selectPhotoDataList(JeventSearchVO jeventSearchVO)
          사진으로 보는 전주 리스트
 

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

Methods in egovframework.rfc3.openapi20.service.impl that return JphotoVO
 JphotoVO JwwwPhotoServiceImpl.getPhotoDataInfo(JeventSearchVO jeventSearchVO)
          사진으로 보는 전주 상세보기
 

Methods in egovframework.rfc3.openapi20.service.impl that return types with arguments of type JphotoVO
 java.util.List<JphotoVO> JwwwPhotoServiceImpl.selectPhotoDataList(JeventSearchVO jeventSearchVO)
          사진으로 보는 전주 리스트