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

Packages that use BoardHistoryVO
egovframework.rfc3.board.dao   
egovframework.rfc3.board.service   
egovframework.rfc3.board.service.impl   
egovframework.rfc3.board.web   
 

Uses of BoardHistoryVO in egovframework.rfc3.board.dao
 

Methods in egovframework.rfc3.board.dao that return types with arguments of type BoardHistoryVO
 java.util.List<BoardHistoryVO> BoardDAO.selectBoardHistoryList(BoardHistoryVO boardHistoryVO)
           
 

Methods in egovframework.rfc3.board.dao with parameters of type BoardHistoryVO
 void BoardDAO.insertBoardHistory(BoardHistoryVO boardHistoryVO)
           
 java.util.List<BoardHistoryVO> BoardDAO.selectBoardHistoryList(BoardHistoryVO boardHistoryVO)
           
 int BoardDAO.selectBoardHistoryListTotal(BoardHistoryVO boardHistoryVO)
           
 

Uses of BoardHistoryVO in egovframework.rfc3.board.service
 

Methods in egovframework.rfc3.board.service that return types with arguments of type BoardHistoryVO
 java.util.List<BoardHistoryVO> BoardService.selectBoardHistoryList(BoardHistoryVO boardHistoryVO)
           
 

Methods in egovframework.rfc3.board.service with parameters of type BoardHistoryVO
 java.util.List<BoardHistoryVO> BoardService.selectBoardHistoryList(BoardHistoryVO boardHistoryVO)
           
 int BoardService.selectBoardHistoryListTotal(BoardHistoryVO boardHistoryVO)
           
 

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

Methods in egovframework.rfc3.board.service.impl that return types with arguments of type BoardHistoryVO
 java.util.List<BoardHistoryVO> BoardServiceImpl.selectBoardHistoryList(BoardHistoryVO boardHistoryVO)
           
 

Methods in egovframework.rfc3.board.service.impl with parameters of type BoardHistoryVO
 java.util.List<BoardHistoryVO> BoardServiceImpl.selectBoardHistoryList(BoardHistoryVO boardHistoryVO)
           
 int BoardServiceImpl.selectBoardHistoryListTotal(BoardHistoryVO boardHistoryVO)
           
 

Uses of BoardHistoryVO in egovframework.rfc3.board.web
 

Methods in egovframework.rfc3.board.web with parameters of type BoardHistoryVO
 java.lang.String BoardHistoryController.dataCount(BoardSearchVO boardSearchVO, BoardHistoryVO boardHistoryVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          게시물 통계
 java.lang.String BoardHistoryController.deleteList(BoardHistoryVO boardHistoryVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          삭제게시물 목록
 java.lang.String BoardHistoryController.officeCount(BoardSearchVO boardSearchVO, OfficeVO officeVO, BoardHistoryVO boardHistoryVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String BoardHistoryController.officeDataCount(BoardHistoryVO boardHistoryVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          부서별 게시물 통계
 java.lang.String BoardHistoryController.selectSkinList(BoardHistoryVO boardHistoryVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          게시판 스킨 목록