Uses of Class
skoinfo.rfc.gallery.vo.GalleryHistoryVO

Packages that use GalleryHistoryVO
skoinfo.rfc.gallery   
skoinfo.rfc.gallery.dao   
 

Uses of GalleryHistoryVO in skoinfo.rfc.gallery
 

Methods in skoinfo.rfc.gallery that return types with arguments of type GalleryHistoryVO
 java.util.List<GalleryHistoryVO> GalleryManager.getHistoryList(int nowcount)
          히스토리 리스트
 

Uses of GalleryHistoryVO in skoinfo.rfc.gallery.dao
 

Methods in skoinfo.rfc.gallery.dao that return types with arguments of type GalleryHistoryVO
 java.util.List<GalleryHistoryVO> GalleryDAO.getHistoryList(org.hibernate.Session session, int rowCount)
          히스토리 리스트
 

Methods in skoinfo.rfc.gallery.dao with parameters of type GalleryHistoryVO
 void GalleryDAO.setHistoryInsert(org.hibernate.Session session, GalleryHistoryVO galleryHistoryVO)
          gallery history Insert