Uses of Class
egovframework.rfc3.board.vo.DownloadHistoryVO

Packages that use DownloadHistoryVO
egovframework.rfc3.board.dao   
egovframework.rfc3.board.service   
egovframework.rfc3.board.service.impl   
 

Uses of DownloadHistoryVO in egovframework.rfc3.board.dao
 

Methods in egovframework.rfc3.board.dao with parameters of type DownloadHistoryVO
 void BoardDAO.insertDownloadHistory(DownloadHistoryVO downloadHistoryVO)
           
 int BoardDAO.selectDownloadHistoryTotal(DownloadHistoryVO downloadHistoryVO)
           
 

Uses of DownloadHistoryVO in egovframework.rfc3.board.service
 

Methods in egovframework.rfc3.board.service with parameters of type DownloadHistoryVO
 void BoardService.insertDownloadHistory(DownloadHistoryVO downloadHistoryVO)
           
 

Uses of DownloadHistoryVO in egovframework.rfc3.board.service.impl
 

Methods in egovframework.rfc3.board.service.impl with parameters of type DownloadHistoryVO
 void BoardServiceImpl.insertDownloadHistory(DownloadHistoryVO downloadHistoryVO)